|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.windchill.esi.rnd.BasicESIRenderer
com.ptc.windchill.esi.ecn.ESIWTChangeOrder2Renderer
public class ESIWTChangeOrder2Renderer
This class renders the output of ECN, which includes ECN header , part
and BOM.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
protected void |
buildGroups()
Calls ESIChangeHeaderRenderer to create the ECN header group. |
protected String |
getAuth()
Gets the value of the attribute: auth; Authentication information for Info*Engine tasks. |
protected String |
getConfigSpec()
Gets the value of the attribute: configSpec; The Config Spec. |
com.infoengine.object.IeCollection |
getECN(String objectID,
boolean delta,
boolean componentParts,
boolean alternates,
boolean substitutes,
boolean referenceDesignators,
boolean lineNumbers,
String mulitLevel,
boolean documents,
String configSpec,
String auth,
String wcAdapter,
String transactionID)
getECN RPC processor. |
protected String |
getMultiLevel()
Gets the value of the attribute: multiLevel; The number of levels of BOM. |
protected String |
getObjectID()
Gets the value of the attribute: objectID; The UFID of a WTChangeOrder 2. |
protected String |
getTransactionID()
Gets the value of the attribute: transactionID; The number of the transaction to associate with the output from renderer. |
protected String |
getWcAdapter()
Gets the value of the attribute: wcAdapter; The name of the Windchill adapter. |
protected boolean |
isAlternates()
Gets the value of the attribute: alternates; When parts are exported, should the alternates of the parts (if any are defined) be exported? Supported API: true |
protected boolean |
isComponentParts()
Gets the value of the attribute: componentParts; When BOMs are exported, should parts be created for BOM components? Supported API: true |
protected boolean |
isDelta()
Gets the value of the attribute: delta; Should RPC responses contain only information that has changed since the last time objects were released? Supported API: true |
protected boolean |
isDocuments()
Gets the value of the attribute: documents; If "true", returns associated documents info, default is "false". |
protected boolean |
isLineNumbers()
Gets the value of the attribute: lineNumbers; If "true", returns line numbers info, otherwise no line numbers info is returned. |
protected boolean |
isReferenceDesignators()
Gets the value of the attribute: referenceDesignators; If "true", returns Reference Designator data. |
protected boolean |
isSubstitutes()
Gets the value of the attribute: substitutes; If "true", returns substitute data. |
protected void |
validate()
Makes sure that WTChangeOrder2 is in proper state for release to ERP. |
| Methods inherited from class com.ptc.windchill.esi.rnd.BasicESIRenderer |
|---|
adjustDateEffectivities, adjustEffectivities, adjustEffectivities, adjustLotNumberEffCxt, adjustLotNumberEffectivities, adjustObjectID, adjustSerialNumberEffCxt, adjustSerialNumberEffectivities, adjustTargets, buildUfidString, getBuilder, invokeQueryTask, invokeQueryTask, invokeQueryTask, mapElement, mapObject, mapObject, render, setBuilder |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
protected String getObjectID()
protected boolean isDelta()
protected boolean isComponentParts()
protected boolean isAlternates()
protected boolean isSubstitutes()
protected boolean isReferenceDesignators()
protected boolean isLineNumbers()
protected String getMultiLevel()
protected boolean isDocuments()
protected String getConfigSpec()
protected String getAuth()
protected String getWcAdapter()
protected String getTransactionID()
protected void validate()
throws com.ptc.windchill.esi.rnd.ESIRendererException
com.ptc.windchill.esi.rnd.ESIRendererException
protected void buildGroups()
throws com.ptc.windchill.esi.rnd.ESIRendererException
buildGroups in class BasicESIRenderercom.ptc.windchill.esi.rnd.ESIRendererException
public com.infoengine.object.IeCollection getECN(String objectID,
boolean delta,
boolean componentParts,
boolean alternates,
boolean substitutes,
boolean referenceDesignators,
boolean lineNumbers,
String mulitLevel,
boolean documents,
String configSpec,
String auth,
String wcAdapter,
String transactionID)
throws WTException
objectID - The UFID of a WTChangeOrder2.delta - If true, return only the objects that have changed since the last release of the changeables on the ECN.componentParts - if true, invoke getPart for each BOM component.alternates - If true, return the alternate parts for BOMs, parts and component parts.substitutes - If "true", returns substitute datareferenceDesignators - If "true", returns Reference Designator data.lineNumbers - If "true", returns line numbers info, no line numbers info otherwise.mulitLevel - The number of levels of BOM, default is 1.documents - If "true", returns associated documents info, default is "false".Only operative if "Parts" = "true".configSpec - The Config Spec. value to use when navigating BOMs. See the Query-Tree Webject documentation for acceptable and default values.auth - This parameter contains authentication information from I*E.wcAdapter - This parameter contains the name of the Windchill adapter.transactionID - The TransactionID for this ObjectID.
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||