Interface AccountConnectorTabViewContext
-
- All Superinterfaces:
UserProvider
,ViewContext
public interface AccountConnectorTabViewContext extends ViewContext
A
AccountConnectorTabViewContext
provide anAccountModifier
which is used to change the subjacentAccount
}.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountModifier
getAccountModifier()
-
Methods inherited from interface com.novomind.ecom.api.iagent.frontend.ViewContext
getUser
-
-
-
-
Method Detail
-
getAccountModifier
AccountModifier getAccountModifier()
- Returns:
- the
AccountModifier
to make persistent changes on itsAccount
-
-