Class PartLotServiceImpl
java.lang.Object
ch.cern.eam.wshub.core.services.material.impl.PartLotServiceImpl
- All Implemented Interfaces:
PartLotService
-
Constructor Summary
ConstructorsConstructorDescriptionPartLotServiceImpl(ApplicationData applicationData, Tools tools, net.datastream.wsdls.eamws.EAMWebServicesPT eamWebServicesToolkitClient) -
Method Summary
Modifier and TypeMethodDescriptioncreateLot(EAMContext context, Lot lot) deleteLot(EAMContext context, String lotCode) readLot(EAMContext context, String lotPk) updateLot(EAMContext context, Lot lot)
-
Constructor Details
-
PartLotServiceImpl
public PartLotServiceImpl(ApplicationData applicationData, Tools tools, net.datastream.wsdls.eamws.EAMWebServicesPT eamWebServicesToolkitClient)
-
-
Method Details
-
createLot
- Specified by:
createLotin interfacePartLotService- Throws:
EAMException
-
readLot
- Specified by:
readLotin interfacePartLotService- Throws:
EAMException
-
updateLot
- Specified by:
updateLotin interfacePartLotService- Throws:
EAMException
-
deleteLot
- Specified by:
deleteLotin interfacePartLotService- Throws:
EAMException
-