public interface MECService
| Modifier and Type | Field and Description |
|---|---|
static String |
EQUIPMENT_COLUMN_NAME |
static String |
GRID_ID |
static String |
GRID_WO_TYPE |
static String |
MEC_ID_COLUMN_NAME |
| Modifier and Type | Method and Description |
|---|---|
String |
addWorkOrderEquipment(InforContext context,
MEC mecToAdd) |
String |
deleteWorkOrderMEC(InforContext context,
String parentWorkorderID,
String equipmentID) |
List<String> |
getWorkOrderMecIDList(InforContext context,
String workorderID) |
String |
syncWorkOrderEquipment(InforContext context,
MEC updatedMEC) |
static void |
validateInput(MEC mecToAdd) |
static void |
validateInput(String workOrderID) |
static void |
validateInput(String parentWorkorderID,
String equipmentID) |
static void |
validateInput(String parentWorkorderID,
String equipmentID,
MEC mecProperties) |
static final String EQUIPMENT_COLUMN_NAME
static final String MEC_ID_COLUMN_NAME
static final String GRID_ID
static final String GRID_WO_TYPE
List<String> getWorkOrderMecIDList(InforContext context, String workorderID) throws InforException
InforExceptionString addWorkOrderEquipment(InforContext context, MEC mecToAdd) throws InforException
InforExceptionString deleteWorkOrderMEC(InforContext context, String parentWorkorderID, String equipmentID) throws InforException
InforExceptionString syncWorkOrderEquipment(InforContext context, MEC updatedMEC) throws InforException
InforExceptionstatic void validateInput(String workOrderID) throws InforException
InforExceptionstatic void validateInput(MEC mecToAdd) throws InforException
InforExceptionstatic void validateInput(String parentWorkorderID, String equipmentID) throws InforException
InforExceptionstatic void validateInput(String parentWorkorderID, String equipmentID, MEC mecProperties) throws InforException
InforExceptionCopyright © 2020 CERN European Organization for Nuclear Research. All rights reserved.