| Modifier and Type | Class and Description |
|---|---|
class |
CMSYmktCampaignRestrictionModel
Generated model class for type CMSYmktCampaignRestriction first defined at extension sapymktsegmentation.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.StringBuilder |
DefaultCmsCacheKeyProvider.getKeyForRestriction(HttpServletRequest request,
AbstractRestrictionModel restriction) |
protected java.lang.String |
DefaultCmsCacheKeyProvider.handleRestrictionEvaluationException(HttpServletRequest request,
SimpleCMSComponentModel component,
AbstractRestrictionModel restriction,
RestrictionEvaluationException e) |
| Modifier and Type | Class and Description |
|---|---|
class |
CMSActionRestrictionModel
Generated model class for type CMSActionRestriction first defined at extension acceleratorcms.
|
class |
CMSUiExperienceRestrictionModel
Generated model class for type CMSUiExperienceRestriction first defined at extension acceleratorcms.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RankingCMSRestrictionService.evaluatePageRestrictions(RestrictionData data,
java.util.NavigableMap<java.lang.Integer,java.util.List<AbstractPageModel>> allowedPages,
AbstractPageModel page,
java.util.List<AbstractRestrictionModel> restrictions) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
AbstractRestrictionDescriptionAttributeHandler.get(AbstractRestrictionModel model) |
void |
AbstractRestrictionDescriptionAttributeHandler.set(AbstractRestrictionModel model,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractRestrictionModel> |
AbstractCMSComponentModel.getRestrictions()
Generated method - Getter of the
AbstractCMSComponent.restrictions attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCMSComponentModel.setRestrictions(java.util.List<AbstractRestrictionModel> value)
Generated method - Setter of
AbstractCMSComponent.restrictions attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractRestrictionModel> |
AbstractPageModel.getRestrictions()
Generated method - Getter of the
AbstractPage.restrictions attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPageModel.setRestrictions(java.util.List<AbstractRestrictionModel> value)
Generated method - Setter of
AbstractPage.restrictions attribute defined at extension cms2. |
| Modifier and Type | Class and Description |
|---|---|
class |
ASMCMSUserGroupRestrictionModel
Generated model class for type ASMCMSUserGroupRestriction first defined at extension assistedservicestorefront.
|
class |
AssistedServiceSessionRestrictionModel
Generated model class for type AssistedServiceSessionRestriction first defined at extension assistedservicestorefront.
|
class |
CMSBaseStoreTimeRestrictionModel
Generated model class for type CMSBaseStoreTimeRestriction first defined at extension cms2.
|
class |
CMSCampaignRestrictionModel
Generated model class for type CMSCampaignRestriction first defined at extension cms2.
|
class |
CMSCatalogRestrictionModel
Generated model class for type CMSCatalogRestriction first defined at extension cms2.
|
class |
CMSCategoryRestrictionModel
Generated model class for type CMSCategoryRestriction first defined at extension cms2.
|
class |
CMSInverseRestrictionModel
Generated model class for type CMSInverseRestriction first defined at extension cms2.
|
class |
CMSProductRestrictionModel
Generated model class for type CMSProductRestriction first defined at extension cms2.
|
class |
CMSTimeRestrictionModel
Generated model class for type CMSTimeRestriction first defined at extension cms2.
|
class |
CMSUserGroupRestrictionModel
Generated model class for type CMSUserGroupRestriction first defined at extension cms2.
|
class |
CMSUserRestrictionModel
Generated model class for type CMSUserRestriction first defined at extension cms2.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractRestrictionModel |
CMSInverseRestrictionModel.getOriginalRestriction()
Generated method - Getter of the
CMSInverseRestriction.originalRestriction attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
void |
CMSInverseRestrictionModel.setOriginalRestriction(AbstractRestrictionModel value)
Generated method - Setter of
CMSInverseRestriction.originalRestriction attribute defined at extension cms2. |
| Constructor and Description |
|---|
CMSInverseRestrictionModel(CatalogVersionModel _catalogVersion,
AbstractRestrictionModel _originalRestriction,
ItemModel _owner,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CMSInverseRestrictionModel(CatalogVersionModel _catalogVersion,
AbstractRestrictionModel _originalRestriction,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
AbstractRestrictionModel |
AbstractRestrictionResource.getAbstractRestrictionModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected AbstractRestrictionModel |
AbstractRestrictionResource.readResource(java.lang.String resourceId)
Gets the
AbstractRestrictionModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AbstractRestrictionModel> |
AbstractRestrictionsResource.getAbstractRestrictionsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRestrictionResource.setAbstractRestrictionModel(AbstractRestrictionModel value)
Convenience method which just delegates to
#setResourceValue(AbstractRestrictionModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRestrictionsResource.setAbstractRestrictionsCollection(java.util.Collection<AbstractRestrictionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractRestrictionModel> |
CMSRestrictionDao.findRestrictions(CatalogVersionModel catalogVersion)
Find all restrictions by catalog version.
|
java.util.List<AbstractRestrictionModel> |
CMSRestrictionDao.findRestrictionsById(java.lang.String id,
CatalogVersionModel catalogVersion)
Find restrictions by id and catalog version.
|
java.util.List<AbstractRestrictionModel> |
CMSRestrictionDao.findRestrictionsByName(java.lang.String name,
CatalogVersionModel catalogVersion)
Find restrictions by name and catalog version.
|
java.util.List<AbstractRestrictionModel> |
CMSRestrictionDao.findRestrictionsByType(ComposedTypeModel composedType,
CatalogVersionModel catalogVersion)
Find restrictions by composed type and catalog version.
|
java.util.List<AbstractRestrictionModel> |
CMSRestrictionDao.findRestrictionsByTypeNotLinkedToPage(AbstractPageModel page,
ComposedTypeModel composedType,
CatalogVersionModel catalogVersion)
Find restrictions by type not linked to page.
|
java.util.List<AbstractRestrictionModel> |
CMSRestrictionDao.findRestrictionsForPage(ComposedTypeModel composedType,
AbstractPageModel page,
CatalogVersionModel catalogVersion)
Find restrictions for page by composed type, page and catalog version.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractRestrictionModel> |
DefaultCMSRestrictionDao.findRestrictions(CatalogVersionModel catalogVersion) |
java.util.List<AbstractRestrictionModel> |
DefaultCMSRestrictionDao.findRestrictionsById(java.lang.String id,
CatalogVersionModel catalogVersion)
Find restrictions by id and catalog version.
|
java.util.List<AbstractRestrictionModel> |
DefaultCMSRestrictionDao.findRestrictionsByName(java.lang.String name,
CatalogVersionModel catalogVersion)
Find restrictions by name and catalog version.
|
java.util.List<AbstractRestrictionModel> |
DefaultCMSRestrictionDao.findRestrictionsByType(ComposedTypeModel composedType,
CatalogVersionModel catalogVersion)
Find restrictions by composed type and catalog version.
|
java.util.List<AbstractRestrictionModel> |
DefaultCMSRestrictionDao.findRestrictionsByTypeNotLinkedToPage(AbstractPageModel page,
ComposedTypeModel composedType,
CatalogVersionModel catalogVersion)
Find restrictions by type not linked to page.
|
java.util.List<AbstractRestrictionModel> |
DefaultCMSRestrictionDao.findRestrictionsForPage(ComposedTypeModel composedType,
AbstractPageModel page,
CatalogVersionModel catalogVersion)
Find restrictions for page by composed type, page and catalog version.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CMSRestrictionService.evaluate(AbstractRestrictionModel restriction,
RestrictionData restrictionDataInfo)
Evaluates given restriction for
RestrictionData context object. |
| Modifier and Type | Method and Description |
|---|---|
AbstractRestrictionModel |
CMSAdminRestrictionService.getRestriction(java.lang.String id)
Returns a restriction via its id
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AbstractRestrictionModel> |
CMSAdminRestrictionService.getAllRestrictions()
Returns all restriction
|
java.util.Collection<AbstractRestrictionModel> |
CMSAdminRestrictionService.getAllRestrictionsByType(java.lang.String restrictionType)
Returns all restriction of the given restriction type
|
java.util.Collection<AbstractRestrictionModel> |
CMSAdminRestrictionService.getAllRestrictionsByTypeNotLinkedToPage(java.lang.String pageId,
java.lang.String restrictionType)
Returns all restrictions of the given restriction type which are currently not linked to the given page (via its
id)
|
java.util.List<AbstractRestrictionModel> |
CMSAdminRestrictionService.getRestrictionsByName(java.lang.String name)
Returns a restriction via its name
|
java.util.Collection<AbstractRestrictionModel> |
CMSAdminRestrictionService.getRestrictionsForPage(AbstractPageModel page)
Returns all restrictions which are applied on the given page
|
java.util.Collection<AbstractRestrictionModel> |
CMSAdminRestrictionService.getRestrictionsForPage(AbstractPageModel page,
java.lang.String restrictionType)
Returns all restrictions of the given restriction type which are applied on the given page
|
java.util.Collection<AbstractRestrictionModel> |
CMSAdminRestrictionService.getRestrictionsForPage(java.lang.String pageId,
java.lang.String restrictionType)
Returns all restrictions of the given restriction type which are applied on the given page (via its id)
|
| Modifier and Type | Method and Description |
|---|---|
void |
CMSAdminRestrictionService.createRelation(AbstractPageModel page,
AbstractRestrictionModel restriction)
creates a new relation between the given page and the given restriction
|
void |
CMSAdminRestrictionService.deleteRelation(AbstractRestrictionModel restriction,
AbstractPageModel page)
deletes the relation between the restriction and the page
|
boolean |
CMSAdminRestrictionService.hasOtherRelations(AbstractRestrictionModel restriction,
AbstractPageModel page)
Checks if a given restriction has also other relations than to the given page
|
| Modifier and Type | Method and Description |
|---|---|
AbstractRestrictionModel |
DefaultCMSAdminRestrictionService.getRestriction(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AbstractRestrictionModel> |
DefaultCMSAdminRestrictionService.getAllRestrictions() |
java.util.Collection<AbstractRestrictionModel> |
DefaultCMSAdminRestrictionService.getAllRestrictionsByType(java.lang.String restrictionType) |
java.util.Collection<AbstractRestrictionModel> |
DefaultCMSAdminRestrictionService.getAllRestrictionsByTypeNotLinkedToPage(java.lang.String pageId,
java.lang.String restrictionType) |
java.util.List<AbstractRestrictionModel> |
DefaultCMSAdminRestrictionService.getRestrictionsByName(java.lang.String name) |
java.util.Collection<AbstractRestrictionModel> |
DefaultCMSAdminRestrictionService.getRestrictionsForPage(AbstractPageModel page) |
java.util.Collection<AbstractRestrictionModel> |
DefaultCMSAdminRestrictionService.getRestrictionsForPage(AbstractPageModel page,
java.lang.String restrictionType) |
java.util.Collection<AbstractRestrictionModel> |
DefaultCMSAdminRestrictionService.getRestrictionsForPage(java.lang.String id,
java.lang.String restrictionType) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCMSAdminRestrictionService.createRelation(AbstractPageModel page,
AbstractRestrictionModel restriction) |
void |
DefaultCMSAdminRestrictionService.deleteRelation(AbstractRestrictionModel restriction,
AbstractPageModel page) |
boolean |
DefaultCMSAdminRestrictionService.hasOtherRelations(AbstractRestrictionModel restriction,
AbstractPageModel page) |
protected void |
DefaultCMSAdminRestrictionService.prepareRestricion(AbstractRestrictionModel res,
java.lang.String id,
java.lang.String name) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CMSRestrictionEvaluator<T extends AbstractRestrictionModel>
Generic Interface for CMS restriction evaluators.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultCMSRestrictionService.evaluate(AbstractRestrictionModel restriction,
RestrictionData restrictionDataInfo)
Evaluates given restriction for
RestrictionData context object. |
protected boolean |
DefaultCMSRestrictionService.evaluateAnyRestriction(AbstractRestrictionModel restrictionModel,
RestrictionData context) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultCMSRestrictionService.evaluate(java.util.List<AbstractRestrictionModel> restrictions,
RestrictionData data,
boolean oneRestrictionApply) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HasRestrictionNameChangedPredicate.test(AbstractRestrictionModel abstractRestriction) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCreateAbstractRestrictionValidator.validate(AbstractRestrictionModel validatee) |
void |
DefaultUpdateAbstractRestrictionValidator.validate(AbstractRestrictionModel validatee) |
void |
DefaultAbstractRestrictionValidator.validate(AbstractRestrictionModel validatee) |
| Modifier and Type | Method and Description |
|---|---|
protected PageRestrictionData |
DefaultPageRestrictionFacade.buildPageRestrictionData(AbstractPageModel page,
AbstractRestrictionModel restriction)
Build a new page restriction dto to hold a single pageId - restrictionId pair.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CMSVendorRestrictionModel
Generated model class for type CMSVendorRestriction first defined at extension marketplaceservices.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<AbstractRestrictionModel> |
VendorCMSService.getRestrictionByIdAndCatalogVersion(java.lang.String id,
CatalogVersionModel catalogVersion)
get restriction by id and catalog version
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<AbstractRestrictionModel> |
DefaultVendorCMSService.getRestrictionByIdAndCatalogVersion(java.lang.String id,
CatalogVersionModel catalogVersion) |
| Modifier and Type | Class and Description |
|---|---|
class |
CMSCartConfigurationRestrictionModel
Generated model class for type CMSCartConfigurationRestriction first defined at extension sapproductconfigservices.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CMSSecurePortalRestrictionModel
Generated model class for type CMSSecurePortalRestriction first defined at extension secureportaladdon.
|
Copyright © 2018 SAP SE. All Rights Reserved.