|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.services.StandardManager
com.ptc.netmarkets.util.misc.StandardNmActionService
public class StandardNmActionService
Use the newStandardNmActionService static factory method(s),
not the StandardNmActionService constructor, to construct
instances of this class. Instances must be constructed using the static
factory(s), in order to ensure proper initialization of the instance.
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
NmAction |
getValidatedAction(String type,
String actionName,
NmCommandBean commandBean)
performs the same functionality as calling getAction(String,
String), and then calling the UI Validation Service to valiadate
the action
Supported API: true |
| Methods inherited from class wt.services.StandardManager |
|---|
getManagerService, getManagerStatus, getName, getStartupType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public NmAction getValidatedAction(String type,
String actionName,
NmCommandBean commandBean)
throws WTException
getAction(String,
String), and then calling the UI Validation Service to valiadate
the action
getValidatedAction in interface NmActionServicetype - the name attribute of the action's objectType in actions.xmlactionName - the name of the acton from actions.xmlcommandBean - the NmCommandBean instance containing the request data in context
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||