|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ObjectFormProcessorDelegate
An interface for a class that performs one or more tasks during the processing of a HTML wizard after submittal. ObjectFormProcessorDelegates are called by ObjectFormProcessors during various phases of the processing. They can be called by multiple form processor classes and typically perform tasks that are common to multiple wizards. Examples of tasks performed by delegates are:
| Method Summary | |
|---|---|
FormResult |
doOperation(NmCommandBean clientData,
List<ObjectBean> objectBeans)
A method called by an ObjectFormProcessor during the doOperation phase of processing. |
FormResult |
postProcess(NmCommandBean clientData,
List<ObjectBean> objectBeans)
A method called by an ObjectFormProcessor during the postProcess phase of processing. |
FormResult |
postTransactionProcess(NmCommandBean clientData,
List<ObjectBean> objectBeans)
A method called by an ObjectFormProcessor during the postTransactionProcess phase of processing. |
FormResult |
preProcess(NmCommandBean clientData,
List<ObjectBean> objectList)
A method called by an ObjectFormProcessor during the preProcess phase of processing. |
| Method Detail |
|---|
FormResult doOperation(NmCommandBean clientData,
List<ObjectBean> objectBeans)
throws WTException
clientData - - Contains all the form data and other context information from the wizard client. Input.objectBeans - - Each bean contains the form data for one object being operated upon. Input.
WTException
FormResult postProcess(NmCommandBean clientData,
List<ObjectBean> objectBeans)
throws WTException
clientData - - Contains all the form data and other context information from the wizard client. Input.objectBeans - - Each bean contains the form data for one object being operated upon. Input
WTException
FormResult postTransactionProcess(NmCommandBean clientData,
List<ObjectBean> objectBeans)
throws WTException
clientData - - Contains all the form data and other context information from the wizard client. Input.objectBeans - - Each bean contains the form data for one object being operated upon. Input.
WTException
FormResult preProcess(NmCommandBean clientData,
List<ObjectBean> objectList)
throws WTException
clientData - - Contains all the form data and other context information from the wizard client. Input.objectBeans - - Each bean contains the form data for one object being operated upon. Input.
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||