| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultCmsCacheKeyProvider.processCMSUserGroupRestriction(CMSUserGroupRestrictionModel restriction,
java.lang.StringBuilder key) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
UserGroupRestrictionDescription.get(CMSUserGroupRestrictionModel model) |
void |
UserGroupRestrictionDescription.set(CMSUserGroupRestrictionModel model,
java.lang.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
AbstractResource.getResourceValue() |
protected CMSUserGroupRestrictionModel |
CMSUserGroupRestrictionResource.readResource(java.lang.String resourceId)
Gets the
CMSUserGroupRestrictionModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CMSUserGroupRestrictionModel> |
CMSUserGroupRestrictionsResource.getCMSUserGroupRestrictionsCollection()
Convenience method which just delegates to
AbstractResource.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(java.util.Collection<CMSUserGroupRestrictionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CMSRestrictionService.evaluate(CMSUserGroupRestrictionModel restriction)
Deprecated.
since 4.4. Method will be removed soon. Call
CMSRestrictionService.evaluate(AbstractRestrictionModel, RestrictionData)
instead. |
| Modifier and Type | Method and Description |
|---|---|
CMSUserGroupRestrictionModel |
CMSAdminRestrictionService.createUserGroupRestriction(AbstractPageModel page,
java.lang.String id,
java.lang.String name,
java.util.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,
java.lang.String id,
java.lang.String name,
java.util.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.
since 4.3. 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 |
|---|---|
void |
DefaultCMSUserGroupRestrictionValidator.validate(CMSUserGroupRestrictionModel validatee) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserGroupRestrictionDataToModelPopulator.populate(UserGroupRestrictionData source,
CMSUserGroupRestrictionModel target)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserGroupRestrictionModelToDataPopulator.populate(CMSUserGroupRestrictionModel source,
UserGroupRestrictionData target)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CMSUserGroupRestrictionModel |
CMSUserGroupRestrictionModelBuilder.build() |
protected CMSUserGroupRestrictionModel |
CMSUserGroupRestrictionModelBuilder.getModel() |
| Modifier and Type | Method and Description |
|---|---|
static CMSUserGroupRestrictionModelBuilder |
CMSUserGroupRestrictionModelBuilder.fromModel(CMSUserGroupRestrictionModel model) |
| Modifier and Type | Method and Description |
|---|---|
CMSUserGroupRestrictionModel |
CMSUserGroupRestrictionModelMother.cmsManager(CatalogVersionModel catalogVersion,
AbstractPageModel... pages) |
| Modifier and Type | Method and Description |
|---|---|
java.util.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(java.util.Collection<CMSUserGroupRestrictionModel> value)
Generated method - Setter of
UserGroup.restrictions attribute defined at extension cms2. |
Copyright © 2018 SAP SE. All Rights Reserved.