|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.netmarkets.user.NmUserHelper
All of the constants in this class used to reference attributes from
an attributeHolder
held by a WTUser
object have been
deprecated at ProjectLink Release 7.0.
The list of deprecated and now removed constants include the following...
WTUser
class.
Constructor Summary | |
NmUserHelper()
|
Method Summary | |
static String |
getLastNameFirstName(WTUser user)
Construct the "last, first" form of a user's name based on the values of WTUser.FULL_NAME and WTUser.SURNAME Supported API: false |
static TimeZone |
getLocalTimeZoneForUser()
|
static TimeZone |
getLocalTimeZoneForUser(WTPrincipal user)
|
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(NmUserHelper thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
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
public static final NmUserService service
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
public static final String TIME_ZONE_PREF_KEY
public static final String JS_MENU
public static final String LAST_PAGE
public static final String USE_MORE
public static final String APPEND_TO_CLIPBOARD
public static final String LIMIT
public static final String DOC_OVERVIEW_CHK_ROW_ACTIONS
public static final String PART_OVERVIEW_CHK_ROW_ACTIONS
public static final String EPM_OVERVIEW_CHK_ROW_ACTIONS
public static final String PDM_DOC_OVERVIEW_CHK_ROW_ACTIONS
public static final String PDM_PART_OVERVIEW_CHK_ROW_ACTIONS
public static final String PDM_EPM_OVERVIEW_CHK_ROW_ACTIONS
public static final String PROJECT_OBJ_OVERVIEW_CHK_ROW_ACTIONS
public static final String PDM_ROW_ACTIONS
public static final String NAME_TRUNCATE
public static final int DEFAULT_NAME_TRUNCATE
public static final String TIMEZONE_KEY
static final boolean SERVER
private static final boolean VERBOSE
public static final int ADD_TO_TEAM_CLIENT
public static final int REPLACE_IN_TEAM_CLIENT
public static final int ADD_TO_MEETING_CLIENT
public static final int ORG_PUBLIC_GROUPS_CLIENT
public static final int ORG_CREATOR_GROUP_CLIENT
public static final int ORG_ADMIN_GROUP_CLIENT
public static final int SITE_ADMIN_GROUP_CLIENT
Constructor Detail |
public NmUserHelper()
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(NmUserHelper 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 String getLastNameFirstName(WTUser user) throws WTException
user
-
WTException
public static TimeZone getLocalTimeZoneForUser() throws WTException
WTException
public static TimeZone getLocalTimeZoneForUser(WTPrincipal user) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |