Class LocationServiceImpl
java.lang.Object
ch.cern.eam.wshub.core.services.equipment.impl.LocationServiceImpl
- All Implemented Interfaces:
LocationService
-
Constructor Summary
ConstructorsConstructorDescriptionLocationServiceImpl(ApplicationData applicationData, Tools tools, net.datastream.wsdls.eamws.EAMWebServicesPT eamWebServicesToolkitClient) -
Method Summary
Modifier and TypeMethodDescriptioncreateLocation(EAMContext context, Location locationParam) createLocationBatch(EAMContext context, List<Location> locations) deleteLocation(EAMContext context, String locationCode) deleteLocationBatch(EAMContext context, List<String> locationCodes) readLocation(EAMContext context, String locationCode) readLocationBatch(EAMContext context, List<String> locationCodes) updateLocation(EAMContext context, Location locationParam) updateLocationBatch(EAMContext context, List<Location> locations)
-
Constructor Details
-
LocationServiceImpl
public LocationServiceImpl(ApplicationData applicationData, Tools tools, net.datastream.wsdls.eamws.EAMWebServicesPT eamWebServicesToolkitClient)
-
-
Method Details
-
createLocationBatch
- Specified by:
createLocationBatchin interfaceLocationService
-
readLocationBatch
- Specified by:
readLocationBatchin interfaceLocationService
-
updateLocationBatch
- Specified by:
updateLocationBatchin interfaceLocationService
-
deleteLocationBatch
- Specified by:
deleteLocationBatchin interfaceLocationService
-
readLocation
- Specified by:
readLocationin interfaceLocationService- Throws:
EAMException
-
createLocation
- Specified by:
createLocationin interfaceLocationService- Throws:
EAMException
-
updateLocation
- Specified by:
updateLocationin interfaceLocationService- Throws:
EAMException
-
deleteLocation
- Specified by:
deleteLocationin interfaceLocationService- Throws:
EAMException
-