Class CMSComponentPredicate
- java.lang.Object
-
- de.hybris.platform.cmsfacades.common.predicate.CMSComponentPredicate
-
- All Implemented Interfaces:
java.util.function.Predicate<CMSItemModel>
@Deprecated(since="1811", forRemoval=true) public class CMSComponentPredicate extends java.lang.Object implements java.util.function.Predicate<CMSItemModel>Deprecated, for removal: This API element is subject to removal in a future version.since 1811. Please useCMSComponentTypePredicateinstead.Predicate to verify that the CMSItemModel is of type AbstractCMSComponentModel
-
-
Constructor Summary
Constructors Constructor Description CMSComponentPredicate()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 booleantest(CMSItemModel cmsItemModel)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
test
public boolean test(CMSItemModel cmsItemModel)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
testin interfacejava.util.function.Predicate<CMSItemModel>
-
-