|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PersonalInformationDao
Manages the persistence of personal information objects, containing user properties like logos, preferences, etc.
Method Summary | |
---|---|
PersonalInformation |
getById(long id)
Returns the personal information object with the given ID. |
PersonalInformation |
getByUser(ConfluenceUser user)
Fetches the personal information object for this user. |
PersonalInformation |
getByUsername(java.lang.String username)
Deprecated. since 5.2. User getByUser(com.atlassian.confluence.user.ConfluenceUser) instead. |
Methods inherited from interface bucket.core.persistence.ObjectDao |
---|
findAll, findAllSorted, findAllSorted, getPersistentClass, refresh, remove, replicate, save, saveRaw |
Method Detail |
---|
PersonalInformation getByUser(ConfluenceUser user)
@Deprecated PersonalInformation getByUsername(java.lang.String username)
getByUser(com.atlassian.confluence.user.ConfluenceUser)
instead.
PersonalInformation getById(long id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |