com.ptc.windchill.esi.forms
Class SendToDistributionTargetFormProcessor

java.lang.Object
  extended by com.ptc.core.components.forms.DefaultObjectFormProcessor
      extended by com.ptc.windchill.esi.forms.SendToDistributionTargetFormProcessor
All Implemented Interfaces:
ObjectFormProcessor

public class SendToDistributionTargetFormProcessor
extends com.ptc.core.components.forms.DefaultObjectFormProcessor

Send To Distribution Target Wizard Form Processor. Processes Wizard data and initiates the ESI publication for Exporting Part or BOM.

Supported API: true


Extendable: true


Since:
Windchill 9.0

See Also:
DefaultItemFormProcessor

Method Summary
 FormResult doOperation(NmCommandBean clientData, List<ObjectBean> objList)
          Sends the object to the distribution target.
 
Methods inherited from class com.ptc.core.components.forms.DefaultObjectFormProcessor
continueProcessing, getDelegates, mergeIntermediateResult, postProcess, postTransactionProcess, preProcess, setResultNextAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

doOperation

public FormResult doOperation(NmCommandBean clientData,
                              List<ObjectBean> objList)
                       throws WTException
Sends the object to the distribution target.

Supported API: true

Specified by:
doOperation in interface ObjectFormProcessor
Overrides:
doOperation in class com.ptc.core.components.forms.DefaultObjectFormProcessor
Parameters:
cb - - Contains request form data and other context information. Input.
objList - - Contains the object(s) to be stored, updated,moved, etc. Note:
  • Not applicable for this form processor as here object is published to ERP and not stored, updated, or modved in windchill database.
Returns:
FormResult - the result of this method
Throws:
WTException