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) |
BatchResponse<String> |
addWorkOrderEquipmentBatch(InforContext context,
List<MEC> mecsToAdd) |
String |
deleteWorkOrderMEC(InforContext context,
String parentWorkorderID,
String mecID) |
List<String> |
getWorkOrderMecIDList(InforContext context,
String workorderID) |
net.datastream.schemas.mp_entities.workorderequipment_001.WorkOrderEquipment |
getWorkOrderMecInfor(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 mecID) |
static void |
validateInput(String parentWorkorderID,
String mecID,
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
InforExceptionBatchResponse<String> addWorkOrderEquipmentBatch(InforContext context, List<MEC> mecsToAdd) throws InforException
InforExceptionnet.datastream.schemas.mp_entities.workorderequipment_001.WorkOrderEquipment getWorkOrderMecInfor(InforContext context, String workorderID) throws InforException
InforExceptionString addWorkOrderEquipment(InforContext context, MEC mecToAdd) throws InforException
InforExceptionString deleteWorkOrderMEC(InforContext context, String parentWorkorderID, String mecID) 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 mecID) throws InforException
InforExceptionstatic void validateInput(String parentWorkorderID, String mecID, MEC mecProperties) throws InforException
InforExceptionCopyright © 2020 CERN European Organization for Nuclear Research. All rights reserved.