Class IsNotDeletedPagePredicate
- java.lang.Object
-
- de.hybris.platform.cmsfacades.common.predicate.IsNotDeletedPagePredicate
-
- All Implemented Interfaces:
java.util.function.Predicate<CMSItemModel>
public class IsNotDeletedPagePredicate extends java.lang.Object implements java.util.function.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 Summary
Constructors Constructor Description IsNotDeletedPagePredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(CMSItemModel itemModel)
-
-
-
Method Detail
-
test
public boolean test(CMSItemModel itemModel)
- Specified by:
testin interfacejava.util.function.Predicate<CMSItemModel>
-
-