|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.components.forms.DefaultObjectFormProcessor
com.ptc.windchill.enterprise.configuration.forms.RepopPartConfigurationFormProcessor
public class RepopPartConfigurationFormProcessor
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
| Method Summary |
|---|
| Methods inherited from class com.ptc.core.components.forms.DefaultObjectFormProcessor |
|---|
continueProcessing, getDelegates, mergeIntermediateResult, postProcess, postTransactionProcess, setResultNextAction |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||