Class CMSComponentTypePredicate
- java.lang.Object
-
- de.hybris.platform.cms2.common.predicates.CMSComponentTypePredicate
-
- All Implemented Interfaces:
java.util.function.Predicate<ItemModel>
- Direct Known Subclasses:
CMSComponentTypePredicate
public class CMSComponentTypePredicate extends java.lang.Object implements java.util.function.Predicate<ItemModel>
Predicate to identify if an attribute type is assignable fromAbstractCMSComponentModeltype.
-
-
Constructor Summary
Constructors Constructor Description CMSComponentTypePredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TypeServicegetTypeService()voidsetTypeService(TypeService typeService)booleantest(ItemModel itemModel)
-
-
-
Method Detail
-
test
public boolean test(ItemModel itemModel)
- Specified by:
testin interfacejava.util.function.Predicate<ItemModel>
-
getTypeService
protected TypeService getTypeService()
-
setTypeService
public void setTypeService(TypeService typeService)
-
-