Interface CopyMfgProcessToMPMOperationDelegate


public interface CopyMfgProcessToMPMOperationDelegate
Delegate to Copies attributes from MfgProcess to MPMOperations

Supported API: true

Extendable: 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 mfgProcess
      anOperationList - - List of MPMOperations
      aReport - - ExecutionReport to report any failures
      aMessageLocalizer - - Message localizer to set messages
      aLocale - - Locale to display messages
      Throws:
      WTException - if error occurs during attributes copy