Class CMSActionRestrictionEvaluator
java.lang.Object
de.hybris.platform.acceleratorcms.evaluator.CMSActionRestrictionEvaluator
- All Implemented Interfaces:
CMSRestrictionEvaluator<CMSActionRestrictionModel>
@Deprecated(since="1811",
forRemoval=true)
public class CMSActionRestrictionEvaluator
extends Object
implements CMSRestrictionEvaluator<CMSActionRestrictionModel>
Deprecated, for removal: This API element is subject to removal in a future version.
since 1811
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbooleanevaluate(CMSActionRestrictionModel restriction, RestrictionData context) Deprecated, for removal: This API element is subject to removal in a future version.Main method that evaluates given restriction.protected TypeServiceDeprecated, for removal: This API element is subject to removal in a future version.voidsetTypeService(TypeService typeService) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
CMSActionRestrictionEvaluator
public CMSActionRestrictionEvaluator()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
evaluate
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:CMSRestrictionEvaluatorMain method that evaluates given restriction.- Specified by:
evaluatein interfaceCMSRestrictionEvaluator<CMSActionRestrictionModel>- Parameters:
restriction- given restrictioncontext- all context information required to evaluate restriction- Returns:
truewhen restriction is matched otherwisefalse
-
getTypeService
Deprecated, for removal: This API element is subject to removal in a future version. -
setTypeService
Deprecated, for removal: This API element is subject to removal in a future version.
-