Interface TenantConfigViewContext
-
- All Superinterfaces:
UserProvider
,ViewContext
public interface TenantConfigViewContext extends ViewContext
A
TenantConfigViewContext
provides aTenantModifier
which is used to change the subjacentTenant
}.- Since:
- 11.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TenantModifier
getTenantModifier()
-
Methods inherited from interface com.novomind.ecom.api.iagent.frontend.ViewContext
getUser
-
-
-
-
Method Detail
-
getTenantModifier
TenantModifier getTenantModifier()
- Returns:
- the
TenantModifier
to make persistent changes on itsTenant
- Since:
- 11.2
-
-