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 java.lang.Object implements CMSRestrictionEvaluator<CMSActionRestrictionModel>Deprecated, for removal: This API element is subject to removal in a future version.since 1811
-
-
Constructor Summary
Constructors Constructor Description CMSActionRestrictionEvaluator()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanevaluate(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 TypeServicegetTypeService()Deprecated, 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.
-
-
-
Method Detail
-
evaluate
public boolean evaluate(CMSActionRestrictionModel restriction, RestrictionData context)
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
protected TypeService getTypeService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setTypeService
public void setTypeService(TypeService typeService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-