|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PersonalInformation in com.atlassian.confluence.event.events.content.user |
|---|
| Methods in com.atlassian.confluence.event.events.content.user that return PersonalInformation | |
|---|---|
PersonalInformation |
PersonalInformationUpdateEvent.getOriginalPersonalInformation()
|
PersonalInformation |
PersonalInformationEvent.getPersonalInformation()
|
| Constructors in com.atlassian.confluence.event.events.content.user with parameters of type PersonalInformation | |
|---|---|
PersonalInformationCreateEvent(java.lang.Object src,
PersonalInformation personalInformation)
|
|
PersonalInformationEvent(java.lang.Object src,
PersonalInformation personalInformation)
|
|
PersonalInformationRemoveEvent(java.lang.Object src,
PersonalInformation personalInformation)
|
|
PersonalInformationUpdateEvent(java.lang.Object src,
PersonalInformation personalInformation,
PersonalInformation originalPersonalInformation)
|
|
PersonalInformationUpdateEvent(java.lang.Object src,
PersonalInformation personalInformation,
PersonalInformation originalPersonalInformation,
boolean suppressNotifications)
|
|
| Uses of PersonalInformation in com.atlassian.confluence.mail.reports |
|---|
| Methods in com.atlassian.confluence.mail.reports that return PersonalInformation | |
|---|---|
PersonalInformation |
PersonalInfoReport.getPersonalInformation()
|
| Methods in com.atlassian.confluence.mail.reports with parameters of type PersonalInformation | |
|---|---|
void |
ChangeDigestReport.addPersonalInformation(PersonalInformation personalInformation)
|
| Constructors in com.atlassian.confluence.mail.reports with parameters of type PersonalInformation | |
|---|---|
PersonalInfoReport(PersonalInformation personalInformation,
ChangeDigestReport changeDigestReport)
|
|
| Uses of PersonalInformation in com.atlassian.confluence.plugin.descriptor.web |
|---|
| Methods in com.atlassian.confluence.plugin.descriptor.web that return PersonalInformation | |
|---|---|
PersonalInformation |
WebInterfaceContext.getPersonalInformation()
Returns the personal information (i.e. |
PersonalInformation |
DefaultWebInterfaceContext.getPersonalInformation()
|
| Methods in com.atlassian.confluence.plugin.descriptor.web with parameters of type PersonalInformation | |
|---|---|
void |
DefaultWebInterfaceContext.setPersonalInformation(PersonalInformation personalInformation)
|
| Uses of PersonalInformation in com.atlassian.confluence.plugins.rest.entities.builders |
|---|
| Methods in com.atlassian.confluence.plugins.rest.entities.builders with parameters of type PersonalInformation | |
|---|---|
ContentEntity |
PersonalInformationContentEntityBuilder.build(PersonalInformation personalInfo)
|
| Uses of PersonalInformation in com.atlassian.confluence.rpc.soap.beans |
|---|
| Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type PersonalInformation | |
|---|---|
RemoteUserInformation(PersonalInformation info)
|
|
| Uses of PersonalInformation in com.atlassian.confluence.user |
|---|
| Methods in com.atlassian.confluence.user that return PersonalInformation | |
|---|---|
PersonalInformation |
PersonalInformationManager.createPersonalInformation(com.atlassian.user.User user)
Creates a new PersonalInformation for the specified user. |
PersonalInformation |
DefaultPersonalInformationManager.createPersonalInformation(com.atlassian.user.User user)
|
PersonalInformation |
PersonalInformationManager.getOrCreatePersonalInformation(com.atlassian.user.User user)
Retrieve the personal information for a 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.getPersonalInformation(com.atlassian.user.User user)
Deprecated. since 4.2.5 - use getOrCreatePersonalInformation |
PersonalInformation |
DefaultPersonalInformationManager.getPersonalInformation(com.atlassian.user.User user)
|
| Methods in com.atlassian.confluence.user with parameters of type PersonalInformation | |
|---|---|
void |
PersonalInformationManager.savePersonalInformation(PersonalInformation newInfo,
PersonalInformation oldInfo)
Saves personal information object. |
void |
DefaultUserAccessor.savePersonalInformation(PersonalInformation newInfo,
PersonalInformation oldInfo)
|
void |
DefaultPersonalInformationManager.savePersonalInformation(PersonalInformation newInfo,
PersonalInformation oldInfo)
|
| Uses of PersonalInformation in com.atlassian.confluence.user.actions |
|---|
| Methods in com.atlassian.confluence.user.actions that return PersonalInformation | |
|---|---|
PersonalInformation |
AbstractUserProfileAction.getPersonalInformationEntity()
|
| Uses of PersonalInformation in com.atlassian.confluence.user.persistence.dao |
|---|
| Methods in com.atlassian.confluence.user.persistence.dao that return PersonalInformation | |
|---|---|
PersonalInformation |
PersonalInformationDao.getById(long id)
Returns the personal information object with the given ID. |
PersonalInformation |
CachingPersonalInformationDao.getById(long id)
|
PersonalInformation |
PersonalInformationDao.getByUser(ConfluenceUser user)
Fetches the personal information object for this user. |
PersonalInformation |
CachingPersonalInformationDao.getByUser(ConfluenceUser user)
|
PersonalInformation |
PersonalInformationDao.getByUsername(java.lang.String username)
Deprecated. since 5.2. User PersonalInformationDao.getByUser(com.atlassian.confluence.user.ConfluenceUser) instead. |
PersonalInformation |
CachingPersonalInformationDao.getByUsername(java.lang.String username)
Deprecated. |
| Uses of PersonalInformation in com.atlassian.confluence.user.persistence.dao.hibernate |
|---|
| Methods in com.atlassian.confluence.user.persistence.dao.hibernate that return PersonalInformation | |
|---|---|
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(java.lang.String username)
Deprecated. since 5.2. Use HibernatePersonalInformationDao.getByUser(com.atlassian.confluence.user.ConfluenceUser) instead. |
| Methods in com.atlassian.confluence.user.persistence.dao.hibernate that return types with arguments of type PersonalInformation | |
|---|---|
java.lang.Class<PersonalInformation> |
HibernatePersonalInformationDao.getPersistentClass()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||