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