public interface SystemService
| Modifier and Type | Method and Description |
|---|---|
String |
createSystem(InforContext context,
Equipment systemParam) |
String |
deleteSystem(InforContext context,
String systemCode,
String organization) |
Equipment |
readSystem(InforContext context,
String systemCode,
String organization) |
Equipment |
readSystemDefault(InforContext context,
String organizationCode) |
String |
updateSystem(InforContext context,
Equipment systemParam) |
String createSystem(InforContext context, Equipment systemParam) throws InforException
InforExceptionEquipment readSystem(InforContext context, String systemCode, String organization) throws InforException
InforExceptionString updateSystem(InforContext context, Equipment systemParam) throws InforException
InforExceptionString deleteSystem(InforContext context, String systemCode, String organization) throws InforException
InforExceptionEquipment readSystemDefault(InforContext context, String organizationCode) throws InforException
InforExceptionCopyright © 2023 CERN European Organization for Nuclear Research. All rights reserved.