Interface ITreeItemService<T extends ITreeItem<T>>
- All Superinterfaces:
IGenericModelService<T>
- All Known Subinterfaces:
IDepotService
,IInventoryItemTypeService
- All Known Implementing Classes:
DepotService
,InventoryItemTypeService
-
Method Summary
Modifier and TypeMethodDescriptioncreateByPath
(String path) boolean
existsByPath
(String path) long
getCountOfChildren
(T entity) loadByPath
(String path) Methods inherited from interface org.xbricks.inventories.inventory.services.IGenericModelService
deleteById, isReferencedById, loadAll, loadById, save
-
Method Details
-
getPath
-
getCountOfChildren
-
loadByPath
-
createByPath
-
existsByPath
-