Interface IGenericModelService<T>
- All Known Subinterfaces:
IAdapterNameService,IDeliveryService,IDepotService,IHostOperatingSystemService,IHostRoleService,IInventoryItemService,IInventoryItemStatusService,IInventoryItemTypeService,IIpAddressService,IListItemService<T>,IManufacturerService,INetworkHostService,INetworkInterfaceControllerService,INetworkItemService,INetworkPrefixService,IOwnerService,IResponsiblePersonService,ITagService,ITagTypeService,ITreeItemService<T>,IVendorService
- All Known Implementing Classes:
AdapterNameService,DeliveryService,DepotService,GenericModelService,HostOperatingSystemService,HostRoleService,InventoryItemService,InventoryItemStatusService,InventoryItemTypeService,IpAddressService,ManufacturerService,NetworkHostService,NetworkInterfaceControllerService,NetworkItemService,NetworkPrefixService,OwnerService,ResponsiblePersonService,TagService,TagTypeService,VendorService
public interface IGenericModelService<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteById(long id) booleanisReferencedById(long id) loadAll()loadById(long id)
-
Method Details
-
loadById
-
loadAll
-
save
-
deleteById
void deleteById(long id) -
isReferencedById
boolean isReferencedById(long id)
-