Class ComponentExistsInCatalogVersionsPredicate

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

public class ComponentExistsInCatalogVersionsPredicate extends Object implements Predicate<String>
Predicate to test if a given component uid maps to an existing component.

Returns TRUE if the component exists; FALSE otherwise.

  • Constructor Details

    • ComponentExistsInCatalogVersionsPredicate

      public ComponentExistsInCatalogVersionsPredicate()
  • Method Details