| Package | Description |
|---|---|
| de.hybris.platform.cockpit.daos | |
| de.hybris.platform.cockpit.daos.impl | |
| de.hybris.platform.cockpit.resource | |
| 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 |
|---|---|
CockpitUIComponentAccessRightModel |
CockpitUIComponentAccessRightDao.findCockpitUIComponentAccessRight(java.lang.String componentCode)
Returns the first found
CockpitUIComponentAccessRightModel (the last created one) by the given
componentCode. |
| Modifier and Type | Method and Description |
|---|---|
CockpitUIComponentAccessRightModel |
DefaultCockpitUIComponentAccessRightDao.findCockpitUIComponentAccessRight(java.lang.String componentCode) |
| Modifier and Type | Method and Description |
|---|---|
CockpitUIComponentAccessRightModel |
CockpitUIComponentAccessRightResource.getCockpitUIComponentAccessRightModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected CockpitUIComponentAccessRightModel |
CockpitUIComponentAccessRightResource.readResource(java.lang.String resourceId)
Gets the
CockpitUIComponentAccessRightModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CockpitUIComponentAccessRightModel> |
CockpitUIComponentAccessRightsResource.getCockpitUIComponentAccessRightsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CockpitUIComponentAccessRightResource.setCockpitUIComponentAccessRightModel(CockpitUIComponentAccessRightModel value)
Convenience method which just delegates to
#setResourceValue(CockpitUIComponentAccessRightModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CockpitUIComponentAccessRightsResource.setCockpitUIComponentAccessRightsCollection(java.util.Collection<CockpitUIComponentAccessRightModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CockpitUIComponentAccessRightModel> |
PrincipalModel.getReadableCockpitUIComponents()
Generated method - Getter of the
Principal.readableCockpitUIComponents attribute defined at extension cockpit. |
java.util.Collection<CockpitUIComponentAccessRightModel> |
PrincipalModel.getWritableCockpitUIComponents()
Generated method - Getter of the
Principal.writableCockpitUIComponents attribute defined at extension cockpit. |
| Modifier and Type | Method and Description |
|---|---|
void |
PrincipalModel.setReadableCockpitUIComponents(java.util.Collection<CockpitUIComponentAccessRightModel> value)
Generated method - Setter of
Principal.readableCockpitUIComponents attribute defined at extension cockpit. |
void |
PrincipalModel.setWritableCockpitUIComponents(java.util.Collection<CockpitUIComponentAccessRightModel> value)
Generated method - Setter of
Principal.writableCockpitUIComponents attribute defined at extension cockpit. |
Copyright © 2018 SAP SE. All Rights Reserved.