Class ComponentExistsPredicate

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

public class ComponentExistsPredicate 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

    • ComponentExistsPredicate

      public ComponentExistsPredicate()
  • Method Details