public interface PersonalInformationDao extends ObjectDao
NON_CACHEABLE
Modifier and Type | Method and Description |
---|---|
List<Long> |
findIdsWithAssociatedUser() |
List<PersonalInformation> |
getAllByUser(ConfluenceUser user)
Workaround for duplicate personal information.
|
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)
List<PersonalInformation> getAllByUser(ConfluenceUser user)
@Deprecated PersonalInformation getByUsername(String username)
getByUser(com.atlassian.confluence.user.ConfluenceUser)
instead.PersonalInformation getById(long id)
Copyright © 2003–2017 Atlassian. All rights reserved.