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