com.ptc.netmarkets.lifecycle
Interface NmLifeCycleService

All Known Implementing Classes:
NmLifeCycleServiceFwd, StandardNmLifeCycleService

public interface NmLifeCycleService



Supported API: false

Extendable: false


Method Summary
 Vector findLifeCycles(WTContainer container)
          

Supported API: false
 ArrayList getEnabledLifeCycles(NmOid containerOid)
          

Supported API: false
 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
 

Method Detail

list

public NmHTMLTable list(NmCommandBean cb)
                 throws WTException


Supported API: false

Parameters:
cb -
Returns:
NmHTMLTable
Throws:
WTException

view

public NmObject view(NmCommandBean cb)
              throws WTException


Supported API: false

Parameters:
cb -
Returns:
NmObject
Throws:
WTException

setState

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


Supported API: false

Parameters:
cb -
state -
Returns:
NmChangeModel[]
Throws:
WTException

getStates

public NmComboBox getStates(NmOid oid)
                     throws WTException


Supported API: false

Parameters:
oid -
Returns:
NmComboBox
Throws:
WTException

findLifeCycles

public Vector findLifeCycles(WTContainer container)
                      throws WTException


Supported API: false

Parameters:
container -
Returns:
Vector
Throws:
WTException

getEnabledLifeCycles

public ArrayList getEnabledLifeCycles(NmOid containerOid)
                               throws WTException


Supported API: false

Parameters:
containerOid -
Returns:
ArrayList
Throws:
WTException