Interface CopyMfgProcessToMPMOperationDelegate
public interface CopyMfgProcessToMPMOperationDelegate
Delegate to Copies attributes from MfgProcess to MPMOperations
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionvoidcopyAttributes(List<MPMMfgProcess> aMfgProcessList, List<MPMOperation> anOperationList, ExecutionReport aReport, ServerMessageLocalizer aMessageLocalizer, Locale aLocale) Copies attributes from MfgProcess to MPMOperations
Supported API: true
-
Method Details
-
copyAttributes
void copyAttributes(List<MPMMfgProcess> aMfgProcessList, List<MPMOperation> anOperationList, ExecutionReport aReport, ServerMessageLocalizer aMessageLocalizer, Locale aLocale) throws WTException Copies attributes from MfgProcess to MPMOperations
Supported API: true- Parameters:
aMfgProcessList- - List of mfgProcessanOperationList- - List of MPMOperationsaReport- - ExecutionReport to report any failuresaMessageLocalizer- - Message localizer to set messagesaLocale- - Locale to display messages- Throws:
WTException- if error occurs during attributes copy
-