Class CreateCapaReviewFormProcessor
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.qualitymanagement.capa.review.processors.CreateCapaReviewFormProcessor
- All Implemented Interfaces:
ObjectFormProcessor,com.ptc.windchill.enterprise.change2.forms.processors.ChangeFormProcessor
Processor class that performs database operations on Change Request objects. This class is used for
saving the data in the edit Change Request wizards. This class is designed to handle existing
Supported API: true
Extendable: true
wt.change2.WTChangeRequest or any sub-types.
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionprotected LocalizableMessageThe purpose of this method is to handle error messaging that is unique to the CAPA Review.protected WTListsaveChangeItem(WTList changeItems) The purpose of this method is to handle persistence for CAPAChangeRequest.Methods inherited from class com.ptc.windchill.enterprise.change2.forms.processors.EditChangeItemFormProcessor
preProcessMethods inherited from class com.ptc.core.components.forms.DefaultObjectFormProcessor
continueProcessing, getDelegates, getSuccessFeedbackMessage, getSuccessFeedbackMessage, getSuccessMessageBody, getSuccessMessageBodyForMulti, getSuccessMessageTitle, mergeIntermediateResult, postTransactionProcess, processDelegates
-
Method Details
-
getProcessorErrorMessage
The purpose of this method is to handle error messaging that is unique to the CAPA Review.
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 CAPAChangeRequest.
Supported API: true- Specified by:
saveChangeItemin classEditChangeItemFormProcessor- Parameters:
changeItems- The list of change requests to be persisted.- Returns:
- The list of change requests that have been persisted.
- Throws:
WTException- is thrown if saving the change requests fail.- See Also:
-