Interface IIpAddressDtoService
- All Known Implementing Classes:
IpAddressDtoService
public interface IIpAddressDtoService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteById
(long id) boolean
isReferencedById
(long id) loadAll()
loadById
(long id) save
(IpAddressSaveDto ipAddressSaveDto)
-
Method Details
-
loadById
-
loadAll
List<IpAddressDisplayDto> loadAll() -
save
-
deleteById
- Throws:
IllegalStateException
-
isReferencedById
boolean isReferencedById(long id)
-