Class CreateCustomerExperienceFormProcessor
java.lang.Object
com.ptc.core.components.forms.DefaultObjectFormProcessor
com.ptc.core.components.forms.CreateObjectFormProcessor
com.ptc.windchill.enterprise.change2.forms.processors.CreateChangeItemFormProcessor
com.ptc.qualitymanagement.cem.processors.CreateCustomerExperienceFormProcessor
- All Implemented Interfaces:
ObjectFormProcessor,com.ptc.windchill.enterprise.change2.forms.processors.ChangeFormProcessor
This is the processor class called when creating a CustomerExperience object.
Typically used for the processing of a wizard.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionprotected LocalizableMessageReturns localized message for create CEM processing error.protected WTListsaveChangeItem(WTList changeItems) Saves the CustomerExperience objects and return the persistable list using the change service.Methods inherited from class com.ptc.core.components.forms.CreateObjectFormProcessor
createItemInstance, getSuccessMessageBody, getSuccessMessageBodyForMulti, getSuccessMessageTitle, preProcessMethods inherited from class com.ptc.core.components.forms.DefaultObjectFormProcessor
continueProcessing, getDelegates, getSuccessFeedbackMessage, getSuccessFeedbackMessage, mergeIntermediateResult, postTransactionProcess, processDelegates
-
Method Details
-
getProcessorErrorMessage
Returns localized message for create CEM processing error.
Supported API: true- Specified by:
getProcessorErrorMessagein classCreateChangeItemFormProcessor- Returns:
- error message
-
saveChangeItem
Saves the CustomerExperience objects and return the persistable list using the change service. This method is called within a transaction and will roll back in case of exception occurs.
Supported API: true- Specified by:
saveChangeItemin classCreateChangeItemFormProcessor- Parameters:
changeItems- The persisted list of CAPA change request objects.- Returns:
- list of NC objects that are saved.
- Throws:
WTException
-