Class ContentSlotExistsPredicate

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

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

    • ContentSlotExistsPredicate

      public ContentSlotExistsPredicate()
  • Method Details