Interface CategoryConfigViewContext
-
- All Superinterfaces:
UserProvider
,ViewContext
public interface CategoryConfigViewContext extends ViewContext
A
CategoryConfigViewContext
provides aCategoryModifier
which is used to change the subjacentCategory
}.- Since:
- 10.0.116
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CategoryModifier
getCategoryModifier()
-
Methods inherited from interface com.novomind.ecom.api.iagent.frontend.ViewContext
getUser
-
-
-
-
Method Detail
-
getCategoryModifier
CategoryModifier getCategoryModifier()
- Returns:
- the
CategoryModifier
to make persistent changes on itsCategory
- Since:
- 10.0.116
-
-