Class CategoryCodeExistsPredicate

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

public class CategoryCodeExistsPredicate extends Object implements Predicate<String>
Predicate to test if the category code exists.

Returns TRUE if the given category code exists; FALSE otherwise.

  • Constructor Details

    • CategoryCodeExistsPredicate

      public CategoryCodeExistsPredicate()
  • Method Details