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