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