Interface ITreeItemService<T extends ITreeItem<T>>

All Superinterfaces:
IGenericModelService<T>
All Known Subinterfaces:
IDepotService, IInventoryItemTypeService
All Known Implementing Classes:
DepotService, InventoryItemTypeService

public interface ITreeItemService<T extends ITreeItem<T>> extends IGenericModelService<T>
  • Method Details

    • getPath

      String getPath(T entity)
    • getCountOfChildren

      long getCountOfChildren(T entity)
    • loadByPath

      T loadByPath(String path)
    • createByPath

      T createByPath(String path)
    • existsByPath

      boolean existsByPath(String path)