Package com.ptc.netmarkets.util.misc
Class StandardNmActionService
java.lang.Object
wt.services.StandardManager
com.ptc.netmarkets.util.misc.StandardNmActionService
- All Implemented Interfaces:
NmActionService,Serializable,wt.fc._NetFactor,NetFactor,wt.services.Manager
public class StandardNmActionService
extends StandardManager
implements NmActionService, Serializable
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
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetValidatedAction(String type, String actionName, NmCommandBean commandBean) performs the same functionality as callinggetAction(String, String), and then calling the UI Validation Service to valiadate the action
Supported API: trueMethods inherited from class wt.services.StandardManager
getManagerService, getManagerStatus, getName, getStartupType, initialize, performShutdownProcess, registerEvents
-
Method Details
-
getValidatedAction
public NmAction getValidatedAction(String type, String actionName, NmCommandBean commandBean) throws WTException performs the same functionality as callinggetAction(String, String), and then calling the UI Validation Service to valiadate the action
Supported API: true- Specified by:
getValidatedActionin interfaceNmActionService- Parameters:
type- 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- Returns:
- NmAction
- Throws:
WTException
-