|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectplanetj.database.Row
planetj.dataengine.security.DEUser
| Nested Class Summary |
| Nested classes inherited from class planetj.database.Row |
Row.SpacingRow |
| Field Summary | |
static java.lang.String |
className
|
| Fields inherited from class planetj.database.Row |
DISPLAY_ORDER_COMPARATOR, MODE_ALTER, MODE_COPY, MODE_DELETE, MODE_INSERT, MODE_READ, MODE_SEARCH, MODE_UNKNOWN, MODE_UPDATE, mRowEventListeners |
| Fields inherited from interface planetj.dataengine.security.IDEUser |
FIRST_NAME, LAST_NAME, LIBRARY_NAME, OWNER_ID, PASSWORD, PLANETJ_USER, PROPERTIES, SECURITY_LEVEL, TABLE_NAME, TYPE_APP_ADMIN, TYPE_APP_USER, UNIQUE_ID, USER_NAME |
| Fields inherited from interface planetj.dataengine.security.IGuarded |
TYPE_ID_UNKNOWN, TYPE_NAME_FIELD, TYPE_NAME_SQLOPERATION, TYPE_SECURED_BY_LEVEL, TYPE_SECURED_BY_OPERATION, TYPE_UNSECURED |
| Constructor Summary | |
DEUser()
|
|
| Method Summary | |
java.lang.String |
getFirstName()
Getter method for the FirstName property |
int |
getId()
Gets the ID of this user |
java.lang.Integer |
getIdAsInteger()
Gets the ID of this user |
java.lang.String |
getLastName()
Getter method for the LastName property |
java.lang.String |
getName()
|
int |
getOwnerId()
Getter method for the OwnerId property |
java.lang.Integer |
getOwnerIdAsInteger()
Gets the ID of this user 2 group's owner |
java.lang.String |
getPassword()
Getter method for the Password property |
java.lang.String |
getProperties()
Getter method for the Properties property |
Row |
getPropertiesRow()
Get a Row containing properties for the current user. |
java.util.Map |
getReplacementLibraries()
|
int |
getSecurityLevel()
Getter method for the SecurityLevel property |
java.lang.String |
getSystemAlias()
Gets the system alias of this user's personal connection pool, or null if no such pool exists |
static Table |
getTable(java.lang.String system)
|
int |
getThemeId()
Get the theme id for this user. |
int |
getUniqueId()
Getter method for the UniqueId property |
java.lang.Object |
getUserDisplayValue(java.lang.String fieldName)
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()
Getter method for the User Name property |
java.lang.Object |
getUserSQLValue(java.lang.String fieldName)
Gets the value of the specified user field as an Object for use as an SQL parameter |
java.lang.Object |
getUserValue(java.lang.String fieldName)
Gets the value of the specified user field as an Object |
boolean |
hasSecurityLevel()
Method that can be used to determine if the user has a security level. |
boolean |
isAdmin()
!!A WK (9/4/2002 3:26:12 PM) Admin has not yet been implemented. |
boolean |
isPJAdmin()
!!A WK (9/4/2002 3:26:12 PM) PJ Admin has not yet been implemented. |
DEUser |
setEmailAddress(java.lang.String newValue)
Setter method for the UserName property |
DEUser |
setFirstName(java.lang.String newValue)
Setter method for the FirstName property |
void |
setId(int value)
Sets the user ID |
void |
setId(java.lang.Integer value)
Sets the user ID |
DEUser |
setLastName(java.lang.String newValue)
Setter method for the LastName property |
void |
setOwnerId(int value)
Sets the ID of this application's owner |
void |
setOwnerId(java.lang.Integer value)
Sets the ID of this application's owner |
DEUser |
setPassword(java.lang.String newValue)
Setter method for the Password property |
DEUser |
setProperties(java.lang.String newValue)
Setter method for the Properties property |
void |
setPropertiesRow(Row row)
Set the given Row as the user's properties Row. |
DEUser |
setSecurityLevel(int newValue)
Setter method for the SecurityLevel property |
void |
setSystemAlias(java.lang.String newSystemAlias)
Sets the system alias of this user's personal connection pool. |
DEUser |
setUniqueId(int newValue)
Setter method for the UniqueId property |
void |
setUserMode(java.lang.String pUserMode)
Sets the MODE of this user |
void |
setUserValue(java.lang.String fieldName,
java.lang.Object value)
sets the value of the specified user field as an Object |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface planetj.dataengine.security.IUser |
getDisplayValueByUsageId, getValueByUsageId |
| Methods inherited from interface java.security.Principal |
equals, hashCode, toString |
| Field Detail |
public static final java.lang.String className
| Constructor Detail |
public DEUser()
| Method Detail |
public java.lang.Object getUserDisplayValue(java.lang.String fieldName)
IUser
getUserDisplayValue in interface IUserpublic java.lang.String getUserMode()
IUser
getUserMode in interface IUserpublic void setUserMode(java.lang.String pUserMode)
IUser
setUserMode in interface IUserIUser.setUserMode(java.lang.String)public java.lang.String getFirstName()
getFirstName in interface IUserpublic int getId()
public java.lang.Integer getIdAsInteger()
public java.lang.String getLastName()
getLastName in interface IUserpublic java.lang.String getName()
getName in interface java.security.Principalpublic int getThemeId()
getThemeId in interface IUserpublic int getOwnerId()
getOwnerId in interface IUserpublic java.lang.Integer getOwnerIdAsInteger()
public java.lang.String getPassword()
public java.lang.String getProperties()
public Row getPropertiesRow()
IUser
getPropertiesRow in interface IUserpublic java.util.Map getReplacementLibraries()
getReplacementLibraries in interface IUserpublic int getSecurityLevel()
getSecurityLevel in interface IUserpublic java.lang.String getSystemAlias()
getSystemAlias in interface IUsergetSystemAlias in class Rowpublic static Table getTable(java.lang.String system)
public int getUniqueId()
public java.lang.String getUserName()
getUserName in interface IUser
public java.lang.Object getUserSQLValue(java.lang.String fieldName)
throws CMException
IUser
getUserSQLValue in interface IUserCMExceptionpublic java.lang.Object getUserValue(java.lang.String fieldName)
IUser
getUserValue in interface IUserpublic boolean hasSecurityLevel()
hasSecurityLevel in interface IUserpublic boolean isAdmin()
isAdmin in interface IUserpublic boolean isPJAdmin()
isPJAdmin in interface IUser
public DEUser setEmailAddress(java.lang.String newValue)
throws CMException
CMException
public DEUser setFirstName(java.lang.String newValue)
throws CMException
CMException
public void setId(int value)
throws CMException
CMException
public void setId(java.lang.Integer value)
throws CMException
CMException
public DEUser setLastName(java.lang.String newValue)
throws CMException
CMException
public void setOwnerId(int value)
throws CMException
CMException
public void setOwnerId(java.lang.Integer value)
throws CMException
CMException
public DEUser setPassword(java.lang.String newValue)
throws CMException
CMException
public DEUser setProperties(java.lang.String newValue)
throws CMException
CMExceptionpublic void setPropertiesRow(Row row)
IUser
setPropertiesRow in interface IUserrow -
public DEUser setSecurityLevel(int newValue)
throws CMException
CMExceptionpublic void setSystemAlias(java.lang.String newSystemAlias)
public DEUser setUniqueId(int newValue)
throws CMException
CMException
public void setUserValue(java.lang.String fieldName,
java.lang.Object value)
throws CMException
IUser
setUserValue in interface IUserCMException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||