|
|||||||||
| 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.AffectedDataFormDelegate
public class AffectedDataFormDelegate
A class for subprocessors that perform a database operation
on one or more objects. Typically used for the processing of a wizard.
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
protected Class |
getAssociationClass(ChangeItemIfc item)
Supported API: true |
protected String |
getDefaultTableId()
Will retrieve the default table ID for the Affected Data table. |
protected String |
getDelegateName()
Will retrieve the default delegate name for the Affected Data table. |
protected WTCollection |
getRefreshedAssociationLinks(ChangeItemIfc changeItem)
Will retrieve the refreshed associations from the datastore. |
FormResult |
postProcess(NmCommandBean clientData,
List<ObjectBean> objectBeans)
The post process method persists any Affected items of a Change Request, Problem Reports or Variances. |
protected WTCollection |
processLinkAttributes(ChangeItemIfc item,
WTCollection binaryLinks)
Supported API: true |
| 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 - Passes in the NmCommandBean to retrieve the added and removed items from the wizard session.objectList - Passes in the List of change items created or edited
WTExceptionprotected String getDelegateName()
getDelegateName in class ChangeItemFormDelegatecom.ptc.windchill.enterprise.change2.forms.ChangeItemFormDelegate.getDelegateName()protected String getDefaultTableId()
getDefaultTableId in class ChangeItemFormDelegatecom.ptc.windchill.enterprise.change2.forms.ChangeItemFormDelegate.getDefaultTableId()protected Class getAssociationClass(ChangeItemIfc item)
getAssociationClass in class ChangeItemFormDelegateitem - The Change object that the changeables getting associated to.
protected WTCollection processLinkAttributes(ChangeItemIfc item,
WTCollection binaryLinks)
throws WTException
processLinkAttributes in class RelatedProductDataFormDelegateitem - The item to processbinaryLinks - The current binary link objects
WTException
protected WTCollection getRefreshedAssociationLinks(ChangeItemIfc changeItem)
throws WTException
changeItem - The change item to refresh.
WTExceptioncom.ptc.windchill.enterprise.change2.forms.ChangeItemFormDelegate.getRefreshedAssociationLinks()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||