| Package | Description |
|---|---|
| de.hybris.platform.cms2.model |
Contains generated models for each type of de.hybris.platform.cms2.jalo package.
|
| de.hybris.platform.cms2.model.restrictions |
Contains generated models for each type of de.hybris.platform.cms2.jalo.restrictions package.
|
| de.hybris.platform.cms2.resource.restrictions | |
| de.hybris.platform.cms2.servicelayer.services | |
| 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.cmscockpit.components.liveedit.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 |
|---|---|
String |
UserGroupRestrictionDescription.get(CMSUserGroupRestrictionModel model) |
void |
UserGroupRestrictionDescription.set(CMSUserGroupRestrictionModel model,
String value) |
| Modifier and Type | Class and Description |
|---|---|
class |
ASMCMSUserGroupRestrictionModel
Generated model class for type ASMCMSUserGroupRestriction first defined at extension assistedservicestorefront.
|
| Modifier and Type | Method and Description |
|---|---|
CMSUserGroupRestrictionModel |
CMSUserGroupRestrictionResource.getCMSUserGroupRestrictionModel()
Convenience method which just delegates to
#getResourceValue() |
protected CMSUserGroupRestrictionModel |
CMSUserGroupRestrictionResource.readResource(String resourceId)
Gets the
CMSUserGroupRestrictionModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<CMSUserGroupRestrictionModel> |
CMSUserGroupRestrictionsResource.getCMSUserGroupRestrictionsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CMSUserGroupRestrictionResource.setCMSUserGroupRestrictionModel(CMSUserGroupRestrictionModel value)
Convenience method which just delegates to
#setResourceValue(CMSUserGroupRestrictionModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CMSUserGroupRestrictionsResource.setCMSUserGroupRestrictionsCollection(Collection<CMSUserGroupRestrictionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CMSRestrictionService.evaluate(CMSUserGroupRestrictionModel restriction)
Deprecated.
Method will be removed soon. Call
CMSRestrictionService.evaluate(AbstractRestrictionModel, RestrictionData)
instead. |
| Modifier and Type | Method and Description |
|---|---|
CMSUserGroupRestrictionModel |
CMSAdminRestrictionService.createUserGroupRestriction(AbstractPageModel page,
String id,
String name,
Collection<UserGroupModel> userGroups)
Creates a new UserGroupRestriction and a new relation between the restriction and the given page
|
| Modifier and Type | Method and Description |
|---|---|
CMSUserGroupRestrictionModel |
DefaultCMSAdminRestrictionService.createUserGroupRestriction(AbstractPageModel page,
String id,
String name,
Collection<UserGroupModel> userGroups) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CMSUserGroupRestrictionEvaluator.evaluate(CMSUserGroupRestrictionModel cmsUserGroupRestriction,
RestrictionData context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultCMSRestrictionService.evaluate(CMSUserGroupRestrictionModel restriction)
Deprecated.
Method will be removed soon. Call
DefaultCMSRestrictionService.evaluate(AbstractRestrictionModel, RestrictionData)
instead. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultPreviewLoader.loadUserGroupRestrictionBaseValues(PreviewDataModel previewCtx,
CMSUserGroupRestrictionModel userGroupRestriction) |
| Modifier and Type | Method and Description |
|---|---|
Collection<CMSUserGroupRestrictionModel> |
UserGroupModel.getRestrictions()
Generated method - Getter of the
UserGroup.restrictions attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
void |
UserGroupModel.setRestrictions(Collection<CMSUserGroupRestrictionModel> value)
Generated method - Setter of
UserGroup.restrictions attribute defined at extension cms2. |
Copyright © 2017 SAP SE. All Rights Reserved.