Class HostRoleService
java.lang.Object
org.xbricks.inventories.inventory.services.GenericModelService<HostRole,HostRoleRepository>
org.xbricks.inventories.inventory.services.hostRole.HostRoleService
- All Implemented Interfaces:
IHostRoleService
,IGenericModelService<HostRole>
,IListItemService<HostRole>
@Service
public class HostRoleService
extends GenericModelService<HostRole,HostRoleRepository>
implements IHostRoleService
-
Field Summary
Fields inherited from class org.xbricks.inventories.inventory.services.GenericModelService
modelRepository
-
Constructor Summary
ConstructorDescriptionHostRoleService
(HostRoleRepository repository, NetworkHostRepository networkHostRepository) -
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
-
HostRoleService
-
-
Method Details
-
isReferencedById
public boolean isReferencedById(long id) - Specified by:
isReferencedById
in interfaceIGenericModelService<HostRole>
- Specified by:
isReferencedById
in classGenericModelService<HostRole,
HostRoleRepository>
-