|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.components.forms.DefaultObjectFormProcessorDelegate
com.ptc.windchill.enterprise.change2.forms.delegates.ChangeItemFormDelegate
com.ptc.windchill.enterprise.change2.forms.delegates.RelatedProductDataFormDelegate
com.ptc.windchill.enterprise.change2.forms.delegates.ChangeTaskAffectedItemsFormDelegate
public class ChangeTaskAffectedItemsFormDelegate
A class used for processing affected objects table from a change task wizard.
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
protected Class |
getAssociationClass(ChangeItemIfc item)
Returns the association class for the affected objects table. |
protected String |
getDefaultTableId()
Returns the default Table ID Supported API: true |
protected String |
getDelegateName()
Gets the name of the current delegate. |
protected WTCollection |
getRefreshedAssociationLinks(ChangeItemIfc changeItem)
Returns the refreshed association links for a given change item |
FormResult |
postProcess(NmCommandBean clientData,
List<ObjectBean> objectBeans)
The post process method processes any affected objects of the Change Task. |
protected WTCollection |
processLinkAttributes(ChangeItemIfc item,
WTCollection binaryLinks)
Processes the affected activity data link for the affected objects table. |
| Methods inherited from class com.ptc.windchill.enterprise.change2.forms.delegates.RelatedProductDataFormDelegate |
|---|
getItemsToStoreForAssociation |
| Methods inherited from class com.ptc.windchill.enterprise.change2.forms.delegates.ChangeItemFormDelegate |
|---|
getComponentMode, getReferenceValueFromMap, getReferenceValueFromMap, getTableId |
| Methods inherited from class com.ptc.core.components.forms.DefaultObjectFormProcessorDelegate |
|---|
doOperation, postTransactionProcess, preProcess |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public FormResult postProcess(NmCommandBean clientData,
List<ObjectBean> objectBeans)
throws WTException
postProcess in interface ObjectFormProcessorDelegatepostProcess in class ChangeItemFormDelegateclientData - The original wizard form data. This in general should not be used to get wizard form
data. The wizard form data should be retrieved from each ObjectBean in the
ObjectBean list that is passed in.objectBeans - The List of object beans that have been initialized with the appropriate wizard form data for
each individual ObjectBean.
WTException - thrown when form processing fails in the super classprotected String getDelegateName()
com.ptc.windchill.enterprise.change2.forms.delegates.ChangeTaskAffectedItemsFormDelegate.
getDelegateName in class ChangeItemFormDelegateprotected String getDefaultTableId()
getDefaultTableId in class ChangeItemFormDelegateTABLE_IDprotected Class getAssociationClass(ChangeItemIfc item)
wt.change2.AffectedActivityData.
getAssociationClass in class ChangeItemFormDelegateitem - The Change object that the changeables getting associated to.
AffectedActivityData
protected WTCollection processLinkAttributes(ChangeItemIfc item,
WTCollection binaryLinks)
throws WTException
processLinkAttributes in class RelatedProductDataFormDelegateitem - - the item for which we want to process link attributesbinaryLinks - - the collection of link attributes
WTException - thrown when the specified disposition is not valid on
the affected activity data link
protected WTCollection getRefreshedAssociationLinks(ChangeItemIfc changeItem)
throws WTException
changeItem - The change item for which we want to get the refreshed links
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||