com.ibm.websphere.userprofile
Interface UserProfile


Deprecated. Userprofile API is deprecated in current release

public interface UserProfile

UserProfile interface for modifying and accessing the demographic properties of the individual Users.

See Also:
UserProfileManager

Method Summary
 java.lang.String getAddress1()
          Deprecated. Gets the user's first line of address.
 java.lang.String getAddress2()
          Deprecated. Gets the user's second line of address.
 java.lang.String getCity()
          Deprecated. Gets the user's city.
 java.lang.String getDayPhone()
          Deprecated. Gets the user's day time phone.
 java.lang.String getEmail()
          Deprecated. Gets the user's email.
 java.lang.String getEmployer()
          Deprecated. Gets the user's employee's name
 java.lang.String getFax()
          Deprecated. Gets the user's fax number
 java.lang.String getFirstName()
          Deprecated. Gets user's first name
 java.lang.String getLanguage()
          Deprecated. Gets the user's language.
 java.lang.String getNation()
          Deprecated. Gets the user's nation
 java.lang.String getNightPhone()
          Deprecated. Gets the user's night phone
 java.lang.String getPostalCode()
          Deprecated. Gets the user's postal code
 java.lang.String getStateOrProvince()
          Deprecated. Gets the user's state or province name
 java.lang.String getSurName()
          Deprecated. Gets user's surname
 java.lang.String getUserName()
          Deprecated. Returns the user's name of the userprofile accessed
 void setAddress1(java.lang.String value)
          Deprecated. Sets the user's first line of address.
 void setAddress2(java.lang.String value)
          Deprecated. Sets the user's second line of address.
 void setCity(java.lang.String value)
          Deprecated. Sets the user's city.
 void setDayPhone(java.lang.String value)
          Deprecated. Sets the user's day phone.
 void setEmail(java.lang.String value)
          Deprecated. Sets the user's email.
 void setEmployer(java.lang.String value)
          Deprecated. Sets the user's employer.
 void setFax(java.lang.String value)
          Deprecated. Sets the user's fax number.
 void setFirstName(java.lang.String value)
          Deprecated. Sets the user's first name.
 void setLanguage(java.lang.String value)
          Deprecated. Sets the user's language.
 void setNation(java.lang.String value)
          Deprecated. Sets the user's nation.
 void setNightPhone(java.lang.String value)
          Deprecated. Sets the user's night phone.
 void setPostalCode(java.lang.String value)
          Deprecated. Sets the user's postal code.
 void setStateOrProvince(java.lang.String value)
          Deprecated. Sets the user's state or province.
 void setSurName(java.lang.String value)
          Deprecated. Sets the user's sur name.
 void sync()
          Deprecated. Call this method if you set autocommit true on accessing userprofile This will update all the things back to database in single call.
 

Method Detail

getUserName

public java.lang.String getUserName()
Deprecated. 
Returns the user's name of the userprofile accessed

Returns:
name of the user

getAddress1

public java.lang.String getAddress1()
Deprecated. 
Gets the user's first line of address.

Returns:
first line address

getAddress2

public java.lang.String getAddress2()
Deprecated. 
Gets the user's second line of address.

Returns:
second line address

getCity

public java.lang.String getCity()
Deprecated. 
Gets the user's city.

Returns:
city

getDayPhone

public java.lang.String getDayPhone()
Deprecated. 
Gets the user's day time phone.

Returns:
day phone number

getEmail

public java.lang.String getEmail()
Deprecated. 
Gets the user's email.

Returns:
email

getEmployer

public java.lang.String getEmployer()
Deprecated. 
Gets the user's employee's name

Returns:
employer name of the user

getFax

public java.lang.String getFax()
Deprecated. 
Gets the user's fax number

Returns:
fax number

getLanguage

public java.lang.String getLanguage()
Deprecated. 
Gets the user's language.

Returns:
language of the user

getNation

public java.lang.String getNation()
Deprecated. 
Gets the user's nation

Returns:
nation of the user

getNightPhone

public java.lang.String getNightPhone()
Deprecated. 
Gets the user's night phone

Returns:
night phone

getPostalCode

public java.lang.String getPostalCode()
Deprecated. 
Gets the user's postal code

Returns:
postal code

getStateOrProvince

public java.lang.String getStateOrProvince()
Deprecated. 
Gets the user's state or province name

Returns:
state or province

getFirstName

public java.lang.String getFirstName()
Deprecated. 
Gets user's first name

Returns:
first name

getSurName

public java.lang.String getSurName()
Deprecated. 
Gets user's surname

Returns:
surname

setAddress1

public void setAddress1(java.lang.String value)
Deprecated. 
Sets the user's first line of address.

Parameters:
value - new first line of address

setAddress2

public void setAddress2(java.lang.String value)
Deprecated. 
Sets the user's second line of address.

Parameters:
value - new second line of address

setCity

public void setCity(java.lang.String value)
Deprecated. 
Sets the user's city.

Parameters:
value - new city

setDayPhone

public void setDayPhone(java.lang.String value)
Deprecated. 
Sets the user's day phone.

Parameters:
value - new day phone number

setEmail

public void setEmail(java.lang.String value)
Deprecated. 
Sets the user's email.

Parameters:
value - new email

setEmployer

public void setEmployer(java.lang.String value)
Deprecated. 
Sets the user's employer.

Parameters:
value - new employer name

setFax

public void setFax(java.lang.String value)
Deprecated. 
Sets the user's fax number.

Parameters:
value - new fax number

setFirstName

public void setFirstName(java.lang.String value)
Deprecated. 
Sets the user's first name.

Parameters:
value - new first name

setLanguage

public void setLanguage(java.lang.String value)
Deprecated. 
Sets the user's language.

Parameters:
value - new language

setNation

public void setNation(java.lang.String value)
Deprecated. 
Sets the user's nation.

Parameters:
value - new nation

setNightPhone

public void setNightPhone(java.lang.String value)
Deprecated. 
Sets the user's night phone.

Parameters:
value - new night phone number

setPostalCode

public void setPostalCode(java.lang.String value)
Deprecated. 
Sets the user's postal code.

Parameters:
value - new postal code

setStateOrProvince

public void setStateOrProvince(java.lang.String value)
Deprecated. 
Sets the user's state or province.

Parameters:
value - new state or province

setSurName

public void setSurName(java.lang.String value)
Deprecated. 
Sets the user's sur name.

Parameters:
value - new surname

sync

public void sync()
Deprecated. 
Call this method if you set autocommit true on accessing userprofile This will update all the things back to database in single call. Whatever is in this object, will be stored back to row representing the this.



 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.