Interface IBasicUserInfoDetailNames
- All Known Subinterfaces:
IAppBuilderLicenseSystem
,IDesignerLicenseSystem
,IGenericLicenseSystem
,IServerLicenseSystem
- All Known Implementing Classes:
AuthenticatedUser
,BasicUserInfo
,LicenseSystemPageComposite
- Author:
- Christopher Mindus
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The DETAIL for "Additional email", A.K.A.static final String
The DETAIL for "Address line".static final String
The DETAIL for "Address line 2".static final String
The DETAIL for "Address line 3".static final String
The DETAIL for "City".static final String
The DETAIL for "Company division".static final String
The DETAIL for "Company name".static final String
The DETAIL for "Country".static final String
The DETAIL for file name for the cropped uploaded profile image, the highest resolution.static final String
The DETAIL for the database administrator that created the license for the user in question.static final String
The DETAIL for Developer Group ID.static final String
The DETAIL for Developer ID.static final String
The DETAIL for principal or main "Email".static final String
The DETAIL for mail validation required of a specific email.static final String
The DETAIL for "First Name".static final String
The DETAIL for "FixedPassword", i.e.static final String
The DETAIL for "Full Name".static final String
The DETAIL for "Home fax number".static final String
The DETAIL for "Home mobile number".static final String
The DETAIL for "Home phone number".static final String
The DETAIL for "Job Title".static final String
The DETAIL for file name for a large profile image (normally a large PNG, cropped and reduced perhaps: max size about 500x500).static final String
The DETAIL for "Last Name".static final String
The DETAIL for "Localized First Name".static final String
The DETAIL for "Full Name".static final String
The DETAIL for "Localized Last Name".static final String
The DETAIL for "Localized Middle Name".static final String
The DETAIL for "Localized Title" (Mr., Mrs., Ms., Dr., Prof., Baron, Baroness, etc).static final String
The DETAIL for "Middle Name".static final String
The DETAIL for (generic) "Phone number".static final String
The DETAIL for (generic) "Phone number #2".static final String
The DETAIL for "Pin Code".static final String
The DETAIL for "Recovery Answer".static final String
The DETAIL for "Recovery Question".static final String
The DETAIL for "State or Province".static final String
The DETAIL for file name for thumbnail profile image (normally a PNG of about 150x150).static final String
The DETAIL for "Title" (Mr., Mrs., Ms., Dr., Prof., Baron, Baroness, etc).static final String
The DETAIL for file name for uploaded profile image, the highest resolution.static final String
The DETAIL for the cropping string for the uploaded profile image.static final String
The DETAIL for "Work fax number".static final String
The DETAIL for "Work phone number".static final String
The DETAIL for "Work phone number".static final String
The DETAIL for "Zip code".The read-only ordered set of all details.The read-only list of all profile picture details.Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Checks if a detail present in the License System details should be stored in the details for the BasicUserInfo details database table in the internal server database.
Field Details
DETAIL_Title
The DETAIL for "Title" (Mr., Mrs., Ms., Dr., Prof., Baron, Baroness, etc).Value = "IZS-Title".
- See Also:
DETAIL_FullName
The DETAIL for "Full Name".Value = "IZS-FullName".
- See Also:
DETAIL_LastName
The DETAIL for "Last Name".Value = "IZS-LastName".
- See Also:
DETAIL_MiddleName
The DETAIL for "Middle Name".Value = "IZS-MiddleName".
- See Also:
DETAIL_FirstName
The DETAIL for "First Name".Value = "IZS-FirstName".
- See Also:
DETAIL_LocalizedTitle
The DETAIL for "Localized Title" (Mr., Mrs., Ms., Dr., Prof., Baron, Baroness, etc).Value = "IZS-LTitle".
- See Also:
DETAIL_LocalizedFullName
The DETAIL for "Full Name".Value = "IZS-LFullName".
- See Also:
DETAIL_LocalizedLastName
The DETAIL for "Localized Last Name".Value = "IZS-LLastName".
- See Also:
DETAIL_LocalizedMiddleName
The DETAIL for "Localized Middle Name".Value = "IZS-LMiddleName".
- See Also:
DETAIL_LocalizedFirstName
The DETAIL for "Localized First Name".Value = "IZS-LFirstName".
- See Also:
DETAIL_PinCode
The DETAIL for "Pin Code".Value = "IZS-PinCode".
- See Also:
DETAIL_FixedPassword
The DETAIL for "FixedPassword", i.e. user cannot change his password.Value = "IZS-FixedPassword".
- See Also:
DETAIL_RecoveryQuestion
The DETAIL for "Recovery Question".Value = "IZS-RecoveryQuestion".
- See Also:
DETAIL_RecoveryAnswer
The DETAIL for "Recovery Answer".Value = "IZS-RecoveryAnswer".
- See Also:
DETAIL_CompanyName
The DETAIL for "Company name".Value = "IZS-CompanyName".
- See Also:
DETAIL_CompanyDivision
The DETAIL for "Company division".Value = "IZS-CompanyDivision".
- See Also:
DETAIL_JobTitle
The DETAIL for "Job Title".Value = "IZS-JobTitle".
- See Also:
DETAIL_Address
The DETAIL for "Address line".Value = "IZS-Address".
If multiple details are present, append the second with "-2", third with "-3", etc.
- See Also:
DETAIL_Address_2
The DETAIL for "Address line 2".Value = "IZS-Address-2".
- See Also:
DETAIL_Address_3
The DETAIL for "Address line 3".Value = "IZS-Address-3".
- See Also:
DETAIL_ZipCode
The DETAIL for "Zip code".Value = "IZS-ZipCode".
- See Also:
DETAIL_City
The DETAIL for "City".Value = "IZS-City".
- See Also:
DETAIL_StateProvince
The DETAIL for "State or Province".Value = "IZS-StateProvince".
- See Also:
DETAIL_Country
The DETAIL for "Country".Value = "IZS-Country".
- See Also:
DETAIL_Email
The DETAIL for principal or main "Email".Value = "IZS-Email".
- See Also:
DETAIL_AdditionalEmail
The DETAIL for "Additional email", A.K.A. recovery email.Value = "IZS-AdditionalEmail".
If multiple details are present, append the second with "-2", third with "-3", etc.
- See Also:
DETAIL_Phone
The DETAIL for (generic) "Phone number".Value = "IZS-Phone".
If multiple details are present, append the second with "-2", third with "-3", etc.
- See Also:
DETAIL_Phone_2
The DETAIL for (generic) "Phone number #2".Value = "IZS-Phone-2".
- See Also:
DETAIL_HomePhone
The DETAIL for "Home phone number".Value = "IZS-HomePhone".
If multiple details are present, append the second with "-2", third with "-3", etc.
- See Also:
DETAIL_HomeMobile
The DETAIL for "Home mobile number".Value = "IZS-HomeMobile".
If multiple details are present, append the second with "-2", third with "-3", etc.
- See Also:
DETAIL_HomeFax
The DETAIL for "Home fax number".Value = "IZS-HomeFax".
If multiple details are present, append the second with "-2", third with "-3", etc.
- See Also:
DETAIL_WorkPhone
The DETAIL for "Work phone number".Value = "IZS-WorkPhone".
If multiple details are present, append the second with "-2", third with "-3", etc.
- See Also:
DETAIL_WorkMobile
The DETAIL for "Work phone number".Value = "IZS-WorkMobile".
If multiple details are present, append the second with "-2", third with "-3", etc.
- See Also:
DETAIL_WorkFax
The DETAIL for "Work fax number".Value = "IZS-WorkFax".
If multiple details are present, append the second with "-2", third with "-3", etc.
- See Also:
DETAIL_DeveloperID
The DETAIL for Developer ID.Value = "IZS-DeveloperID".
- See Also:
DETAIL_DeveloperGroupID
The DETAIL for Developer Group ID.Value = "IZS-DevelGroupID".
- See Also:
DETAIL_DBAdministrationUserName
The DETAIL for the database administrator that created the license for the user in question.Value = "IZS-DBAdminUser".
- See Also:
DETAIL_UploadedProfileImage
The DETAIL for file name for uploaded profile image, the highest resolution.Value = "IZS-UploadImage".
- See Also:
DETAIL_CroppedUploadedProfileImage
The DETAIL for file name for the cropped uploaded profile image, the highest resolution. The image might be circular.Value = "IZS-CroppedUploadImage".
- See Also:
DETAIL_LargeProfileImage
The DETAIL for file name for a large profile image (normally a large PNG, cropped and reduced perhaps: max size about 500x500). This detail is NOT stored in the server's database table for details.Value = "IZS-LargeImage".
- See Also:
DETAIL_ThumbnailProfileImage
The DETAIL for file name for thumbnail profile image (normally a PNG of about 150x150). This detail is NOT stored in the server's database table for details.Value = "IZS-ThumbnailImage".
- See Also:
DETAIL_UploadedProfileImageCrop
The DETAIL for the cropping string for the uploaded profile image. The string is formed by
. TheGRect.toString()
+ ',' + circle{boolean:true|false}] [ + ',' zoom{double}]",zoom"
is optional and could be calculated from the uploaded image size with the crop rectangle.Value = "IZS-UploadImageCrop".
- See Also:
DETAIL_EmailVerify
The DETAIL for mail validation required of a specific email.The format of this entry is:
email,code,timestamp[,mailCode1[,mailCode2,...[,mailCodeN]]]
Where:
- email: email to verify, not in any particular order with the (DETAIL_VerifyEmail-N-ordering),
- code: 0=not checked, 1=checking (mail sent), 2=wrong mail, 3=OK, 4=check later,
- timestamp: long epoch millisecond value,
- mailCodeXXX: each mail code that has been sent in mails. If an email has been verified during signup, there might not be any mailCode(s) at all.
If the email does not correspond to any mails for the user, these entries can safely be removed and discarded.
If multiple details are present, append the first additional mail with "-1", second with "-2", third with "-3", etc. Do not append any string at all for the primary email.
- See Also:
profilePictureDetailsList
The read-only list of all profile picture details. The following details are present, in this order:detailsSet
The read-only ordered set of all details. The following details are present, in this order:DETAIL_Title
DETAIL_FullName
DETAIL_LastName
DETAIL_MiddleName
DETAIL_FirstName
DETAIL_PinCode
DETAIL_FixedPassword
DETAIL_CompanyName
DETAIL_JobTitle
DETAIL_Address
DETAIL_Address_2
DETAIL_Address_3
DETAIL_ZipCode
DETAIL_City
DETAIL_StateProvince
DETAIL_Country
DETAIL_Email
DETAIL_AdditionalEmail
DETAIL_HomePhone
DETAIL_HomeMobile
DETAIL_HomeFax
DETAIL_WorkPhone
DETAIL_WorkMobile
DETAIL_WorkFax
DETAIL_DeveloperID
DETAIL_DeveloperGroupID
DETAIL_UploadedProfileImage
DETAIL_LargeProfileImage
DETAIL_ThumbnailProfileImage
DETAIL_DBAdministrationUserName
DETAIL_EmailVerify
Method Details
isDetailInInternalServerDatabase
Checks if a detail present in the License System details should be stored in the details for the BasicUserInfo details database table in the internal server database.- Parameters:
detail
- The detail name.- Returns:
- true if the detail goes into the internal server database for user details, false otherwise.