Class HostOperatingSystemDtoService
java.lang.Object
org.xbricks.inventories.inventory.services.hostOperatingSystem.HostOperatingSystemDtoService
- All Implemented Interfaces:
IHostOperatingSystemDtoService
@Service
public class HostOperatingSystemDtoService
extends Object
implements IHostOperatingSystemDtoService
-
Constructor Summary
ConstructorDescriptionHostOperatingSystemDtoService
(IHostOperatingSystemService hostOperatingSystemService, IHostOperatingSystemDisplayDtoConverter hostOperatingSystemDisplayDtoConverter, IHostOperatingSystemSaveDtoConverter hostOperatingSystemSaveDtoConverter, IHostOperatingSystemConverter hostOperatingSystemConverter) -
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteById
(long id) boolean
isReferencedById
(long id) loadAll()
loadById
(long id) save
(HostOperatingSystemSaveDto hostOperatingSystemSaveDto)
-
Constructor Details
-
HostOperatingSystemDtoService
@Autowired public HostOperatingSystemDtoService(IHostOperatingSystemService hostOperatingSystemService, IHostOperatingSystemDisplayDtoConverter hostOperatingSystemDisplayDtoConverter, IHostOperatingSystemSaveDtoConverter hostOperatingSystemSaveDtoConverter, IHostOperatingSystemConverter hostOperatingSystemConverter)
-
-
Method Details
-
loadById
- Specified by:
loadById
in interfaceIHostOperatingSystemDtoService
-
loadAll
- Specified by:
loadAll
in interfaceIHostOperatingSystemDtoService
-
save
- Specified by:
save
in interfaceIHostOperatingSystemDtoService
-
deleteById
- Specified by:
deleteById
in interfaceIHostOperatingSystemDtoService
- Throws:
IllegalStateException
-
isReferencedById
public boolean isReferencedById(long id) - Specified by:
isReferencedById
in interfaceIHostOperatingSystemDtoService
-