Class BlacklistedClassificationPredicate
java.lang.Object
com.hybris.backoffice.renderer.attributeschooser.BlacklistedClassificationPredicate
- All Implemented Interfaces:
Predicate<ClassificationSystemModel>
public class BlacklistedClassificationPredicate
extends Object
implements 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 Details
-
BlacklistedClassificationPredicate
public BlacklistedClassificationPredicate()
-
-
Method Details
-
test
- Specified by:
testin interfacePredicate<ClassificationSystemModel>
-