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.
Predicate to verify that the CMSItemModel is of type AbstractCMSComponentModel
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbooleantest(CMSItemModel cmsItemModel) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
CMSComponentPredicate
public CMSComponentPredicate()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
test
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
testin interfacePredicate<CMSItemModel>
-
CMSComponentTypePredicateinstead.