com.ptc.netmarkets.subscription
Class NmSubscriptionServiceFwd

java.lang.Object
  extended bycom.ptc.netmarkets.subscription.NmSubscriptionServiceFwd
All Implemented Interfaces:
NmSubscriptionService, RemoteAccess, Serializable

public class NmSubscriptionServiceFwd
extends Object
implements RemoteAccess, NmSubscriptionService, 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
NmSubscriptionServiceFwd()
           
 
Method Summary
 NmChangeModel[] create(NmCommandBean cb)
          

Supported API: false
 void delete(NmCommandBean cb)
          

Supported API: false
private static Manager getManager()
           
 NmHTMLTable list(NmCommandBean cb)
          Return an NmHTMLTable of subscriptions for the current user

Supported API: false
 void unsubscribe(NmOid nm_oid)
          

Supported API: false
 NmObject view(NmCommandBean cb)
          

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

NmSubscriptionServiceFwd

public NmSubscriptionServiceFwd()
Method Detail

getManager

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

list

public NmHTMLTable list(NmCommandBean cb)
                 throws WTException
Return an NmHTMLTable of subscriptions for the current user

Supported API: false

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

delete

public void delete(NmCommandBean cb)
            throws WTException


Supported API: false

Specified by:
delete in interface NmSubscriptionService
Parameters:
cb -
Throws:
WTException

view

public NmObject view(NmCommandBean cb)
              throws WTException


Supported API: false

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

create

public NmChangeModel[] create(NmCommandBean cb)
                       throws WTException


Supported API: false

Specified by:
create in interface NmSubscriptionService
Parameters:
cb -
Returns:
NmChangeModel[]
Throws:
WTException

zoro

public NmObject zoro(NmCommandBean cb)
              throws WTException


Supported API: false

Specified by:
zoro in interface NmSubscriptionService
Parameters:
cb -
Returns:
NmObject
Throws:
WTException

unsubscribe

public void unsubscribe(NmOid nm_oid)
                 throws WTException


Supported API: false

Specified by:
unsubscribe in interface NmSubscriptionService
Parameters:
nm_oid -
Throws:
WTException