Class CategoryExistsPredicate

java.lang.Object
de.hybris.platform.cmsfacades.common.predicate.CategoryExistsPredicate
All Implemented Interfaces:
Predicate<String>

public class CategoryExistsPredicate extends Object implements Predicate<String>
Predicate to test if a collection of categoryCodes each individually map to a Category.

Returns TRUE if the restriction exists; FALSE otherwise.

  • Constructor Details

    • CategoryExistsPredicate

      public CategoryExistsPredicate()
  • Method Details