|
|||||||||
| 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.AffectedEndItemsFormDelegate
public class AffectedEndItemsFormDelegate
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)
Will retrive the correct association class name from the given change item object. |
protected String |
getDefaultTableId()
Will retrieve the default table ID for the Affected End-Items table. |
protected String |
getDelegateName()
Will retrieve the default delegate name for the Affected End-Items table. |
protected Vector |
getItemsToStoreForAssociation(List list)
Retrieve the items which are to be stored for association. |
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 End-Items for a Change Request, Problem Reports or Variance. |
| Methods inherited from class com.ptc.windchill.enterprise.change2.forms.delegates.RelatedProductDataFormDelegate |
|---|
processLinkAttributes |
| 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.
WTException
protected Vector getItemsToStoreForAssociation(List list)
throws WTException
getItemsToStoreForAssociation in class RelatedProductDataFormDelegatelist - The set of items currently scheduled to be stored.
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 item to evaluate.
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 | ||||||||