Packagecom.adobe.idp.um.api.infomodel
Interfacepublic interface User

A User is an extension of the Principal object. This class contains user-specific field accessor methods.

See also

Principal


Public Methods
 MethodDefined By
  
Retrieves the business Calendar Key.
User
  
String getFamilyName()
Retrieves the family name.
User
  
String getGivenName()
Retrieves the given name.
User
  
String getInitials()
Retrieves the initials.
User
  
Locale getLocale()
Retrieves the locale.
User
  
Retrieves the postal address.
User
  
Retrieves the telephone number.
User
  
TimeZone getTimezone()
Retrieves the time zone.
User
  
String getUserid()
Retrieves the user identifier.
User
  
boolean isDisabled()
Determines whether the user is disabled.
User
  
void setBusinessCalendarKey(String bizCalKey)
Sets the user's business calender key.
User
  
void setDisabled(boolean isDisabled)
Sets whether the user is disabled.
User
  
void setFamilyName(String familyName)
Sets the user's family name.
User
  
void setGivenName(String givenName)
Sets the user's given name.
User
  
void setInitials(String initials)
Sets the user's initials.
User
  
void setLocale(Locale locale)
Sets the user's locale.
User
  
void setPostalAddress(String postalAddress)
Sets the user's postal address.
User
  
void setTelephoneNumber(String telephoneNumber)
Sets the user's telephone number.
User
  
void setTimezone(TimeZone timezone)
Sets the user's time zone.
User
  
void setUserid(String userid)
Sets the user's login identifier.
User
Method Detail
getBusinessCalendarKey()
public String getBusinessCalendarKey()

Retrieves the business Calendar Key.

Returns
The business calendar key.
getFamilyName() 
public String getFamilyName()

Retrieves the family name.

Returns
The family name.
getGivenName() 
public String getGivenName()

Retrieves the given name.

Returns
The given name.
getInitials() 
public String getInitials()

Retrieves the initials.

Returns
The initials.
getLocale() 
public Locale getLocale()

Retrieves the locale.

Returns
The locale.
getPostalAddress() 
public String getPostalAddress()

Retrieves the postal address.

Returns
The postal address.
getTelephoneNumber() 
public String getTelephoneNumber()

Retrieves the telephone number.

Returns
The telephone number.
getTimezone() 
public TimeZone getTimezone()

Retrieves the time zone.

Returns
The time zone.
getUserid() 
public String getUserid()

Retrieves the user identifier.

Returns
The user identifier.
isDisabled() 
public boolean isDisabled()

Determines whether the user is disabled.

Returns
true if the user is disabled, false otherwise.
setBusinessCalendarKey() 
public void setBusinessCalendarKey(String bizCalKey)

Sets the user's business calender key.

Parameters

bizCalKey — The users business calender key.

setDisabled() 
public void setDisabled(boolean isDisabled)

Sets whether the user is disabled.

Parameters

isDisabledtrue if the user is disabled, false otherwise.

setFamilyName() 
public void setFamilyName(String familyName)

Sets the user's family name.

Parameters

familyName — The user's family name.

setGivenName() 
public void setGivenName(String givenName)

Sets the user's given name.

Parameters

givenName — The user's given name.

setInitials() 
public void setInitials(String initials)

Sets the user's initials.

Parameters

initials — The user's initials.

setLocale() 
public void setLocale(Locale locale)

Sets the user's locale.

Parameters

locale — The user's locale.

setPostalAddress() 
public void setPostalAddress(String postalAddress)

Sets the user's postal address.

Parameters

postalAddress — The user's postal address.

setTelephoneNumber() 
public void setTelephoneNumber(String telephoneNumber)

Sets the user's telephone number.

Parameters

telephoneNumber — The user's telephone number.

setTimezone() 
public void setTimezone(TimeZone timezone)

Sets the user's time zone.

Parameters

timezone — The user's time zone.

setUserid() 
public void setUserid(String userid)

Sets the user's login identifier.

Parameters

userid — The user's login identifier.





 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/com/adobe/idp/um/api/infomodel/User.html