Class PhysicalInventoryServiceImpl
java.lang.Object
ch.cern.eam.wshub.core.services.material.impl.PhysicalInventoryServiceImpl
- All Implemented Interfaces:
PhysicalInventoryService
-
Constructor Summary
ConstructorsConstructorDescriptionPhysicalInventoryServiceImpl(ApplicationData applicationData, Tools tools, net.datastream.wsdls.eamws.EAMWebServicesPT eamWebServicesToolkitClient) -
Method Summary
Modifier and TypeMethodDescriptioncreatePhysicalInventory(EAMContext context, PhysicalInventory physicalInventory) readDefaultPhysicalInventory(EAMContext context, String storeCode) readPhysicalInventory(EAMContext context, String code) readPhysicalInventoryLine(EAMContext context, PhysicalInventoryRow row) updatePhysicalInventory(EAMContext context, PhysicalInventory physicalInventory) updatePhysicalInventoryLine(EAMContext context, PhysicalInventoryRow row)
-
Constructor Details
-
PhysicalInventoryServiceImpl
public PhysicalInventoryServiceImpl(ApplicationData applicationData, Tools tools, net.datastream.wsdls.eamws.EAMWebServicesPT eamWebServicesToolkitClient)
-
-
Method Details
-
createPhysicalInventory
public PhysicalInventory createPhysicalInventory(EAMContext context, PhysicalInventory physicalInventory) throws EAMException - Specified by:
createPhysicalInventoryin interfacePhysicalInventoryService- Throws:
EAMException
-
readPhysicalInventory
- Specified by:
readPhysicalInventoryin interfacePhysicalInventoryService- Throws:
EAMException
-
updatePhysicalInventory
public PhysicalInventory updatePhysicalInventory(EAMContext context, PhysicalInventory physicalInventory) throws EAMException - Specified by:
updatePhysicalInventoryin interfacePhysicalInventoryService- Throws:
EAMException
-
readPhysicalInventoryLine
public PhysicalInventoryRow readPhysicalInventoryLine(EAMContext context, PhysicalInventoryRow row) throws EAMException - Specified by:
readPhysicalInventoryLinein interfacePhysicalInventoryService- Throws:
EAMException
-
updatePhysicalInventoryLine
public PhysicalInventoryRow updatePhysicalInventoryLine(EAMContext context, PhysicalInventoryRow row) throws EAMException - Specified by:
updatePhysicalInventoryLinein interfacePhysicalInventoryService- Throws:
EAMException
-
readDefaultPhysicalInventory
public PhysicalInventory readDefaultPhysicalInventory(EAMContext context, String storeCode) throws EAMException - Specified by:
readDefaultPhysicalInventoryin interfacePhysicalInventoryService- Throws:
EAMException
-