|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
PersonalInformation |
createPersonalInformation(User user)
|
PersonalInformation |
getPersonalInformation(String username)
Deprecated. since 2.3 use getPersonalInformation(com.atlassian.user.User) |
PersonalInformation |
getPersonalInformation(User user)
Retrieve the personal information for a user. |
void |
removePersonalInformation(String username)
|
void |
savePersonalInformation(PersonalInformation newInfo,
PersonalInformation oldInfo)
|
void |
setPersonalInformationDao(PersonalInformationDao personalInformationDao)
|
Method Detail |
public PersonalInformation getPersonalInformation(String username)
getPersonalInformation(com.atlassian.user.User)
public PersonalInformation getPersonalInformation(User user)
user
- the user to retrieve personal information for
public void savePersonalInformation(PersonalInformation newInfo, PersonalInformation oldInfo)
public void setPersonalInformationDao(PersonalInformationDao personalInformationDao)
public void removePersonalInformation(String username)
public PersonalInformation createPersonalInformation(User user)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |