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.