Uses of Interface
de.hybris.platform.cockpit.services.config.UIRole
-
Packages that use UIRole Package Description de.hybris.platform.cockpit.services.config de.hybris.platform.cockpit.services.config.impl -
-
Uses of UIRole in de.hybris.platform.cockpit.services.config
Classes in de.hybris.platform.cockpit.services.config that implement UIRole Modifier and Type Class Description classDefaultUIRoleMethods in de.hybris.platform.cockpit.services.config that return UIRole Modifier and Type Method Description UIRoleUIConfigurationService. getFallbackRole()The ultimate role for ui configuration lookupsUIRoleUIConfigurationService. getSessionRole()The role to look up ui configurations by default (if no role is given).Methods in de.hybris.platform.cockpit.services.config that return types with arguments of type UIRole Modifier and Type Method Description java.util.List<UIRole>UIConfigurationService. getPossibleRoles()Returns all roles of the session user for which there are ui components available.java.util.List<UIRole>UIConfigurationService. getPossibleRoles(UserModel user)Returns all roles of the given user for which there are ui components available.Methods in de.hybris.platform.cockpit.services.config with parameters of type UIRole Modifier and Type Method Description <T extends UIComponentConfiguration>
TUIConfigurationService. getComponentConfiguration(UIRole role, ObjectTemplate template, java.lang.String code, java.lang.Class<T> expectedClass)Returns a UI component configuration for the given role, object template code and type.voidUIConfigurationService. setSessionRole(UIRole role)Set the current session's role -
Uses of UIRole in de.hybris.platform.cockpit.services.config.impl
Methods in de.hybris.platform.cockpit.services.config.impl that return UIRole Modifier and Type Method Description UIRoleDefaultUIConfigurationService. getFallbackRole()UIRoleDefaultUIConfigurationService. getSessionRole()Methods in de.hybris.platform.cockpit.services.config.impl that return types with arguments of type UIRole Modifier and Type Method Description java.util.List<UIRole>DefaultUIConfigurationService. getPossibleRoles()java.util.List<UIRole>DefaultUIConfigurationService. getPossibleRoles(UserModel user)Methods in de.hybris.platform.cockpit.services.config.impl with parameters of type UIRole Modifier and Type Method Description <T extends UIComponentConfiguration>
TDefaultUIConfigurationService. getComponentConfiguration(UIRole role, ObjectTemplate objectTemplate, java.lang.String code, java.lang.Class<T> expectedClass)voidDefaultUIConfigurationService. setSessionRole(UIRole role)
-