com.ptc.netmarkets.notebookfolder
Class NmNotebookFolderCommands

java.lang.Object
  extended bycom.ptc.netmarkets.util.treetable.NmHTMLTreeTableCommands
      extended bycom.ptc.netmarkets.notebookfolder.NmNotebookFolderCommands
All Implemented Interfaces:
Serializable

public class NmNotebookFolderCommands
extends NmHTMLTreeTableCommands
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class com.ptc.netmarkets.util.treetable.NmHTMLTreeTableCommands
NmHTMLTreeTableCommands.TreeViewMode
 
Field Summary
private static String CLASSNAME
           
private static boolean DEBUG
           
private static String RESOURCE
           
static NmNotebookFolderService service
          

Supported API: false
private static boolean VERBOSE
           
 
Fields inherited from class com.ptc.netmarkets.util.treetable.NmHTMLTreeTableCommands
TYPE
 
Constructor Summary
NmNotebookFolderCommands()
           
 
Method Summary
static void copy(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] create(NmCommandBean cb)
          

Supported API: false
static void cut(NmCommandBean cb)
          

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

Supported API: false
static ArrayList getNFRowData(NmCommandBean cb, NmNotebookFolder nf)
          

Supported API: false
static NmChangeModel[] list_paste(NmCommandBean cb)
          

Supported API: false
static NmModel list(NmCommandBean cb)
          

Supported API: false
static NmHTMLTreeNode newNode(NmOid oid)
          

Supported API: false
static NmChangeModel[] paste(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] rename(NmCommandBean cb)
          

Supported API: false
 void subscribe(NmCommandBean cb)
          

Supported API: false
 
Methods inherited from class com.ptc.netmarkets.util.treetable.NmHTMLTreeTableCommands
collapse, expand, expandAndSetCurrent, expandNode, getCollapseAction, getExpandAction, getExpandAndSetCurrentAction, getExpandAndSetCurrentActionAsLink, getSetCurrentAction, getSetCurrentActionAsLink, getUpOneLevelAction, setAttribute, setCurrent, upOneLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

service

public static final NmNotebookFolderService service


Supported API: false


DEBUG

private static boolean DEBUG

VERBOSE

private static boolean VERBOSE
Constructor Detail

NmNotebookFolderCommands

public NmNotebookFolderCommands()
Method Detail

list

public static NmModel list(NmCommandBean cb)
                    throws WTException


Supported API: false

Parameters:
cb -
Returns:
NmModel
Throws:
WTException

create

public static NmChangeModel[] create(NmCommandBean cb)
                              throws WTException


Supported API: false

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

delete

public static NmChangeModel[] delete(NmCommandBean cb)
                              throws WTException


Supported API: false

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

subscribe

public void subscribe(NmCommandBean cb)
               throws WTException


Supported API: false

Parameters:
cb -
Throws:
WTException

cut

public static void cut(NmCommandBean cb)
                throws WTException


Supported API: false

Parameters:
cb -
Throws:
WTException

copy

public static void copy(NmCommandBean cb)
                 throws WTException


Supported API: false

Parameters:
cb -
Throws:
WTException

paste

public static NmChangeModel[] paste(NmCommandBean cb)
                             throws WTException


Supported API: false

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

rename

public static NmChangeModel[] rename(NmCommandBean cb)
                              throws WTException


Supported API: false

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

newNode

public static NmHTMLTreeNode newNode(NmOid oid)
                              throws WTException


Supported API: false

Parameters:
oid -
Returns:
NmHTMLTreeNode
Throws:
WTException

list_paste

public static NmChangeModel[] list_paste(NmCommandBean cb)
                                  throws WTException


Supported API: false

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

getNFRowData

public static ArrayList getNFRowData(NmCommandBean cb,
                                     NmNotebookFolder nf)
                              throws WTException


Supported API: false

Parameters:
cb -
nf -
Returns:
ArrayList
Throws:
WTException