public interface PersonalInformationDao extends ObjectDao
NON_CACHEABLE
Modifier and Type | Method and Description |
---|---|
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(String username)
Deprecated.
since 5.2. User
getByUser(com.atlassian.confluence.user.ConfluenceUser) instead. |
findAll, findAllSorted, findAllSorted, findByClassIds, getPersistentClass, refresh, remove, replicate, save, saveRaw
PersonalInformation getByUser(ConfluenceUser user)
@Deprecated PersonalInformation getByUsername(String username)
getByUser(com.atlassian.confluence.user.ConfluenceUser)
instead.PersonalInformation getById(long id)
Copyright © 2003–2015 Atlassian. All rights reserved.