Modifier and Type | Method and Description |
---|---|
PersonalInformation |
PersonalInformationUpdateEvent.getOriginalPersonalInformation() |
PersonalInformation |
PersonalInformationEvent.getPersonalInformation() |
Constructor and Description |
---|
PersonalInformationCreateEvent(Object src,
PersonalInformation personalInformation) |
PersonalInformationEvent(Object src,
PersonalInformation personalInformation) |
PersonalInformationEvent(Object source,
PersonalInformation personalInformation,
boolean suppressNotifications) |
PersonalInformationRemoveEvent(Object src,
PersonalInformation personalInformation) |
PersonalInformationUpdateEvent(Object source,
PersonalInformation personalInformation,
PersonalInformation originalPersonalInformation)
Deprecated.
since 6.3.0
|
PersonalInformationUpdateEvent(Object source,
PersonalInformation personalInformation,
PersonalInformation originalPersonalInformation,
boolean suppressNotifications) |
Modifier and Type | Method and Description |
---|---|
Collection<PersonalInformation> |
PersonalInformationBulkDao.bulkFetchPersonalInformation(Collection<com.atlassian.sal.api.user.UserKey> userKeys)
Bulk-fetch the
PersonalInformation entities for the given collection of UserKey s. |
Modifier and Type | Method and Description |
---|---|
PersonalInformation |
PersonalInfoReport.getPersonalInformation() |
Modifier and Type | Method and Description |
---|---|
void |
ChangeDigestReport.addPersonalInformation(PersonalInformation personalInformation) |
Constructor and Description |
---|
PersonalInfoReport(PersonalInformation personalInformation,
ChangeDigestReport changeDigestReport) |
Modifier and Type | Method and Description |
---|---|
PersonalInformation |
WebInterfaceContext.getPersonalInformation()
Returns the personal information (i.e.
|
PersonalInformation |
DefaultWebInterfaceContext.getPersonalInformation() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultWebInterfaceContext.setPersonalInformation(PersonalInformation personalInformation) |
Modifier and Type | Method and Description |
---|---|
ContentEntity |
PersonalInformationContentEntityBuilder.build(PersonalInformation personalInfo) |
Constructor and Description |
---|
RemoteUserInformation(PersonalInformation info) |
Modifier and Type | Method and Description |
---|---|
PersonalInformation |
DefaultPersonalInformationManager.createPersonalInformation(com.atlassian.user.User user) |
PersonalInformation |
PersonalInformationManager.createPersonalInformation(com.atlassian.user.User user)
Creates a new
PersonalInformation for the specified user. |
PersonalInformation |
DefaultPersonalInformationManager.getOrCreatePersonalInformation(com.atlassian.user.User user)
This operation needs to be atomic to avoid a race condition with duplicate PersonalInformation objects being created (CONF-10234)
|
PersonalInformation |
PersonalInformationManager.getOrCreatePersonalInformation(com.atlassian.user.User user)
Retrieve the personal information for a user.
|
PersonalInformation |
DefaultPersonalInformationManager.getPersonalInformation(com.atlassian.user.User user) |
PersonalInformation |
PersonalInformationManager.getPersonalInformation(com.atlassian.user.User user)
Deprecated.
since 4.2.5 - use getOrCreatePersonalInformation
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultPersonalInformationManager.savePersonalInformation(PersonalInformation newInfo,
PersonalInformation oldInfo) |
void |
DefaultUserAccessor.savePersonalInformation(PersonalInformation newInfo,
PersonalInformation oldInfo) |
void |
PersonalInformationManager.savePersonalInformation(PersonalInformation newInfo,
PersonalInformation oldInfo)
Saves personal information object.
|
Modifier and Type | Method and Description |
---|---|
PersonalInformation |
AbstractUserProfileAction.getPersonalInformationEntity() |
Modifier and Type | Method and Description |
---|---|
PersonalInformation |
CachingPersonalInformationDao.getById(long id) |
PersonalInformation |
PersonalInformationDao.getById(long id)
Returns the personal information object with the given ID.
|
PersonalInformation |
CachingPersonalInformationDao.getByUser(ConfluenceUser user) |
PersonalInformation |
PersonalInformationDao.getByUser(ConfluenceUser user)
Fetches the personal information object for this user.
|
PersonalInformation |
CachingPersonalInformationDao.getByUsername(String username)
Deprecated.
|
PersonalInformation |
PersonalInformationDao.getByUsername(String username)
Deprecated.
since 5.2. User
PersonalInformationDao.getByUser(com.atlassian.confluence.user.ConfluenceUser) instead. |
Modifier and Type | Method and Description |
---|---|
Collection<PersonalInformation> |
CachingPersonalInformationDao.bulkFetchPersonalInformation(Collection<com.atlassian.sal.api.user.UserKey> userKeys)
Delegates immediately to the database, and then adds each of the results to the cache.
|
List<PersonalInformation> |
CachingPersonalInformationDao.getAllByUser(ConfluenceUser user) |
List<PersonalInformation> |
PersonalInformationDao.getAllByUser(ConfluenceUser user)
Workaround for duplicate personal information.
|
Modifier and Type | Method and Description |
---|---|
protected PersonalInformation |
HibernatePersonalInformationDao.getByClassId(long id) |
PersonalInformation |
HibernatePersonalInformationDao.getById(long id) |
PersonalInformation |
HibernatePersonalInformationDao.getByUser(ConfluenceUser user)
Fetches a personal information object for the specified user.
|
PersonalInformation |
HibernatePersonalInformationDao.getByUsername(String username)
Deprecated.
since 5.2. Use
HibernatePersonalInformationDao.getByUser(com.atlassian.confluence.user.ConfluenceUser) instead. |
Modifier and Type | Method and Description |
---|---|
Collection<PersonalInformation> |
HibernatePersonalInformationDao.bulkFetchPersonalInformation(Collection<com.atlassian.sal.api.user.UserKey> userKeys)
Bulk-fetches all PersonalInformation entities for the given UserKeys.
|
List<PersonalInformation> |
HibernatePersonalInformationDao.getAllByUser(ConfluenceUser user) |
Class<PersonalInformation> |
HibernatePersonalInformationDao.getPersistentClass() |
Copyright © 2003–2017 Atlassian. All rights reserved.