|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PersonalInformationManager
| Method Summary | |
|---|---|
PersonalInformation |
createPersonalInformation(com.atlassian.user.User user)
Creates a new PersonalInformation for the specified user. |
PersonalInformation |
getPersonalInformation(java.lang.String username)
Deprecated. since 2.3 use getPersonalInformation(com.atlassian.user.User) |
PersonalInformation |
getPersonalInformation(com.atlassian.user.User user)
Retrieve the personal information for a user. |
void |
removePersonalInformation(java.lang.String username)
|
void |
savePersonalInformation(PersonalInformation newInfo,
PersonalInformation oldInfo)
|
| Method Detail |
|---|
PersonalInformation getPersonalInformation(java.lang.String username)
getPersonalInformation(com.atlassian.user.User)
PersonalInformation getPersonalInformation(com.atlassian.user.User user)
user - the user to retrieve personal information for
java.lang.NullPointerException - if user is null
void savePersonalInformation(PersonalInformation newInfo,
PersonalInformation oldInfo)
void removePersonalInformation(java.lang.String username)
PersonalInformation createPersonalInformation(com.atlassian.user.User user)
PersonalInformation for the specified user. Returns the existing one if it already exists.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||