Class CMSComponentPredicate

java.lang.Object
de.hybris.platform.cmsfacades.common.predicate.CMSComponentPredicate
All Implemented Interfaces:
Predicate<CMSItemModel>

@Deprecated(since="1811", forRemoval=true) public class CMSComponentPredicate extends Object implements Predicate<CMSItemModel>
Deprecated, for removal: This API element is subject to removal in a future version.
since 1811. Please use CMSComponentTypePredicate instead.
Predicate to verify that the CMSItemModel is of type AbstractCMSComponentModel
  • Constructor Details

    • CMSComponentPredicate

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

    • test

      public boolean test(CMSItemModel cmsItemModel)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      test in interface Predicate<CMSItemModel>