public interface SafetyService
| Modifier and Type | Method and Description |
|---|---|
List<Safety> |
readSafeties(InforContext context,
String entityType,
String entityCode) |
BatchResponse<List<Safety>> |
readSafetiesBatch(InforContext context,
String entityType,
List<String> entityCode) |
Safety |
readSafety(InforContext context,
String entityType,
String safetyCode) |
String |
setSafeties(InforContext context,
String entityType,
String entityCode,
List<Safety> safeties) |
BatchResponse<String> |
setSafetiesBatch(InforContext context,
String entityType,
Map<String,List<Safety>> entityCodeToSafeties) |
BatchResponse<List<Safety>> readSafetiesBatch(InforContext context, String entityType, List<String> entityCode)
BatchResponse<String> setSafetiesBatch(InforContext context, String entityType, Map<String,List<Safety>> entityCodeToSafeties)
List<Safety> readSafeties(InforContext context, String entityType, String entityCode) throws InforException
InforExceptionString setSafeties(InforContext context, String entityType, String entityCode, List<Safety> safeties) throws InforException
InforExceptionSafety readSafety(InforContext context, String entityType, String safetyCode) throws InforException
InforExceptionCopyright © 2022 CERN European Organization for Nuclear Research. All rights reserved.