| Package | Description |
|---|---|
| de.hybris.platform.cockpit | |
| de.hybris.platform.cockpit.daos | |
| de.hybris.platform.cockpit.daos.impl | |
| de.hybris.platform.cockpit.impl | |
| de.hybris.platform.cockpit.resource | |
| de.hybris.platform.cockpit.wizards.resetconfigs | |
| de.hybris.platform.core.model.security |
Contains generated models for each type of de.hybris.platform.jalo.security package.
|
| Modifier and Type | Method and Description |
|---|---|
CockpitUIComponentConfigurationModel |
CockpitConfigurationService.getComponentConfiguration(PrincipalModel principal,
java.lang.String objectTemplateCode,
java.lang.String code)
Gets the component configuration.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CockpitUIComponentConfigurationModel> |
CockpitConfigurationService.getComponentConfigurationsForPrincipal(PrincipalModel principal)
Gets the component configurations for principal.
|
java.util.List<CockpitUIComponentConfigurationModel> |
CockpitConfigurationService.getDedicatedComponentConfigurationsForPrincipal(PrincipalModel principal)
Gets dedicated component configurations for principal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CockpitConfigurationService.removeComponentConfigurations(java.util.List<CockpitUIComponentConfigurationModel> configurations)
Removes the given component configurations from persistence.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CockpitUIComponentConfigurationModel> |
CockpitConfigurationDao.findComponentConfigurations(PrincipalModel principal,
java.lang.String objectTemplateCode,
java.lang.String code)
Find component configuration for given principal model (without its groups), template code and configuration code.
|
java.util.List<CockpitUIComponentConfigurationModel> |
CockpitConfigurationDao.findComponentConfigurationsByMedia(MediaModel media)
Find component configurations which have the specified media argument as 'media' attribute value.
|
java.util.List<CockpitUIComponentConfigurationModel> |
CockpitConfigurationDao.findComponentConfigurationsByPrincipal(PrincipalModel principal)
Find component configurations by principal and all its groups.
|
java.util.List<CockpitUIComponentConfigurationModel> |
CockpitConfigurationDao.findDedicatedComponentConfigurationsByPrincipal(PrincipalModel principal)
Find component configurations by principal without its supergroups.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CockpitUIComponentConfigurationModel> |
DefaultCockpitConfigurationDao.findComponentConfigurations(PrincipalModel principal,
java.lang.String objectTemplateCode,
java.lang.String code)
Find component configuration for given principal model (without its groups), template code and configuration code.
|
java.util.List<CockpitUIComponentConfigurationModel> |
DefaultCockpitConfigurationDao.findComponentConfigurationsByMedia(MediaModel media) |
java.util.List<CockpitUIComponentConfigurationModel> |
DefaultCockpitConfigurationDao.findComponentConfigurationsByPrincipal(PrincipalModel principal)
Find component configurations by principal and all its groups.
|
java.util.List<CockpitUIComponentConfigurationModel> |
DefaultCockpitConfigurationDao.findDedicatedComponentConfigurationsByPrincipal(PrincipalModel principal)
Find component configurations by principal without its supergroups.
|
| Modifier and Type | Method and Description |
|---|---|
CockpitUIComponentConfigurationModel |
DefaultCockpitConfigurationService.getComponentConfiguration(PrincipalModel principal,
java.lang.String objectTemplateCode,
java.lang.String code) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CockpitUIComponentConfigurationModel> |
DefaultCockpitConfigurationService.getComponentConfigurationsForPrincipal(PrincipalModel principal) |
java.util.List<CockpitUIComponentConfigurationModel> |
DefaultCockpitConfigurationService.getDedicatedComponentConfigurationsForPrincipal(PrincipalModel principal) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCockpitConfigurationService.removeComponentConfigurations(java.util.List<CockpitUIComponentConfigurationModel> configurations) |
| Modifier and Type | Method and Description |
|---|---|
CockpitUIComponentConfigurationModel |
CockpitUIComponentConfigurationResource.getCockpitUIComponentConfigurationModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected CockpitUIComponentConfigurationModel |
CockpitUIComponentConfigurationResource.readResource(java.lang.String resourceId)
Gets the
CockpitUIComponentConfigurationModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CockpitUIComponentConfigurationModel> |
CockpitUIComponentConfigurationsResource.getCockpitUIComponentConfigurationsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CockpitUIComponentConfigurationResource.setCockpitUIComponentConfigurationModel(CockpitUIComponentConfigurationModel value)
Convenience method which just delegates to
#setResourceValue(CockpitUIComponentConfigurationModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CockpitUIComponentConfigurationsResource.setCockpitUIComponentConfigurationsCollection(java.util.Collection<CockpitUIComponentConfigurationModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CockpitUIComponentConfigurationModel> |
ResetConfigWizardController.getAvailablePersonalizedConfigs() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CockpitUIComponentConfigurationModel> |
PrincipalModel.getCockpitUIConfigurations()
Generated method - Getter of the
Principal.cockpitUIConfigurations attribute defined at extension cockpit. |
| Modifier and Type | Method and Description |
|---|---|
void |
PrincipalModel.setCockpitUIConfigurations(java.util.Collection<CockpitUIComponentConfigurationModel> value)
Generated method - Setter of
Principal.cockpitUIConfigurations attribute defined at extension cockpit. |
Copyright © 2018 SAP SE. All Rights Reserved.