Class CMSUiExperienceRestrictionEvaluator
- java.lang.Object
-
- de.hybris.platform.acceleratorcms.evaluator.CMSUiExperienceRestrictionEvaluator
-
- All Implemented Interfaces:
CMSRestrictionEvaluator<CMSUiExperienceRestrictionModel>
@Deprecated(since="1811", forRemoval=true) public class CMSUiExperienceRestrictionEvaluator extends java.lang.Object implements CMSRestrictionEvaluator<CMSUiExperienceRestrictionModel>Deprecated, for removal: This API element is subject to removal in a future version.since 1811
-
-
Constructor Summary
Constructors Constructor Description CMSUiExperienceRestrictionEvaluator()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(CMSUiExperienceRestrictionModel restriction, RestrictionData context)Deprecated, for removal: This API element is subject to removal in a future version.Main method that evaluates given restriction.protected UiExperienceServicegetUiExperienceService()Deprecated, for removal: This API element is subject to removal in a future version.voidsetUiExperienceService(UiExperienceService uiExperienceService)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
getUiExperienceService
protected UiExperienceService getUiExperienceService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setUiExperienceService
public void setUiExperienceService(UiExperienceService uiExperienceService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
evaluate
public boolean evaluate(CMSUiExperienceRestrictionModel 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<CMSUiExperienceRestrictionModel>- Parameters:
restriction- given restrictioncontext- all context information required to evaluate restriction- Returns:
truewhen restriction is matched otherwisefalse
-
-