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 Object
implements CMSRestrictionEvaluator<CMSUiExperienceRestrictionModel>
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(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 UiExperienceServiceDeprecated, 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.
-
Constructor Details
-
CMSUiExperienceRestrictionEvaluator
public CMSUiExperienceRestrictionEvaluator()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getUiExperienceService
Deprecated, for removal: This API element is subject to removal in a future version. -
setUiExperienceService
Deprecated, for removal: This API element is subject to removal in a future version. -
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<CMSUiExperienceRestrictionModel>- Parameters:
restriction- given restrictioncontext- all context information required to evaluate restriction- Returns:
truewhen restriction is matched otherwisefalse
-