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
ConstructorsConstructorDescriptionAdapterNameService(AdapterNameRepository repository, NetworkInterfaceControllerRepository networkInterfaceControllerRepository) -
Method Summary
Methods inherited from class org.xbricks.inventories.inventory.services.GenericModelService
deleteById, loadAll, loadById, saveMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
isReferencedByIdin interfaceIGenericModelService<AdapterName>- Specified by:
isReferencedByIdin classGenericModelService<AdapterName,AdapterNameRepository>
-