public interface LocationService
| 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) |
BatchResponse<String> createLocationBatch(InforContext context, List<Location> locations) throws InforException
InforExceptionBatchResponse<Location> readLocationBatch(InforContext context, List<String> locationCodes) throws InforException
InforExceptionBatchResponse<String> updateLocationBatch(InforContext context, List<Location> locations) throws InforException
InforExceptionBatchResponse<String> deleteLocationBatch(InforContext context, List<String> locationCodes) throws InforException
InforExceptionLocation readLocation(InforContext context, String locationCode) throws InforException
InforExceptionString createLocation(InforContext context, Location locationParam) throws InforException
InforExceptionString updateLocation(InforContext context, Location locationParam) throws InforException
InforExceptionString deleteLocation(InforContext context, String locationCode) throws InforException
InforExceptionCopyright © 2022 CERN European Organization for Nuclear Research. All rights reserved.