Class EditProfileFormProcessor
java.lang.Object
com.ptc.core.components.forms.DefaultObjectFormProcessor
com.ptc.core.components.forms.DefaultEditFormProcessor
com.ptc.netmarkets.roleAccess.processor.EditProfileFormProcessor
- All Implemented Interfaces:
ObjectFormProcessor
Supported API: true Supported for Configuration purpose
-
Method Summary
Modifier and TypeMethodDescriptionpreProcess(NmCommandBean clientData, List<ObjectBean> objectBeans) Retrieve the object from the database and update or set its attributes from the form data.Methods inherited from class com.ptc.core.components.forms.DefaultObjectFormProcessor
continueProcessing, getDelegates, getSuccessFeedbackMessage, getSuccessFeedbackMessage, getSuccessMessageBody, getSuccessMessageBodyForMulti, getSuccessMessageTitle, mergeIntermediateResult, postProcess, postTransactionProcess, processDelegates, setResultNextAction
-
Method Details
-
preProcess
public FormResult preProcess(NmCommandBean clientData, List<ObjectBean> objectBeans) throws WTException Retrieve the object from the database and update or set its attributes from the form data.
Supported API: true- Specified by:
preProcessin interfaceObjectFormProcessor- Overrides:
preProcessin classDefaultEditFormProcessor- Parameters:
clientData- - Contains request form data and other context information. Input.objectBeans- - Contains an instance of the object to be updated. Output but should be instantiated on entry.- Returns:
- - FormResult indicating outcome of method
- Throws:
WTException
-