public class LocationServiceImpl extends Object implements LocationService
| Constructor and Description |
|---|
LocationServiceImpl(ApplicationData applicationData,
Tools tools,
net.datastream.wsdls.inforws.InforWebServicesPT inforWebServicesToolkitClient) |
| Modifier and Type | Method and Description |
|---|---|
String |
createLocation(InforContext context,
Location locationParam) |
BatchResponse<String> |
createLocationBatch(InforContext context,
List<Location> locations) |
String |
deleteLocation(InforContext context,
String locationCode) |
BatchResponse<String> |
deleteLocationBatch(InforContext context,
List<String> locationCodes) |
Location |
readLocation(InforContext context,
String locationCode) |
BatchResponse<Location> |
readLocationBatch(InforContext context,
List<String> locationCodes) |
String |
updateLocation(InforContext context,
Location locationParam) |
BatchResponse<String> |
updateLocationBatch(InforContext context,
List<Location> locations) |
public LocationServiceImpl(ApplicationData applicationData, Tools tools, net.datastream.wsdls.inforws.InforWebServicesPT inforWebServicesToolkitClient)
public BatchResponse<String> createLocationBatch(InforContext context, List<Location> locations)
createLocationBatch in interface LocationServicepublic BatchResponse<Location> readLocationBatch(InforContext context, List<String> locationCodes)
readLocationBatch in interface LocationServicepublic BatchResponse<String> updateLocationBatch(InforContext context, List<Location> locations)
updateLocationBatch in interface LocationServicepublic BatchResponse<String> deleteLocationBatch(InforContext context, List<String> locationCodes)
deleteLocationBatch in interface LocationServicepublic Location readLocation(InforContext context, String locationCode) throws InforException
readLocation in interface LocationServiceInforExceptionpublic String createLocation(InforContext context, Location locationParam) throws InforException
createLocation in interface LocationServiceInforExceptionpublic String updateLocation(InforContext context, Location locationParam) throws InforException
updateLocation in interface LocationServiceInforExceptionpublic String deleteLocation(InforContext context, String locationCode) throws InforException
deleteLocation in interface LocationServiceInforExceptionCopyright © 2022 CERN European Organization for Nuclear Research. All rights reserved.