|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.netmarkets.model.NmObjectCommands
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static String |
CODEBASE
|
private static String |
DELIM
|
private static String |
DOC_RESOURCE
|
static String |
FIRST_STEP_NOT_READY
|
private static String |
OBJECT_RESOURCE
|
private static WTProperties |
properties
|
private static String |
RECORD_DELIM
|
private static String |
RESOURCE
|
private static boolean |
VERBOSE
|
Constructor Summary | |
NmObjectCommands()
|
Method Summary | |
static NmChangeModel[] |
checkIn(NmCommandBean cb)
Supported API: false |
static NmChangeModel[] |
checkOut(NmCommandBean cb)
Supported API: false |
static void |
clearClipboard(NmCommandBean cb)
Supported API: false |
static NmHTMLTable |
copy(NmCommandBean cb)
Supported API: false |
static void |
cut(NmCommandBean cb)
Supported API: false |
static NmChangeModel[] |
delete(NmCommandBean cb)
Supported API: false |
private static NmHTMLTable |
doCopy(NmCommandBean cb,
ArrayList sel)
|
static void |
downloadFolderContentFiles(NmCommandBean cb)
Supported API: false |
static String |
encodeField(ArrayList an_array_list,
String a_separator)
|
static void |
expandZipFileIntoFolder(NmCommandBean cb)
Supported API: false |
static void |
exportObjects(NmCommandBean cb)
Supported API: false |
static boolean |
extractSoftAttribute(NmCommandBean cb)
This method is harvesting the request to find element of the soft attribute. |
static State |
getCurrentState(NmOid oid)
Supported API: false |
private static AttributeDefDefaultView |
getDefinition(InstanceBasedAttributeIdentifier id)
|
static String |
getDnDAppletTags(String jsMethod,
String styleClass,
String icon,
String dragIcon,
Locale locale,
int width,
int height,
String userAgent)
|
static void |
getIBAsForObject(NmCommandBean cb,
NmOid objectOid,
Writer out)
Supported API: false |
static Vector |
getLifeCycleStates(NmOid oid)
Supported API: false |
static String |
getNameOfObject(NmOid oid)
Supported API: false |
protected static String |
getPreferenceValue(String node,
String key)
|
static NmSoftAttribute |
getSoftAttribute(NmCommandBean cb)
|
static ArrayList |
getTypes(String className,
NmOid containerOid)
Supported API: false |
static NmChangeModel[] |
importObjects(NmCommandBean cb)
Supported API: false |
static NmChangeModel[] |
list_checkIn(NmCommandBean cb)
Supported API: false |
static NmChangeModel[] |
list_checkOut(NmCommandBean cb)
Supported API: false |
static NmHTMLTable |
list_copy(NmCommandBean cb)
Supported API: false |
static void |
list_cut(NmCommandBean cb)
Supported API: false |
static NmChangeModel[] |
list_delete(NmCommandBean cb)
Supported API: false |
static NmChangeModel[] |
list_undoCheckOut(NmCommandBean cb)
Supported API: false |
protected static ArrayList |
parseEncodedField(String an_encoded_field,
String a_separator)
|
static Object |
paste(NmCommandBean cb)
Supported API: false |
static void |
refresh(NmCommandBean cb)
Supported API: false |
static void |
removeFromClipboard(NmCommandBean cb)
Supported API: false |
static NmChangeModel[] |
removeShare(NmCommandBean cb)
Supported API: false |
static void |
report(NmCommandBean cb)
Supported API: false |
static NmHTMLTable |
report(NmCommandBean cb,
NmSearchBean sb)
Supported API: false |
static void |
retrieveSoftAttribute(NmCommandBean cb)
|
static NmChangeModel[] |
rollupIterations(NmCommandBean cb)
Supported API: false |
static void |
saveOidForCaller(NmCommandBean cb)
Supported API: false |
static void |
search(NmCommandBean cb)
Supported API: false |
static NmHTMLTable |
search(NmCommandBean cb,
NmSearchBean sb)
Supported API: false |
static NmChangeModel[] |
undoCheckOut(NmCommandBean cb)
Supported API: false |
protected static void |
updateSoftAttribute(AttributeTypeSummary ats,
TypeInstance typeInstance,
AttributeIdentifier attributeIdentifier,
String value,
Locale locale)
|
static TypeInstance |
updateSoftAttributes(NmCommandBean cb,
String type,
TypeInstance typeInstance,
IBAHolder holder)
The type instance parameter can use three different values. |
static Persistable |
updateSoftType(Persistable persistable,
String type)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private static WTProperties properties
private static String CODEBASE
private static String DELIM
private static String RECORD_DELIM
private static boolean VERBOSE
public static String FIRST_STEP_NOT_READY
private static final String DOC_RESOURCE
private static final String OBJECT_RESOURCE
Constructor Detail |
public NmObjectCommands()
Method Detail |
public static NmChangeModel[] delete(NmCommandBean cb) throws WTException
cb
-
WTException
public static void cut(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmHTMLTable copy(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmChangeModel[] checkIn(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmChangeModel[] checkOut(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmChangeModel[] undoCheckOut(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmChangeModel[] rollupIterations(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmChangeModel[] list_delete(NmCommandBean cb) throws WTException
cb
-
WTException
public static void list_cut(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmHTMLTable list_copy(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmChangeModel[] list_checkIn(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmChangeModel[] list_checkOut(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmChangeModel[] list_undoCheckOut(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmChangeModel[] importObjects(NmCommandBean cb) throws WTException
cb
-
WTException
public static void exportObjects(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmHTMLTable search(NmCommandBean cb, NmSearchBean sb) throws WTException
cb
- sb
-
WTException
public static void search(NmCommandBean cb) throws WTException
cb
-
WTException
public static void saveOidForCaller(NmCommandBean cb) throws WTException
cb
-
WTException
public static Vector getLifeCycleStates(NmOid oid) throws WTException
oid
-
WTException
public static State getCurrentState(NmOid oid) throws WTException
oid
-
WTException
public static NmHTMLTable report(NmCommandBean cb, NmSearchBean sb) throws WTException
cb
- sb
-
WTException
public static void report(NmCommandBean cb) throws WTException
cb
-
WTException
public static String getNameOfObject(NmOid oid) throws WTException
oid
-
WTException
public static Object paste(NmCommandBean cb) throws WTException
cb
-
WTException
public static void removeFromClipboard(NmCommandBean cb) throws WTException
cb
-
WTException
public static void clearClipboard(NmCommandBean cb) throws WTException
cb
-
WTException
public static void refresh(NmCommandBean cb) throws WTException
cb
-
WTException
public static ArrayList getTypes(String className, NmOid containerOid) throws WTException
className
- containerOid
-
WTException
public static NmChangeModel[] removeShare(NmCommandBean cb) throws WTException
cb
-
WTException
public static void getIBAsForObject(NmCommandBean cb, NmOid objectOid, Writer out) throws WTException
cb
- objectOid
- out
-
WTException
public static void expandZipFileIntoFolder(NmCommandBean cb) throws WTException
cb
-
WTException
public static void downloadFolderContentFiles(NmCommandBean cb) throws WTException
cb
-
WTException
private static NmHTMLTable doCopy(NmCommandBean cb, ArrayList sel) throws WTException
WTException
public static NmSoftAttribute getSoftAttribute(NmCommandBean cb) throws WTException
WTException
public static boolean extractSoftAttribute(NmCommandBean cb) throws WTException
WTException
public static void retrieveSoftAttribute(NmCommandBean cb) throws WTException
WTException
public static String encodeField(ArrayList an_array_list, String a_separator)
protected static String getPreferenceValue(String node, String key)
public static String getDnDAppletTags(String jsMethod, String styleClass, String icon, String dragIcon, Locale locale, int width, int height, String userAgent)
public static Persistable updateSoftType(Persistable persistable, String type) throws WTException
WTException
public static TypeInstance updateSoftAttributes(NmCommandBean cb, String type, TypeInstance typeInstance, IBAHolder holder) throws WTException
cb
- The Command Beantype
- typeInstance
- holder
-
WTException
protected static void updateSoftAttribute(AttributeTypeSummary ats, TypeInstance typeInstance, AttributeIdentifier attributeIdentifier, String value, Locale locale) throws WTException
WTException
protected static ArrayList parseEncodedField(String an_encoded_field, String a_separator)
private static AttributeDefDefaultView getDefinition(InstanceBasedAttributeIdentifier id)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |