Class ContentSlotExistsInCatalogVersionsPredicate

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

public class ContentSlotExistsInCatalogVersionsPredicate extends Object implements Predicate<String>
Predicate to test if a given content slot uid maps to an existing content slot.

Returns TRUE if the content slot exists; FALSE otherwise.

  • Constructor Details

    • ContentSlotExistsInCatalogVersionsPredicate

      public ContentSlotExistsInCatalogVersionsPredicate()
  • Method Details