Package com.ptc.core.relcontext.client
Class RelContextSendOwnerNotificationFormProcessor
java.lang.Object
com.ptc.core.components.forms.DefaultObjectFormProcessor
com.ptc.core.relcontext.client.RelContextSendOwnerNotificationFormProcessor
- All Implemented Interfaces:
ObjectFormProcessor
A form processor that runs in the Method Server and performs a database
operation on one or more objects. The input is data from an HTML form.
The execute() method is remotely invocable and hands off to the process() method, which handles the database transaction block and the instantiation and calling of processor delegates to perform their tasks during various phases of the operation.
The main processor for a given HTML form will typically be a subclass of this class so that it can override one or more methods with client-specific processing.
Supported API: true
Extendable: true
The execute() method is remotely invocable and hands off to the process() method, which handles the database transaction block and the instantiation and calling of processor delegates to perform their tasks during various phases of the operation.
The main processor for a given HTML form will typically be a subclass of this class so that it can override one or more methods with client-specific processing.
Supported API: true
Extendable: true
-
Method Summary
Methods inherited from class com.ptc.core.components.forms.DefaultObjectFormProcessor
continueProcessing, getDelegates, getSuccessFeedbackMessage, getSuccessFeedbackMessage, getSuccessMessageBody, getSuccessMessageBodyForMulti, getSuccessMessageTitle, mergeIntermediateResult, postProcess, postTransactionProcess, processDelegates, setResultNextAction