|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.components.forms.DefaultObjectFormProcessorDelegate
public class DefaultObjectFormProcessorDelegate
A default ObjectFormProcessorDelegate whose methods do nothing but return
a FormResult with a status of FormProcessingStatus.SUCCESS. Form processor
delegates that extend this class need only implement those methods of
ObjectFormProcessorDelegate in which they have processing tasks.
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
FormResult |
doOperation(NmCommandBean clientData,
List<ObjectBean> objectBeans)
Supported API: true |
FormResult |
postProcess(NmCommandBean clientData,
List<ObjectBean> objectBeans)
Supported API: true |
FormResult |
postTransactionProcess(NmCommandBean clientData,
List<ObjectBean> objectBeans)
Supported API: true |
FormResult |
preProcess(NmCommandBean clientData,
List<ObjectBean> objectBeans)
Supported API: true |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public FormResult doOperation(NmCommandBean clientData,
List<ObjectBean> objectBeans)
throws WTException
doOperation in interface ObjectFormProcessorDelegateclientData - objectBeans -
WTException
public FormResult postProcess(NmCommandBean clientData,
List<ObjectBean> objectBeans)
throws WTException
postProcess in interface ObjectFormProcessorDelegateclientData - objectBeans -
WTException
public FormResult postTransactionProcess(NmCommandBean clientData,
List<ObjectBean> objectBeans)
throws WTException
postTransactionProcess in interface ObjectFormProcessorDelegateclientData - objectBeans -
WTException
public FormResult preProcess(NmCommandBean clientData,
List<ObjectBean> objectBeans)
throws WTException
preProcess in interface ObjectFormProcessorDelegateclientData - objectBeans -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||