|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
java.lang.Object |
getDisplayValueByUsageId(int usageId)
Get a display value from this user for the given usage id. |
java.lang.String |
getFirstName()
Gets the name for this user, which should uniquely identify the user in the current context. |
java.lang.String |
getLastName()
Gets the name for this user, which should uniquely identify the user in the current context. |
int |
getOwnerId()
|
Row |
getPropertiesRow()
Get a Row containing properties for the current user. |
java.util.Map |
getReplacementLibraries()
|
int |
getSecurityLevel()
|
java.lang.String |
getSystemAlias()
Gets the system alias of this user's personal connection pool, or null if no such pool exists |
int |
getThemeId()
Get the id of the theme for this user |
java.lang.Object |
getUserDisplayValue(java.lang.String key)
Gets the display value from the user for the specified key |
java.lang.String |
getUserMode()
Gets the MODE of the user. |
java.lang.String |
getUserName()
Gets the name for this user, which should uniquely identify the user in the current context. |
java.lang.Object |
getUserSQLValue(java.lang.String key)
Gets the value of the specified user field as an Object for use as an SQL parameter |
java.lang.Object |
getUserValue(java.lang.String key)
Gets the value of the specified user field as an Object |
java.lang.Object |
getValueByUsageId(int usageId)
Get a value from this user for the given usage id. |
boolean |
hasSecurityLevel()
Method that can be used to determine if the user has a security level. |
boolean |
isAdmin()
|
boolean |
isPJAdmin()
Check to see if this user is a PlanetJ Administrator. |
void |
setPropertiesRow(Row row)
Set the given Row as the user's properties Row. |
void |
setUserMode(java.lang.String pMode)
Sets the MODE of this user |
void |
setUserValue(java.lang.String key,
java.lang.Object value)
sets the value of the specified user field as an Object |
Methods inherited from interface java.security.Principal |
equals, getName, hashCode, toString |
Method Detail |
public java.lang.Object getDisplayValueByUsageId(int usageId) throws CMException
CMException
public java.lang.String getFirstName()
public java.lang.String getLastName()
public int getOwnerId()
public Row getPropertiesRow()
public java.util.Map getReplacementLibraries()
public int getSecurityLevel()
public java.lang.String getUserMode()
public int getThemeId()
public java.lang.Object getUserDisplayValue(java.lang.String key)
public java.lang.String getUserName()
public java.lang.Object getUserSQLValue(java.lang.String key) throws CMException
CMException
public java.lang.Object getUserValue(java.lang.String key)
public java.lang.Object getValueByUsageId(int usageId) throws CMException
CMException
public boolean isAdmin()
public boolean isPJAdmin()
public void setPropertiesRow(Row row)
row
- public java.lang.String getSystemAlias()
public boolean hasSecurityLevel()
public void setUserMode(java.lang.String pMode)
public void setUserValue(java.lang.String key, java.lang.Object value) throws CMException
CMException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |