|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.netmarkets.projectActivity.NmProjectActivityCommands
Supported API: false
Extendable: false
Nested Class Summary | |
static class |
NmProjectActivityCommands.Parameters
|
Field Summary | |
private static String |
CLASSNAME
|
static long |
EXTERNALIZATION_VERSION_UID
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
static String |
RESOURCE_LIST_DELIM
|
static String |
SELECTED_RESOURCES
|
static String |
SELECTED_RESOURCES_NAME
|
static String |
SELECTED_RESOURCES_VALUE
|
(package private) static long |
serialVersionUID
|
Constructor Summary | |
NmProjectActivityCommands()
|
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 NmHTMLTable |
getActivityTasks(NmCommandBean cb)
Supported API: false |
static NmNameValuePair[] |
getProjectResources(NmCommandBean cb)
Supported API: false |
static NmHTMLTable |
list_deliverables(NmCommandBean cb)
Supported API: false |
static NmHTMLTable |
list(NmCommandBean cb)
Supported API: false |
static NmChangeModel[] |
overrideStatus(NmCommandBean cb)
Supported API: false |
static NmChangeModel[] |
paste(NmCommandBean cb)
Supported API: false |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(NmProjectActivityCommands thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
static NmChangeModel[] |
roll_up(NmCommandBean cb)
Supported API: false |
static void |
subscribe(NmCommandBean cb)
Supported API: false |
static NmChangeModel[] |
update(NmCommandBean cb)
Supported API: false |
static NmHTMLViewTable |
view(NmCommandBean cb)
Supported API: false |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
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
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
public static final String RESOURCE_LIST_DELIM
public static final String SELECTED_RESOURCES
public static final String SELECTED_RESOURCES_NAME
public static final String SELECTED_RESOURCES_VALUE
Constructor Detail |
public NmProjectActivityCommands()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(NmProjectActivityCommands thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public static NmChangeModel[] create(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmChangeModel[] delete(NmCommandBean cb) throws WTException
cb
-
WTException
public static void cut(NmCommandBean cb) throws WTException
cb
-
WTException
public static void copy(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmChangeModel[] paste(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmChangeModel[] update(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmHTMLTable list_deliverables(NmCommandBean cb) throws WTException
cb
-
WTException
public static void subscribe(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmChangeModel[] roll_up(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmHTMLTable getActivityTasks(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmChangeModel[] overrideStatus(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmHTMLViewTable view(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmNameValuePair[] getProjectResources(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmHTMLTable list(NmCommandBean cb) throws WTException
cb
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |