com.ptc.netmarkets.folder
Class NmFolderCommands

java.lang.Object
  extended bycom.ptc.netmarkets.folder.NmFolderCommands

public class NmFolderCommands
extends Object



Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
private static boolean VERBOSE
           
 
Constructor Summary
NmFolderCommands()
           
 
Method Summary
static void access(NmCommandBean cb)
          

Supported API: false
static NmModel explode(NmCommandBean cb)
          

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

Supported API: false
static Object folder_paste(NmCommandBean cb)
          

Supported API: false
static NmModel implode(NmCommandBean cb)
          

Supported API: false
private static void initCreateFolderParams(NmCommandBean cb)
           
static NmChangeModel[] list_create_document(NmCommandBean cb)
          

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

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

Supported API: false
static NmModel list_list(NmCommandBean cb)
          

Supported API: false
static Object list_paste(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] update(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

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

VERBOSE

private static final boolean VERBOSE
Constructor Detail

NmFolderCommands

public NmFolderCommands()
Method Detail

list_list

public static NmModel list_list(NmCommandBean cb)
                         throws WTException


Supported API: false

Parameters:
cb -
Returns:
NmModel
Throws:
WTException

list_create_folder

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


Supported API: false

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

list_create_part

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


Supported API: false

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

list_create_document

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


Supported API: false

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

list_paste

public static Object list_paste(NmCommandBean cb)
                         throws WTException


Supported API: false

Parameters:
cb -
Returns:
Object
Throws:
WTException

folder_create

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


Supported API: false

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

folder_paste

public static Object folder_paste(NmCommandBean cb)
                           throws WTException


Supported API: false

Parameters:
cb -
Returns:
Object
Throws:
WTException

access

public static void access(NmCommandBean cb)
                   throws WTException


Supported API: false

Parameters:
cb -
Throws:
WTException

update

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


Supported API: false

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

explode

public static NmModel explode(NmCommandBean cb)
                       throws WTException


Supported API: false

Parameters:
cb -
Returns:
NmModel
Throws:
WTException

implode

public static NmModel implode(NmCommandBean cb)
                       throws WTException


Supported API: false

Parameters:
cb -
Returns:
NmModel
Throws:
WTException

initCreateFolderParams

private static void initCreateFolderParams(NmCommandBean cb)