public class UserListItem
extends java.lang.Object
| Constructor and Description |
|---|
UserListItem(org.w3c.dom.Element row,
ConnectionAttributes session)
Constructs a
UserListItem using a XML Element. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getArchiveKey1()
Returns the first archive key.
|
java.lang.String |
getArchiveKey2()
Returns the second archive key.
|
int |
getClient()
Returns the client of the user.
|
java.lang.String |
getCp()
Returns the Communication process to which the user is connected.
|
java.lang.String |
getFirstName()
Returns the User's first name.
|
java.lang.String |
getHost()
Returns the host name of the client.
|
java.lang.String |
getID() |
char |
getLanguage()
Returns the language selected at last user logon.
|
java.lang.String |
getLastName()
Returns User's last name.
|
DateTime |
getLastSession()
Date and time of the last logon or
null. |
java.lang.String |
getMail1()
Returns user's first email address.
|
java.lang.String |
getMail2()
Returns user's second email address.
|
UC4UserName |
getName()
Returns the name of the user.
|
java.lang.String |
getRemoteID() |
int |
getSessionId()
Returns the number of the user session.
|
UC4TimezoneName |
getSessionTimeZone()
Returns the timeZone of the session.
|
UC4TimezoneName |
getUserTimeZone()
Returns the TimeZone specified in User object.
|
java.lang.String |
getVersion()
Returns the system version including patch level.
|
java.lang.String |
getZduVersion()
Returns ZDU Version
|
boolean |
isActive()
Returns
true if the user is active. |
boolean |
isLDAP()
Returns
true if this user is an LDAP user. |
boolean |
isLocked()
Returns
true if this user is locked, false otherwise. |
boolean |
isLoggedOn()
Returns
true if the user is logged on. |
java.lang.String |
toString() |
public UserListItem(org.w3c.dom.Element row,
ConnectionAttributes session)
UserListItem using a XML Element.row - Elementsession - Session infopublic java.lang.String getRemoteID()
public java.lang.String getID()
public java.lang.String getHost()
public java.lang.String getArchiveKey1()
public java.lang.String getArchiveKey2()
public int getClient()
public boolean isActive()
true if the user is active.public boolean isLDAP()
true if this user is an LDAP user.public boolean isLocked()
true if this user is locked, false otherwise.public java.lang.String getCp()
public java.lang.String getFirstName()
public boolean isLoggedOn()
true if the user is logged on.true if the user is logged onpublic char getLanguage()
public DateTime getLastSession()
null.public java.lang.String getMail1()
public java.lang.String getMail2()
public UC4UserName getName()
public int getSessionId()
public UC4TimezoneName getSessionTimeZone()
public java.lang.String getLastName()
public UC4TimezoneName getUserTimeZone()
public java.lang.String getVersion()
public java.lang.String getZduVersion()
public java.lang.String toString()
toString in class java.lang.Object