Class AndAttributePredicate
java.lang.Object
de.hybris.platform.cmsfacades.types.service.predicate.AndAttributePredicate
- All Implemented Interfaces:
Predicate<AttributeDescriptorModel>
Predicate to test that a list of
Predicate<AttributeDescriptorModel> are matched-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<Predicate<AttributeDescriptorModel>>voidsetPredicates(List<Predicate<AttributeDescriptorModel>> predicates) booleantest(AttributeDescriptorModel attributeDescriptor)
-
Constructor Details
-
AndAttributePredicate
public AndAttributePredicate()
-
-
Method Details
-
test
- Specified by:
testin interfacePredicate<AttributeDescriptorModel>
-
getPredicates
-
setPredicates
-