Interface TenantConfigViewContext

All Superinterfaces:
UserProvider, ViewContext

public interface TenantConfigViewContext extends ViewContext

A TenantConfigViewContext provides a TenantModifier which is used to change the subjacent Tenant}.

Since:
11.2
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the TenantModifier to make persistent changes on its Tenant.

    Methods inherited from interface com.novomind.ecom.api.iagent.frontend.ViewContext

    getUser
  • Method Details

    • getTenantModifier

      TenantModifier getTenantModifier()
      Returns the TenantModifier to make persistent changes on its Tenant.
      Returns:
      the TenantModifier to make persistent changes on its Tenant
      Since:
      11.2