Class BlacklistedClassificationPredicate
- java.lang.Object
-
- com.hybris.backoffice.renderer.attributeschooser.BlacklistedClassificationPredicate
-
- All Implemented Interfaces:
java.util.function.Predicate<ClassificationSystemModel>
public class BlacklistedClassificationPredicate extends java.lang.Object implements java.util.function.Predicate<ClassificationSystemModel>
Default implementation of predicated which checks whether given classification system is on a blacklist. By default all classification systems are allowed, therefore this implementation returns false, which means that given system is not on blacklist.
-
-
Constructor Summary
Constructors Constructor Description BlacklistedClassificationPredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(ClassificationSystemModel classificationSystemModel)
-
-
-
Method Detail
-
test
public boolean test(ClassificationSystemModel classificationSystemModel)
- Specified by:
testin interfacejava.util.function.Predicate<ClassificationSystemModel>
-
-