Class CatalogCodeExistsPredicate

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

public class CatalogCodeExistsPredicate extends Object implements Predicate<String>
Predicate to check existence of catalog code.

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

  • Constructor Details

    • CatalogCodeExistsPredicate

      public CatalogCodeExistsPredicate()
  • Method Details