Uses of Interface
de.hybris.platform.cockpit.services.config.UIRole
Packages that use UIRole
Package
Description
-
Uses of UIRole in de.hybris.platform.cockpit.services.config
Classes in de.hybris.platform.cockpit.services.config that implement UIRoleMethods in de.hybris.platform.cockpit.services.config that return UIRoleModifier and TypeMethodDescriptionUIConfigurationService.getFallbackRole()The ultimate role for ui configuration lookupsUIConfigurationService.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 UIRoleModifier and TypeMethodDescriptionUIConfigurationService.getPossibleRoles()Returns all roles of the session user for which there are ui components available.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 UIRoleModifier and TypeMethodDescription<T extends UIComponentConfiguration>
TUIConfigurationService.getComponentConfiguration(UIRole role, ObjectTemplate template, String code, 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 UIRoleModifier and TypeMethodDescriptionDefaultUIConfigurationService.getFallbackRole()DefaultUIConfigurationService.getSessionRole()Methods in de.hybris.platform.cockpit.services.config.impl that return types with arguments of type UIRoleModifier and TypeMethodDescriptionDefaultUIConfigurationService.getPossibleRoles()DefaultUIConfigurationService.getPossibleRoles(UserModel user) Methods in de.hybris.platform.cockpit.services.config.impl with parameters of type UIRoleModifier and TypeMethodDescription<T extends UIComponentConfiguration>
TDefaultUIConfigurationService.getComponentConfiguration(UIRole role, ObjectTemplate objectTemplate, String code, Class<T> expectedClass) voidDefaultUIConfigurationService.setSessionRole(UIRole role)