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