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 Details

    • loadById

      T loadById(long id)
    • loadAll

      List<T> loadAll()
    • save

      T save(T entity)
    • deleteById

      void deleteById(long id)
    • isReferencedById

      boolean isReferencedById(long id)