com.ptc.netmarkets.actionitem
Interface NmActionItemService

All Known Implementing Classes:
NmActionItemServiceFwd, StandardNmActionItemService

public interface NmActionItemService



Supported API: false

Extendable: false


Method Summary
 NmChangeModel[] create(NmCommandBean cb, DiscreteActionItemInfo ainfo, boolean subscribe)
          

Supported API: false
 NmChangeModel[] delete(NmCommandBean cb)
          

Supported API: false
 NmActionItem getActionItemProperties(NmCommandBean cb)
          

Supported API: false
 Hashtable getParamsFromActionItem(NmCommandBean cb)
          

Supported API: false
 String getResolution(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable list_project(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable list_user(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable list(NmCommandBean cb)
          

Supported API: false
 void subscribe(NmCommandBean cb, boolean subscribeFlag)
          

Supported API: false
 NmChangeModel[] update(NmCommandBean cb, DiscreteActionItemInfo ainfo, boolean subscribe, boolean isResolve)
          

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

list_user

public NmHTMLTable list_user(NmCommandBean cb)
                      throws WTException


Supported API: false

Parameters:
cb -
Returns:
NmHTMLTable
Throws:
WTException

list_project

public NmHTMLTable list_project(NmCommandBean cb)
                         throws WTException


Supported API: false

Parameters:
cb -
Returns:
NmHTMLTable
Throws:
WTException

create

public NmChangeModel[] create(NmCommandBean cb,
                              DiscreteActionItemInfo ainfo,
                              boolean subscribe)
                       throws WTException,
                              WTPropertyVetoException


Supported API: false

Parameters:
cb -
ainfo -
subscribe -
Returns:
NmChangeModel[]
Throws:
WTException
WTPropertyVetoException

update

public NmChangeModel[] update(NmCommandBean cb,
                              DiscreteActionItemInfo ainfo,
                              boolean subscribe,
                              boolean isResolve)
                       throws WTPropertyVetoException,
                              WTException


Supported API: false

Parameters:
cb -
ainfo -
subscribe -
isResolve -
Returns:
NmChangeModel[]
Throws:
WTPropertyVetoException
WTException

delete

public NmChangeModel[] delete(NmCommandBean cb)
                       throws WTException


Supported API: false

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

subscribe

public void subscribe(NmCommandBean cb,
                      boolean subscribeFlag)
               throws WTException


Supported API: false

Parameters:
cb -
subscribeFlag -
Throws:
WTException

view

public NmHTMLTable[] view(NmCommandBean cb)
                   throws WTException


Supported API: false

Parameters:
cb -
Returns:
NmHTMLTable []
Throws:
WTException

getParamsFromActionItem

public Hashtable getParamsFromActionItem(NmCommandBean cb)
                                  throws WTException,
                                         WTPropertyVetoException


Supported API: false

Parameters:
cb -
Returns:
Hashtable
Throws:
WTException
WTPropertyVetoException

getResolution

public String getResolution(NmCommandBean cb)
                     throws WTException,
                            WTPropertyVetoException


Supported API: false

Parameters:
cb -
Returns:
String
Throws:
WTException
WTPropertyVetoException

getActionItemProperties

public NmActionItem getActionItemProperties(NmCommandBean cb)
                                     throws WTException,
                                            WTPropertyVetoException


Supported API: false

Parameters:
cb -
Returns:
NmActionItem
Throws:
WTException
WTPropertyVetoException