| Package | Description |
|---|---|
| de.hybris.platform.acceleratorcms.component.cache.impl | |
| de.hybris.platform.cms2.model |
Contains generated models for each type of de.hybris.platform.cms2.jalo package.
|
| de.hybris.platform.cms2.resource.restrictions | |
| de.hybris.platform.cms2.servicelayer.services.admin | |
| de.hybris.platform.cms2.servicelayer.services.admin.impl | |
| de.hybris.platform.cms2.servicelayer.services.evaluator.impl | |
| de.hybris.platform.cms2.servicelayer.services.impl | |
| de.hybris.platform.core.model.user |
Contains generated models for each type of de.hybris.platform.jalo.user package.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultCmsCacheKeyProvider.processCMSUserRestriction(CMSUserRestrictionModel restriction,
java.lang.StringBuilder key) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
UserRestrictionDescription.get(CMSUserRestrictionModel model) |
void |
UserRestrictionDescription.set(CMSUserRestrictionModel model,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
CMSUserRestrictionModel |
CMSUserRestrictionResource.getCMSUserRestrictionModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected CMSUserRestrictionModel |
CMSUserRestrictionResource.readResource(java.lang.String resourceId)
Gets the
CMSUserRestrictionModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CMSUserRestrictionModel> |
CMSUserRestrictionsResource.getCMSUserRestrictionsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CMSUserRestrictionResource.setCMSUserRestrictionModel(CMSUserRestrictionModel value)
Convenience method which just delegates to
#setResourceValue(CMSUserRestrictionModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CMSUserRestrictionsResource.setCMSUserRestrictionsCollection(java.util.Collection<CMSUserRestrictionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
CMSUserRestrictionModel |
CMSAdminRestrictionService.createUserRestriction(AbstractPageModel page,
java.lang.String id,
java.lang.String name,
java.util.Collection<UserModel> users)
Creates a new UserRestriction and a new relation between the restriction and the given page
|
| Modifier and Type | Method and Description |
|---|---|
CMSUserRestrictionModel |
DefaultCMSAdminRestrictionService.createUserRestriction(AbstractPageModel page,
java.lang.String id,
java.lang.String name,
java.util.Collection<UserModel> users) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CMSUserRestrictionEvaluator.evaluate(CMSUserRestrictionModel cmsUserRestriction,
RestrictionData context) |
| Modifier and Type | Method and Description |
|---|---|
protected CMSUserRestrictionModel |
DefaultCMSRestrictionServiceIntegrationTest.getUserRestriction(UserModel userModel) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CMSUserRestrictionModel> |
UserModel.getRestrictions()
Generated method - Getter of the
User.restrictions attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
void |
UserModel.setRestrictions(java.util.Collection<CMSUserRestrictionModel> value)
Generated method - Setter of
User.restrictions attribute defined at extension cms2. |
Copyright © 2018 SAP SE. All Rights Reserved.