public interface PersonalInformationDao extends ObjectDao
Modifier and Type | Method and Description |
---|---|
@NonNull 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.
|
findAll, findAllSorted, findAllSorted, findByClassIds, getPersistentClass, refresh, remove, replicate, save, saveRaw
PersonalInformation getByUser(ConfluenceUser user)
List<PersonalInformation> getAllByUser(ConfluenceUser user)
PersonalInformation getById(long id)
Copyright © 2003–2021 Atlassian. All rights reserved.