Class IsNotDeletedPagePredicate

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

public class IsNotDeletedPagePredicate extends Object implements Predicate<CMSItemModel>
Predicate to test if a given cms item is a deleted page or not.

Returns TRUE if the item is not type AbstractPageModel or the page is not deleted; FALSE otherwise.

  • Constructor Details

    • IsNotDeletedPagePredicate

      public IsNotDeletedPagePredicate()
  • Method Details