Class ProductCodeExistsPredicate

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

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

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

  • Constructor Details

    • ProductCodeExistsPredicate

      public ProductCodeExistsPredicate()
  • Method Details