|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.netmarkets.user.NmUserCommands
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static long |
EXTERNALIZATION_VERSION_UID
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
Constructor Summary | |
NmUserCommands()
|
Method Summary | |
static NmChangeModel[] |
addToAdmin(NmCommandBean cb)
Supported API: false |
static NmDefaultHTMLTable |
checkedOutStuff(NmCommandBean cb)
Supported API: false |
static ArrayList |
findOrgGroups(NmCommandBean cb)
Supported API: false |
static ArrayList |
findOrgUsers(NmCommandBean cb)
Supported API: false |
static TimeZone |
getLocalTimeZoneForUser()
Supported API: false |
static String |
getLocalTimeZoneStringForUser(NmCommandBean cb)
Supported API: false |
static String[][] |
getTimeZoneStrings(NmCommandBean cb)
Supported API: false |
static String |
getUserName()
Supported API: false |
static String |
getUserOrgName()
Supported API: false |
static NmOid |
getUserOrgOid()
Supported API: false |
static boolean |
isExchangeAdmin()
Supported API: false |
static boolean |
isOrgAdmin(NmCommandBean cb)
Supported API: false |
static boolean |
isOrgAdmin(NmOid containerOid)
Supported API: false |
static NmDefaultHTMLTable |
listAdmin(NmCommandBean cb)
Supported API: false |
static NmDefaultHTMLTable |
listUserEvents(NmCommandBean cb)
Supported API: false |
static void |
processSwitchFormSubmittal(javax.servlet.http.HttpServletRequest req)
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(NmUserCommands thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
static NmChangeModel[] |
removeFromAdmin(NmCommandBean cb)
Supported API: false |
static NmChangeModel[] |
removeUserFromRole(NmCommandBean cb)
Supported API: false |
static NmChangeModel[] |
replaceUserInProject(NmCommandBean cb)
Supported API: false |
static void |
sendSwitchForm(javax.servlet.http.HttpServletRequest req)
Supported API: false |
static void |
setLocalTimeZoneForUser(NmCommandBean cb)
Supported API: false |
static ArrayList |
userHasCheckouts(NmCommandBean cb)
Supported API: false |
static NmModel |
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
Constructor Detail |
public NmUserCommands()
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(NmUserCommands 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[] removeUserFromRole(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmModel view(NmCommandBean cb) throws WTException
cb
-
WTException
public static void sendSwitchForm(javax.servlet.http.HttpServletRequest req) throws WTException
req
-
WTException
public static void processSwitchFormSubmittal(javax.servlet.http.HttpServletRequest req) throws WTException
req
-
WTException
public static NmDefaultHTMLTable checkedOutStuff(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmDefaultHTMLTable listUserEvents(NmCommandBean cb) throws WTException
cb
-
WTException
public static void setLocalTimeZoneForUser(NmCommandBean cb) throws WTException
cb
-
WTException
public static String getLocalTimeZoneStringForUser(NmCommandBean cb) throws WTException
cb
-
WTException
public static String[][] getTimeZoneStrings(NmCommandBean cb) throws WTException
cb
-
WTException
public static String getUserName() throws WTException
WTException
public static String getUserOrgName() throws WTException
WTException
public static TimeZone getLocalTimeZoneForUser() throws WTException
WTException
public static ArrayList findOrgUsers(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmChangeModel[] replaceUserInProject(NmCommandBean cb) throws WTException
cb
-
WTException
public static ArrayList userHasCheckouts(NmCommandBean cb) throws WTException
cb
-
WTException
public static boolean isExchangeAdmin() throws WTException
WTException
public static NmOid getUserOrgOid() throws WTException
WTException
public static ArrayList findOrgGroups(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmDefaultHTMLTable listAdmin(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmChangeModel[] removeFromAdmin(NmCommandBean cb) throws WTException
cb
-
WTException
public static NmChangeModel[] addToAdmin(NmCommandBean cb) throws WTException
cb
-
WTException
public static boolean isOrgAdmin(NmOid containerOid) throws WTException
containerOid
-
WTException
public static boolean isOrgAdmin(NmCommandBean cb) throws WTException
cb
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |