com.ptc.netmarkets.notebook
Class NmNotebookServiceFwd

java.lang.Object
  extended bycom.ptc.netmarkets.notebook.NmNotebookServiceFwd
All Implemented Interfaces:
NmNotebookService, RemoteAccess, Serializable

public class NmNotebookServiceFwd
extends Object
implements RemoteAccess, NmNotebookService, 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
NmNotebookServiceFwd()
           
 
Method Summary
 void copy(NmCommandBean cb)
          

Supported API: false
 void create(NmCommandBean cb, NmObject object)
          

Supported API: false
 void delete(NmCommandBean cb)
          

Supported API: false
 ArrayList getFoldersToCollapse()
          

Supported API: false
 ArrayList getHotListFolder()
          

Supported API: false
private static Manager getManager()
           
 NmNotebook getNotebook(NmCommandBean cb, HashMap map)
          

Supported API: false
 NmNotebook getNotebook(NmObject obj, HashMap map)
          

Supported API: false
 ArrayList getNotebookFolders(NmCommandBean cb, HashMap map)
          

Supported API: false
 ArrayList getNotebooks(ObjectIdentifier bus_obj_oid)
          

Supported API: false
 NmOid getSubOfNotebookOid(HashMap map)
          

Supported API: false
 ArrayList getTargetFolders()
          

Supported API: false
 ArrayList getTargetFolders(NmCommandBean cb, HashMap map)
          

Supported API: false
 NmHTMLTable list(NmCommandBean cb, ObjectIdentifier bus_obj_oid)
          

Supported API: false
 NmModel reference(NmCommandBean cb, HashMap map)
          

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

NmNotebookServiceFwd

public NmNotebookServiceFwd()
Method Detail

getManager

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

list

public NmHTMLTable list(NmCommandBean cb,
                        ObjectIdentifier bus_obj_oid)
                 throws WTException


Supported API: false

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

create

public void create(NmCommandBean cb,
                   NmObject object)
            throws WTException


Supported API: false

Specified by:
create in interface NmNotebookService
Parameters:
cb -
object -
Throws:
WTException

delete

public void delete(NmCommandBean cb)
            throws WTException


Supported API: false

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

copy

public void copy(NmCommandBean cb)
          throws WTException


Supported API: false

Specified by:
copy in interface NmNotebookService
Parameters:
cb -
Throws:
WTException

getTargetFolders

public ArrayList getTargetFolders(NmCommandBean cb,
                                  HashMap map)
                           throws WTException


Supported API: false

Specified by:
getTargetFolders in interface NmNotebookService
Parameters:
cb -
map -
Returns:
ArrayList
Throws:
WTException

getNotebook

public NmNotebook getNotebook(NmCommandBean cb,
                              HashMap map)
                       throws WTException


Supported API: false

Specified by:
getNotebook in interface NmNotebookService
Parameters:
cb -
map -
Returns:
NmNotebook
Throws:
WTException

getNotebooks

public ArrayList getNotebooks(ObjectIdentifier bus_obj_oid)
                       throws WTException


Supported API: false

Specified by:
getNotebooks in interface NmNotebookService
Parameters:
bus_obj_oid -
Returns:
ArrayList
Throws:
WTException

getSubOfNotebookOid

public NmOid getSubOfNotebookOid(HashMap map)
                          throws WTException


Supported API: false

Specified by:
getSubOfNotebookOid in interface NmNotebookService
Parameters:
map -
Returns:
NmOid
Throws:
WTException

getNotebook

public NmNotebook getNotebook(NmObject obj,
                              HashMap map)
                       throws WTException


Supported API: false

Specified by:
getNotebook in interface NmNotebookService
Parameters:
obj -
map -
Returns:
NmNotebook
Throws:
WTException

reference

public NmModel reference(NmCommandBean cb,
                         HashMap map)
                  throws WTException


Supported API: false

Specified by:
reference in interface NmNotebookService
Parameters:
cb -
map -
Returns:
NmModel
Throws:
WTException

getTargetFolders

public ArrayList getTargetFolders()
                           throws WTException


Supported API: false

Specified by:
getTargetFolders in interface NmNotebookService
Returns:
ArrayList
Throws:
WTException

getNotebookFolders

public ArrayList getNotebookFolders(NmCommandBean cb,
                                    HashMap map)
                             throws WTException


Supported API: false

Specified by:
getNotebookFolders in interface NmNotebookService
Parameters:
cb -
map -
Returns:
ArrayList
Throws:
WTException

getFoldersToCollapse

public ArrayList getFoldersToCollapse()
                               throws WTException


Supported API: false

Specified by:
getFoldersToCollapse in interface NmNotebookService
Returns:
ArrayList
Throws:
WTException

getHotListFolder

public ArrayList getHotListFolder()
                           throws WTException


Supported API: false

Specified by:
getHotListFolder in interface NmNotebookService
Returns:
ArrayList
Throws:
WTException