Interface IListItemService<T extends IListItem<T>>

All Superinterfaces:
IGenericModelService<T>
All Known Subinterfaces:
IAdapterNameService, IHostOperatingSystemService, IHostRoleService, IInventoryItemStatusService, IManufacturerService, INetworkHostService, IOwnerService, IResponsiblePersonService, ITagTypeService, IVendorService
All Known Implementing Classes:
AdapterNameService, HostOperatingSystemService, HostRoleService, InventoryItemStatusService, ManufacturerService, NetworkHostService, OwnerService, ResponsiblePersonService, TagTypeService, VendorService

public interface IListItemService<T extends IListItem<T>> extends IGenericModelService<T>