| Package | Description |
|---|---|
| de.hybris.platform.cockpit.services.config | |
| de.hybris.platform.cockpit.services.config.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultUIRole |
| Modifier and Type | Method and Description |
|---|---|
UIRole |
UIConfigurationService.getFallbackRole()
The ultimate role for ui configuration lookups
|
UIRole |
UIConfigurationService.getSessionRole()
The role to look up ui configurations by default (if no role is given).
|
| Modifier and Type | Method and Description |
|---|---|
List<UIRole> |
UIConfigurationService.getPossibleRoles()
Returns all roles of the session user for which there are ui components available.
|
List<UIRole> |
UIConfigurationService.getPossibleRoles(UserModel user)
Returns all roles of the given user for which there are ui components available.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends UIComponentConfiguration> |
UIConfigurationService.getComponentConfiguration(UIRole role,
ObjectTemplate template,
String code,
Class<T> expectedClass)
Returns a UI component configuration for the given role, object template code and type.
|
void |
UIConfigurationService.setSessionRole(UIRole role)
Set the current session's role
|
| Modifier and Type | Method and Description |
|---|---|
UIRole |
DefaultUIConfigurationService.getFallbackRole() |
UIRole |
DefaultUIConfigurationService.getSessionRole() |
| Modifier and Type | Method and Description |
|---|---|
List<UIRole> |
DefaultUIConfigurationService.getPossibleRoles() |
List<UIRole> |
DefaultUIConfigurationService.getPossibleRoles(UserModel user) |
| Modifier and Type | Method and Description |
|---|---|
<T extends UIComponentConfiguration> |
DefaultUIConfigurationService.getComponentConfiguration(UIRole role,
ObjectTemplate objectTemplate,
String code,
Class<T> expectedClass) |
void |
DefaultUIConfigurationService.setSessionRole(UIRole role) |
Copyright © 2017 SAP SE. All Rights Reserved.