com.ptc.netmarkets.subscription
Interface NmSubscriptionService

All Known Implementing Classes:
NmSubscriptionServiceFwd, StandardNmSubscriptionService

public interface NmSubscriptionService



Supported API: true

Extendable: false


Method Summary
 NmChangeModel[] create(NmCommandBean cb)
          

Supported API: true
 void delete(NmCommandBean cb)
          

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

Supported API: true
 void unsubscribe(NmOid nm_oid)
          

Supported API: false
 NmObject view(NmCommandBean cb)
          

Supported API: false
 NmObject zoro(NmCommandBean cb)
          

Supported API: false
 

Method Detail

list

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

Supported API: true

Parameters:
cb -
Returns:
NmHTMLTable
Throws:
WTException

delete

public void delete(NmCommandBean cb)
            throws WTException


Supported API: false

Parameters:
cb -
Throws:
WTException

view

public NmObject view(NmCommandBean cb)
              throws WTException


Supported API: false

Parameters:
cb -
Returns:
NmObject
Throws:
WTException

create

public NmChangeModel[] create(NmCommandBean cb)
                       throws WTException


Supported API: true

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

zoro

public NmObject zoro(NmCommandBean cb)
              throws WTException


Supported API: false

Parameters:
cb -
Returns:
NmObject
Throws:
WTException

unsubscribe

public void unsubscribe(NmOid nm_oid)
                 throws WTException


Supported API: false

Parameters:
nm_oid -
Throws:
WTException