Class AbstractDao

    • Constructor Detail

      • AbstractDao

        public AbstractDao()
    • Method Detail

      • getTypeService

        protected TypeService getTypeService()
      • getItemCount

        public abstract int getItemCount​(Item category,
                                         CatalogVersion version,
                                         boolean withSubcategories)
      • getConnectedItems

        public abstract java.util.List<Item> getConnectedItems​(Item category,
                                                               CatalogVersion version,
                                                               boolean withSubcategories)
      • wrapIntoConnectedItem

        protected abstract java.util.List<MacFinderTreeNode> wrapIntoConnectedItem​(java.util.List<Item> sourceList)
      • unwrapIntoConnectedItem

        protected java.util.List<Item> unwrapIntoConnectedItem​(java.util.List<MacFinderTreeNode> sourceList)