com.ptc.netmarkets.actionitem
Class NmActionItemServiceFwd

java.lang.Object
  extended bycom.ptc.netmarkets.actionitem.NmActionItemServiceFwd
All Implemented Interfaces:
NmActionItemService, RemoteAccess, Serializable

public class NmActionItemServiceFwd
extends Object
implements RemoteAccess, NmActionItemService, 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
NmActionItemServiceFwd()
           
 
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
private static Manager getManager()
           
 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
 
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

NmActionItemServiceFwd

public NmActionItemServiceFwd()
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 NmActionItemService
Parameters:
cb -
Returns:
NmHTMLTable
Throws:
WTException

list_user

public NmHTMLTable list_user(NmCommandBean cb)
                      throws WTException


Supported API: false

Specified by:
list_user in interface NmActionItemService
Parameters:
cb -
Returns:
NmHTMLTable
Throws:
WTException

list_project

public NmHTMLTable list_project(NmCommandBean cb)
                         throws WTException


Supported API: false

Specified by:
list_project in interface NmActionItemService
Parameters:
cb -
Returns:
NmHTMLTable
Throws:
WTException

create

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


Supported API: false

Specified by:
create in interface NmActionItemService
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

Specified by:
update in interface NmActionItemService
Parameters:
cb -
ainfo -
subscribe -
isResolve -
Returns:
NmChangeModel[]
Throws:
WTPropertyVetoException
WTException

delete

public NmChangeModel[] delete(NmCommandBean cb)
                       throws WTException


Supported API: false

Specified by:
delete in interface NmActionItemService
Parameters:
cb -
Returns:
NmChangeModel[]
Throws:
WTException

subscribe

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


Supported API: false

Specified by:
subscribe in interface NmActionItemService
Parameters:
cb -
subscribeFlag -
Throws:
WTException

view

public NmHTMLTable[] view(NmCommandBean cb)
                   throws WTException


Supported API: false

Specified by:
view in interface NmActionItemService
Parameters:
cb -
Returns:
NmHTMLTable []
Throws:
WTException

getParamsFromActionItem

public Hashtable getParamsFromActionItem(NmCommandBean cb)
                                  throws WTException,
                                         WTPropertyVetoException


Supported API: false

Specified by:
getParamsFromActionItem in interface NmActionItemService
Parameters:
cb -
Returns:
Hashtable
Throws:
WTException
WTPropertyVetoException

getResolution

public String getResolution(NmCommandBean cb)
                     throws WTException,
                            WTPropertyVetoException


Supported API: false

Specified by:
getResolution in interface NmActionItemService
Parameters:
cb -
Returns:
String
Throws:
WTException
WTPropertyVetoException

getActionItemProperties

public NmActionItem getActionItemProperties(NmCommandBean cb)
                                     throws WTException,
                                            WTPropertyVetoException


Supported API: false

Specified by:
getActionItemProperties in interface NmActionItemService
Parameters:
cb -
Returns:
NmActionItem
Throws:
WTException
WTPropertyVetoException