Class AdapterNameService
java.lang.Object
org.xbricks.inventories.inventory.services.GenericModelService<AdapterName,AdapterNameRepository>
org.xbricks.inventories.inventory.services.adapterName.AdapterNameService
- All Implemented Interfaces:
IAdapterNameService
,IGenericModelService<AdapterName>
,IListItemService<AdapterName>
@Service
public class AdapterNameService
extends GenericModelService<AdapterName,AdapterNameRepository>
implements IAdapterNameService
-
Field Summary
Fields inherited from class org.xbricks.inventories.inventory.services.GenericModelService
modelRepository
-
Constructor Summary
ConstructorDescriptionAdapterNameService
(AdapterNameRepository repository, NetworkInterfaceControllerRepository networkInterfaceControllerRepository) -
Method Summary
Methods inherited from class org.xbricks.inventories.inventory.services.GenericModelService
deleteById, loadAll, loadById, save
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xbricks.inventories.inventory.services.IGenericModelService
deleteById, loadAll, loadById, save
-
Constructor Details
-
AdapterNameService
public AdapterNameService(AdapterNameRepository repository, NetworkInterfaceControllerRepository networkInterfaceControllerRepository)
-
-
Method Details
-
isReferencedById
public boolean isReferencedById(long id) - Specified by:
isReferencedById
in interfaceIGenericModelService<AdapterName>
- Specified by:
isReferencedById
in classGenericModelService<AdapterName,
AdapterNameRepository>
-