Class ContentPageLabelOrIdExistsPredicate

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

public class ContentPageLabelOrIdExistsPredicate extends Object implements Predicate<String>
Predicate to check existence of label or id for a ContentPage.

Returns TRUE if the given label or id exists; FALSE otherwise.

  • Constructor Details

    • ContentPageLabelOrIdExistsPredicate

      public ContentPageLabelOrIdExistsPredicate()
  • Method Details