Class DataexportService
java.lang.Object
org.xbricks.inventories.inventory.services.dataexport.DataexportService
- Direct Known Subclasses:
DataexportDHCPkonfigService
,DataexportInternalService
,DataexportTransferService
-
Field Summary
Modifier and TypeFieldDescriptionprotected final IDepotService
protected final IInventoryItemService
protected final IIpAddressService
protected final INetworkHostService
protected final INetworkInterfaceControllerService
protected final INetworkPrefixService
protected final IOwnerService
-
Constructor Summary
ConstructorDescriptionDataexportService
(IIpAddressService ipAddressService, INetworkHostService networkHostService, IDepotService depotService, IInventoryItemService inventoryItemService, INetworkPrefixService networkPrefixService, INetworkInterfaceControllerService networkInterfaceControllerService, IOwnerService ownerService) -
Method Summary
-
Field Details
-
ipAddressService
-
networkHostService
-
depotService
-
inventoryItemService
-
networkPrefixService
-
networkInterfaceControllerService
-
ownerService
-
-
Constructor Details
-
DataexportService
public DataexportService(IIpAddressService ipAddressService, INetworkHostService networkHostService, IDepotService depotService, IInventoryItemService inventoryItemService, INetworkPrefixService networkPrefixService, INetworkInterfaceControllerService networkInterfaceControllerService, IOwnerService ownerService)
-
-
Method Details