Class 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 needed
    Validates if a given ItemModel points to a CMS Item that contains a CMSNavigationNode.
    • 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 TypeService getTypeService()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setTypeService​(TypeService typeService)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      boolean test​(ItemModel target)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Constructor Detail

      • ValidEntryItemModelPredicate

        public ValidEntryItemModelPredicate()
        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:
        test in interface java.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.