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 Details

    • CMSUiExperienceRestrictionEvaluator

      public CMSUiExperienceRestrictionEvaluator()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • 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: CMSRestrictionEvaluator
      Main method that evaluates given restriction.
      Specified by:
      evaluate in interface CMSRestrictionEvaluator<CMSUiExperienceRestrictionModel>
      Parameters:
      restriction - given restriction
      context - all context information required to evaluate restriction
      Returns:
      true when restriction is matched otherwise false