com.ptc.netmarkets.lifecycle
Class NmLifeCycleServiceFwd

java.lang.Object
  extended bycom.ptc.netmarkets.lifecycle.NmLifeCycleServiceFwd
All Implemented Interfaces:
NmLifeCycleService, RemoteAccess, Serializable

public class NmLifeCycleServiceFwd
extends Object
implements RemoteAccess, NmLifeCycleService, Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String FC_RESOURCE
           
(package private) static boolean SERVER
           
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
NmLifeCycleServiceFwd()
           
 
Method Summary
 Vector findLifeCycles(WTContainer container)
          

Supported API: false
 ArrayList getEnabledLifeCycles(NmOid containerOid)
          

Supported API: false
private static Manager getManager()
           
 NmComboBox getStates(NmOid oid)
          

Supported API: false
 NmHTMLTable list(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] setState(NmCommandBean cb, String state)
          

Supported API: false
 NmObject view(NmCommandBean cb)
          

Supported API: false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER

static final boolean SERVER

FC_RESOURCE

private static final String FC_RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

NmLifeCycleServiceFwd

public NmLifeCycleServiceFwd()
Method Detail

getManager

private static Manager getManager()
                           throws WTException
Returns:
Manager
Throws:
WTException

list

public NmHTMLTable list(NmCommandBean cb)
                 throws WTException


Supported API: false

Specified by:
list in interface NmLifeCycleService
Parameters:
cb -
Returns:
NmHTMLTable
Throws:
WTException

view

public NmObject view(NmCommandBean cb)
              throws WTException


Supported API: false

Specified by:
view in interface NmLifeCycleService
Parameters:
cb -
Returns:
NmObject
Throws:
WTException

setState

public NmChangeModel[] setState(NmCommandBean cb,
                                String state)
                         throws WTException


Supported API: false

Specified by:
setState in interface NmLifeCycleService
Parameters:
cb -
state -
Returns:
NmChangeModel[]
Throws:
WTException

getStates

public NmComboBox getStates(NmOid oid)
                     throws WTException


Supported API: false

Specified by:
getStates in interface NmLifeCycleService
Parameters:
oid -
Returns:
NmComboBox
Throws:
WTException

findLifeCycles

public Vector findLifeCycles(WTContainer container)
                      throws WTException


Supported API: false

Specified by:
findLifeCycles in interface NmLifeCycleService
Parameters:
container -
Returns:
Vector
Throws:
WTException

getEnabledLifeCycles

public ArrayList getEnabledLifeCycles(NmOid containerOid)
                               throws WTException


Supported API: false

Specified by:
getEnabledLifeCycles in interface NmLifeCycleService
Parameters:
containerOid -
Returns:
ArrayList
Throws:
WTException