Class DepotDtoService
java.lang.Object
org.xbricks.inventories.inventory.services.depot.DepotDtoService
- All Implemented Interfaces:
IDepotDtoService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteById
(long id) boolean
isReferencedById
(long id) loadAll()
loadById
(long id) save
(DepotSaveDto depotSaveDto)
-
Constructor Details
-
DepotDtoService
public DepotDtoService()
-
-
Method Details
-
loadById
- Specified by:
loadById
in interfaceIDepotDtoService
-
loadAll
- Specified by:
loadAll
in interfaceIDepotDtoService
-
save
- Specified by:
save
in interfaceIDepotDtoService
-
deleteById
- Specified by:
deleteById
in interfaceIDepotDtoService
- Throws:
IllegalStateException
-
isReferencedById
public boolean isReferencedById(long id) - Specified by:
isReferencedById
in interfaceIDepotDtoService
-