Class MultiCatalogAwareItemAttributePredicate
- java.lang.Object
-
- de.hybris.platform.cmsfacades.types.service.predicate.MultiCatalogAwareItemAttributePredicate
-
- All Implemented Interfaces:
java.util.function.Predicate<AttributeDescriptorModel>
public class MultiCatalogAwareItemAttributePredicate extends java.lang.Object implements java.util.function.Predicate<AttributeDescriptorModel>
Predicate to test if given attribute is a collection of the provided assignable form
-
-
Constructor Summary
Constructors Constructor Description MultiCatalogAwareItemAttributePredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssignableFromAttributePredicategetAssignableFromAttributePredicate()protected java.util.function.Predicate<AttributeDescriptorModel>getIsCollectionPredicate()voidsetAssignableFromAttributePredicate(AssignableFromAttributePredicate assignableFromAttributePredicate)voidsetIsCollectionPredicate(java.util.function.Predicate<AttributeDescriptorModel> isCollectionPredicate)booleantest(AttributeDescriptorModel attributeDescriptor)
-
-
-
Method Detail
-
test
public boolean test(AttributeDescriptorModel attributeDescriptor)
- Specified by:
testin interfacejava.util.function.Predicate<AttributeDescriptorModel>
-
getIsCollectionPredicate
protected java.util.function.Predicate<AttributeDescriptorModel> getIsCollectionPredicate()
-
setIsCollectionPredicate
public void setIsCollectionPredicate(java.util.function.Predicate<AttributeDescriptorModel> isCollectionPredicate)
-
getAssignableFromAttributePredicate
public AssignableFromAttributePredicate getAssignableFromAttributePredicate()
-
setAssignableFromAttributePredicate
public void setAssignableFromAttributePredicate(AssignableFromAttributePredicate assignableFromAttributePredicate)
-
-