|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PersonalInformationManager
| 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 |
|---|
PersonalInformation getPersonalInformation(String username)
getPersonalInformation(com.atlassian.user.User)
PersonalInformation getPersonalInformation(User user)
user - the user to retrieve personal information for
void savePersonalInformation(PersonalInformation newInfo,
PersonalInformation oldInfo)
void setPersonalInformationDao(PersonalInformationDao personalInformationDao)
void removePersonalInformation(String username)
PersonalInformation createPersonalInformation(User user)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||