Class CMSItemTypePredicate

  • All Implemented Interfaces:
    java.util.function.Predicate<ItemModel>

    public class CMSItemTypePredicate
    extends java.lang.Object
    implements java.util.function.Predicate<ItemModel>
    Predicate to identify if an ItemModel is assignable from CMSItemModel type.
    • Constructor Detail

      • CMSItemTypePredicate

        public CMSItemTypePredicate()
    • Method Detail

      • test

        public boolean test​(ItemModel itemModel)
        Specified by:
        test in interface java.util.function.Predicate<ItemModel>
      • getTypeService

        protected TypeService getTypeService()
      • setTypeService

        public void setTypeService​(TypeService typeService)