Class ValidEntryItemModelPredicate

java.lang.Object
de.hybris.platform.cmsfacades.navigations.validator.predicate.ValidEntryItemModelPredicate
All Implemented Interfaces:
Predicate<ItemModel>

@Deprecated(since="1811", forRemoval=true) public class ValidEntryItemModelPredicate extends Object implements Predicate<ItemModel>
Deprecated, for removal: This API element is subject to removal in a future version.
since 1811 - no longer needed
Validates if a given ItemModel points to a CMS Item that contains a CMSNavigationNode.
  • Constructor Details

    • ValidEntryItemModelPredicate

      public ValidEntryItemModelPredicate()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • test

      public boolean test(ItemModel target)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      test in interface 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.