UserBean
From
(Difference between revisions)
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Description == | == Description == | ||
This class represents all the details related to users of the EService system. | This class represents all the details related to users of the EService system. | ||
Line 17: | Line 10: | ||
!Type | !Type | ||
!Description | !Description | ||
+ | |---- bgcolor=#EDEDFF | ||
+ | |deleted | ||
+ | |boolean | ||
+ | |An indication of the deleted state of the record. True indicates the user has been deleted and can no longer be used to logon or work on EService. | ||
+ | |---- bgcolor=#EDEDFF | ||
+ | |description | ||
+ | |String | ||
+ | |A short description of the user. | ||
+ | |---- bgcolor=#EDEDFF | ||
+ | |emailAddress | ||
+ | |String | ||
+ | |The email address of the user. | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|faxNumber | |faxNumber |
Revision as of 03:07, 9 June 2005
Description
This class represents all the details related to users of the EService system.
Fields
The data fields of this object.
Name | Type | Description |
---|---|---|
deleted | boolean | An indication of the deleted state of the record. True indicates the user has been deleted and can no longer be used to logon or work on EService. |
description | String | A short description of the user. |
emailAddress | String | The email address of the user. |
faxNumber | String | The user's fax number. |
loginID | String | The logon id (logon name) used to log onto the EService system. |
mobileNumber | String | The mobile phone number of the user. |
name | String | The name of the user. |
pagerNumber | String | The pager number of the user. |
phoneNumber | String | The standard phone number for the user. |
primaryKey | String | The EService assigned primary key for the user. |
securityAnswer | String | The user's answer to their special security verification question. |
securityQuestion | String | The user's special security verification question. |
synchronisation | SynchronisationBean array | An array of SynchronisationBean objects, showing all current sync flags and custom data associated with the user record. |
timezone | String | The local timezone of the user. |
updateIndex | int | The time derived int value of the user record, used for concurrency checks. |
userType | String | One of the user types specified for this organisation during initial setup. |