Class PrimaryPageWithLabelExistsPredicate

java.lang.Object
de.hybris.platform.cmsfacades.cmsitems.predicates.PrimaryPageWithLabelExistsPredicate
All Implemented Interfaces:
Predicate<String>

public class PrimaryPageWithLabelExistsPredicate extends Object implements Predicate<String>
Predicate to test if a given page label maps to an existing primary page.

Returns TRUE if the page exists; FALSE otherwise.