Class EditChangeReviewFormProcessor
java.lang.Object
com.ptc.core.components.forms.DefaultObjectFormProcessor
com.ptc.core.components.forms.DefaultEditFormProcessor
com.ptc.windchill.enterprise.change2.forms.processors.EditChangeItemFormProcessor
com.ptc.windchill.enterprise.change2.forms.processors.EditChangeReviewFormProcessor
- All Implemented Interfaces:
ObjectFormProcessor,com.ptc.windchill.enterprise.change2.forms.processors.ChangeFormProcessor
Processor class that performs database operations on Change Review objects. This class is used for
saving the data in the edit Change Review wizards. This class is designed to handle existing
wt.change2.WTChangeReview or any sub-types.
Supported API: true
Extendable: true
-
Field Summary
Fields inherited from class com.ptc.windchill.enterprise.change2.forms.processors.EditChangeItemFormProcessor
NAVIGATION_ACTION, NAVIGATION_HOMETABFields inherited from class com.ptc.core.components.forms.DefaultEditFormProcessor
isAliasAttrOnMasterFields inherited from class com.ptc.core.components.forms.DefaultObjectFormProcessor
delegates, DO_OPERATION, overallResult, POST_PROCESS, POST_TRANSACTION_PROCESS, PRE_PROCESS -
Method Summary
Modifier and TypeMethodDescriptionprotected LocalizableMessageThe purpose of this method is to handle error messaging that is unique to the change reviews.protected WTListsaveChangeItem(WTList changeItems) The purpose of this method is to handle persistence for Change Reviews.Methods inherited from class com.ptc.windchill.enterprise.change2.forms.processors.EditChangeItemFormProcessor
doOperation, getCurrentUser, getEditItemInstance, getLocale, getNmOid, handleSubmitNow, postProcess, preProcess, saveRenameChangeItems, setDelegates, setRefreshInfo, setResultNextActionMethods inherited from class com.ptc.core.components.forms.DefaultEditFormProcessor
checkForMasterAttributes, getObjectBeingEdited, getObjFromDatabaseMethods inherited from class com.ptc.core.components.forms.DefaultObjectFormProcessor
continueProcessing, execute, getDelegates, getSuccessFeedbackMessage, getSuccessFeedbackMessage, getSuccessMessageBody, getSuccessMessageBodyForMulti, getSuccessMessageTitle, isUseObjectReference, mergeIntermediateResult, postTransactionProcess, processDelegates, removeTempFiles, setUseObjectReference
-
Method Details
-
getProcessorErrorMessage
The purpose of this method is to handle error messaging that is unique to the change reviews.
Supported API: true- Specified by:
getProcessorErrorMessagein classEditChangeItemFormProcessor- Returns:
- Generic message for form processing error
-
saveChangeItem
The purpose of this method is to handle persistence for Change Reviews. Each Change Review is saved one at a time calling the change servicesaveChangeReviewmethod. The order of the list of change reviews needs to be maintained and return in the same order.
Supported API: true- Specified by:
saveChangeItemin classEditChangeItemFormProcessor- Parameters:
changeItems- The list of change reviews to be persisted.- Returns:
- The list of change reviews that have been persisted.
- Throws:
WTException- is thrown if saving the change reviews fail.- See Also:
-