Class ValidEntryItemModelPredicate
- java.lang.Object
-
- de.hybris.platform.cmsfacades.navigations.validator.predicate.ValidEntryItemModelPredicate
-
- All Implemented Interfaces:
java.util.function.Predicate<ItemModel>
@Deprecated(since="1811", forRemoval=true) public class ValidEntryItemModelPredicate extends java.lang.Object implements java.util.function.Predicate<ItemModel>Deprecated, for removal: This API element is subject to removal in a future version.since 1811 - no longer neededValidates if a givenItemModelpoints to a CMS Item that contains aCMSNavigationNode.
-
-
Constructor Summary
Constructors Constructor Description ValidEntryItemModelPredicate()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected TypeServicegetTypeService()Deprecated, for removal: This API element is subject to removal in a future version.voidsetTypeService(TypeService typeService)Deprecated, for removal: This API element is subject to removal in a future version.booleantest(ItemModel target)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
test
public boolean test(ItemModel target)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
testin interfacejava.util.function.Predicate<ItemModel>
-
getTypeService
protected TypeService getTypeService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setTypeService
public void setTypeService(TypeService typeService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-