| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
DefaultCmsCacheKeyProvider.handleRestrictionEvaluationException(HttpServletRequest request,
SimpleCMSComponentModel component,
AbstractRestrictionModel restriction,
RestrictionEvaluationException e) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CMSRestrictionService.evaluate(AbstractRestrictionModel restriction,
RestrictionData restrictionDataInfo)
Evaluates given restriction for
RestrictionData context object. |
boolean |
CMSRestrictionService.evaluate(CMSCatalogRestrictionModel restriction,
RestrictionData data)
Deprecated.
since 4.4. Method will be removed soon. Call
CMSRestrictionService.evaluate(AbstractRestrictionModel, RestrictionData)
instead. |
boolean |
CMSRestrictionService.evaluate(CMSCategoryRestrictionModel restriction,
RestrictionData data)
Deprecated.
since 4.4. Method will be removed soon. Call
CMSRestrictionService.evaluate(AbstractRestrictionModel, RestrictionData)
instead. |
boolean |
CMSRestrictionService.evaluate(CMSProductRestrictionModel restriction,
RestrictionData data)
Deprecated.
since 4.4. Method will be removed soon. Call
CMSRestrictionService.evaluate(AbstractRestrictionModel, RestrictionData)
instead. |
boolean |
CMSRestrictionService.evaluate(CMSTimeRestrictionModel restriction)
Deprecated.
since 4.4. Method will be removed soon. Call
CMSRestrictionService.evaluate(AbstractRestrictionModel, RestrictionData)
instead. |
boolean |
CMSRestrictionService.evaluate(CMSUserGroupRestrictionModel restriction)
Deprecated.
since 4.4. Method will be removed soon. Call
CMSRestrictionService.evaluate(AbstractRestrictionModel, RestrictionData)
instead. |
boolean |
CMSRestrictionService.evaluate(CMSUserRestrictionModel restriction)
Deprecated.
since 4.4. Method will be removed soon. Call
CMSRestrictionService.evaluate(AbstractRestrictionModel, RestrictionData)
instead. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultCMSRestrictionService.evaluate(AbstractRestrictionModel restriction,
RestrictionData restrictionDataInfo)
Evaluates given restriction for
RestrictionData context object. |
boolean |
DefaultCMSRestrictionService.evaluate(CMSCatalogRestrictionModel restriction,
RestrictionData data)
Deprecated.
since 4.3. Method will be removed soon. Call
DefaultCMSRestrictionService.evaluate(AbstractRestrictionModel, RestrictionData) instead. |
boolean |
DefaultCMSRestrictionService.evaluate(CMSCategoryRestrictionModel restriction,
RestrictionData data)
Deprecated.
since 4.3. Method will be removed soon. Call
DefaultCMSRestrictionService.evaluate(AbstractRestrictionModel, RestrictionData) instead. |
boolean |
DefaultCMSRestrictionService.evaluate(CMSProductRestrictionModel restriction,
RestrictionData data)
Deprecated.
since 4.3. Method will be removed soon. Call
DefaultCMSRestrictionService.evaluate(AbstractRestrictionModel, RestrictionData) instead. |
boolean |
DefaultCMSRestrictionService.evaluate(CMSTimeRestrictionModel restriction)
Deprecated.
since 4.3. Method will be removed soon. Call
DefaultCMSRestrictionService.evaluate(AbstractRestrictionModel, RestrictionData) instead. |
boolean |
DefaultCMSRestrictionService.evaluate(CMSUserGroupRestrictionModel restriction)
Deprecated.
since 4.3. Method will be removed soon. Call
DefaultCMSRestrictionService.evaluate(AbstractRestrictionModel, RestrictionData) instead. |
boolean |
DefaultCMSRestrictionService.evaluate(CMSUserRestrictionModel restriction)
Deprecated.
since 4.3. Method will be removed soon. Call
DefaultCMSRestrictionService.evaluate(AbstractRestrictionModel, RestrictionData) instead. |
protected boolean |
DefaultCMSRestrictionService.evaluateAnyRestriction(AbstractRestrictionModel restrictionModel,
RestrictionData context) |
Copyright © 2018 SAP SE. All Rights Reserved.