Uses of Class
com.atlassian.confluence.user.PersonalInformation
Packages that use PersonalInformation
Package
Description
-
Uses of PersonalInformation in com.atlassian.confluence.event.events.content.user
Methods in com.atlassian.confluence.event.events.content.user that return PersonalInformationModifier and TypeMethodDescriptionPersonalInformationUpdateEvent.getOriginalPersonalInformation()
PersonalInformationEvent.getPersonalInformation()
Constructors in com.atlassian.confluence.event.events.content.user with parameters of type PersonalInformationModifierConstructorDescriptionPersonalInformationCreateEvent
(Object src, PersonalInformation personalInformation) Deprecated.PersonalInformationCreateEvent
(Object source, PersonalInformation personalInformation, OperationContext<?> context) PersonalInformationEvent
(Object src, PersonalInformation personalInformation) Deprecated.PersonalInformationEvent
(Object source, PersonalInformation personalInformation, boolean suppressNotifications) Deprecated.PersonalInformationEvent
(Object source, PersonalInformation personalInformation, OperationContext<?> context) PersonalInformationRemoveEvent
(Object src, PersonalInformation personalInformation) PersonalInformationUpdateEvent
(Object source, @NonNull PersonalInformation personalInformation, @Nullable PersonalInformation originalPersonalInformation) Deprecated.since 6.3.0PersonalInformationUpdateEvent
(Object source, @NonNull PersonalInformation personalInformation, @Nullable PersonalInformation originalPersonalInformation, boolean suppressNotifications) -
Uses of PersonalInformation in com.atlassian.confluence.impl.content
Methods in com.atlassian.confluence.impl.content that return PersonalInformationModifier and TypeMethodDescription@NonNull PersonalInformation
DefaultPersonalInformationManager.createPersonalInformation
(com.atlassian.user.User user) @NonNull 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)Methods in com.atlassian.confluence.impl.content with parameters of type PersonalInformationModifier and TypeMethodDescriptionvoid
DefaultPersonalInformationManager.savePersonalInformation
(PersonalInformation newInfo, @Nullable PersonalInformation oldInfo) -
Uses of PersonalInformation in com.atlassian.confluence.impl.content.render.prefetch
Methods in com.atlassian.confluence.impl.content.render.prefetch that return types with arguments of type PersonalInformationModifier and TypeMethodDescriptionPersonalInformationBulkDao.bulkFetchPersonalInformation
(Collection<com.atlassian.sal.api.user.UserKey> userKeys) Bulk-fetch thePersonalInformation
entities for the given collection ofUserKey
s. -
Uses of PersonalInformation in com.atlassian.confluence.impl.user.persistence.dao
Methods in com.atlassian.confluence.impl.user.persistence.dao that return PersonalInformationModifier and TypeMethodDescriptionReadThroughCachingPersonalInformationDao.getById
(long id) ReadThroughCachingPersonalInformationDao.getByUser
(ConfluenceUser user) Methods in com.atlassian.confluence.impl.user.persistence.dao that return types with arguments of type PersonalInformationModifier and TypeMethodDescriptionReadThroughCachingPersonalInformationDao.bulkFetchPersonalInformation
(Collection<com.atlassian.sal.api.user.UserKey> userKeys) ReadThroughCachingPersonalInformationDao.findAll()
ReadThroughCachingPersonalInformationDao.getAllByUser
(ConfluenceUser user) Methods in com.atlassian.confluence.impl.user.persistence.dao with parameters of type PersonalInformationModifier and TypeMethodDescriptionvoid
ReadThroughCachingPersonalInformationDao.remove
(PersonalInformation objectToRemove) void
ReadThroughCachingPersonalInformationDao.save
(PersonalInformation personalInformation) -
Uses of PersonalInformation in com.atlassian.confluence.internal.user.persistence
Methods in com.atlassian.confluence.internal.user.persistence that return types with arguments of type PersonalInformationMethods in com.atlassian.confluence.internal.user.persistence with parameters of type PersonalInformationModifier and TypeMethodDescriptionvoid
PersonalInformationDaoInternal.remove
(PersonalInformation personalInformation) void
PersonalInformationDaoInternal.save
(PersonalInformation personalInformation) -
Uses of PersonalInformation in com.atlassian.confluence.mail.reports
Methods in com.atlassian.confluence.mail.reports that return PersonalInformationMethods in com.atlassian.confluence.mail.reports with parameters of type PersonalInformationModifier and TypeMethodDescriptionvoid
ChangeDigestReport.addPersonalInformation
(PersonalInformation personalInformation) Constructors in com.atlassian.confluence.mail.reports with parameters of type PersonalInformationModifierConstructorDescriptionPersonalInfoReport
(PersonalInformation personalInformation, ChangeDigestReport changeDigestReport) -
Uses of PersonalInformation in com.atlassian.confluence.plugin.descriptor.web
Methods in com.atlassian.confluence.plugin.descriptor.web that return PersonalInformationModifier and TypeMethodDescription@Nullable PersonalInformation
DefaultWebInterfaceContext.getPersonalInformation()
@Nullable PersonalInformation
WebInterfaceContext.getPersonalInformation()
Returns the personal information (i.e.Methods in com.atlassian.confluence.plugin.descriptor.web with parameters of type PersonalInformationModifier and TypeMethodDescriptionvoid
DefaultWebInterfaceContext.setPersonalInformation
(PersonalInformation personalInformation) -
Uses of PersonalInformation in com.atlassian.confluence.plugins.labels.actions
Methods in com.atlassian.confluence.plugins.labels.actions that return PersonalInformation -
Uses of PersonalInformation in com.atlassian.confluence.plugins.rest.jackson2.entities.builders
Methods in com.atlassian.confluence.plugins.rest.jackson2.entities.builders with parameters of type PersonalInformationModifier and TypeMethodDescriptionPersonalInformationContentEntityBuilder.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 -
Uses of PersonalInformation in com.atlassian.confluence.security.delegate
Methods in com.atlassian.confluence.security.delegate with parameters of type PersonalInformationModifier and TypeMethodDescriptionboolean
PersonalInformationPermissionsDelegate.canAdminister
(ConfluenceUser user, PersonalInformation target) boolean
PersonalInformationPermissionsDelegate.canEdit
(ConfluenceUser user, PersonalInformation target) boolean
PersonalInformationPermissionsDelegate.canExport
(ConfluenceUser user, PersonalInformation target) boolean
PersonalInformationPermissionsDelegate.canRemove
(ConfluenceUser user, PersonalInformation target) boolean
PersonalInformationPermissionsDelegate.canSetPermissions
(ConfluenceUser user, PersonalInformation target) boolean
PersonalInformationPermissionsDelegate.canView
(ConfluenceUser user, PersonalInformation target) -
Uses of PersonalInformation in com.atlassian.confluence.user
Methods in com.atlassian.confluence.user that return PersonalInformationModifier and TypeMethodDescriptionPersonalInformationManager.createPersonalInformation
(com.atlassian.user.User user) Creates a newPersonalInformation
for the specified user.@NonNull PersonalInformation
PersonalInformationManager.getOrCreatePersonalInformation
(com.atlassian.user.User user) Retrieve the personal information for a user.Methods in com.atlassian.confluence.user with parameters of type PersonalInformationModifier and TypeMethodDescriptionvoid
DefaultUserAccessor.savePersonalInformation
(PersonalInformation newInfo, PersonalInformation oldInfo) void
PersonalInformationManager.savePersonalInformation
(PersonalInformation newInfo, @Nullable PersonalInformation oldInfo) Saves personal information object. -
Uses of PersonalInformation in com.atlassian.confluence.user.actions
Methods in com.atlassian.confluence.user.actions that return PersonalInformation -
Uses of PersonalInformation in com.atlassian.confluence.user.persistence.dao
Methods in com.atlassian.confluence.user.persistence.dao that return PersonalInformationModifier and TypeMethodDescriptionPersonalInformationDao.getById
(long id) Returns the personal information object with the given ID.PersonalInformationDao.getByUser
(ConfluenceUser user) Fetches the personal information object for this user.Methods in com.atlassian.confluence.user.persistence.dao that return types with arguments of type PersonalInformationModifier and TypeMethodDescriptionPersonalInformationDao.getAllByUser
(ConfluenceUser user) Workaround for duplicate personal information. -
Uses of PersonalInformation in com.atlassian.confluence.user.persistence.dao.hibernate
Methods in com.atlassian.confluence.user.persistence.dao.hibernate that return PersonalInformationModifier and TypeMethodDescriptionprotected PersonalInformation
HibernatePersonalInformationDao.getByClassId
(long id) HibernatePersonalInformationDao.getById
(long id) HibernatePersonalInformationDao.getByUser
(@Nullable ConfluenceUser user) Fetches a personal information object for the specified user.Methods in com.atlassian.confluence.user.persistence.dao.hibernate that return types with arguments of type PersonalInformationModifier and TypeMethodDescriptionHibernatePersonalInformationDao.bulkFetchPersonalInformation
(Collection<com.atlassian.sal.api.user.UserKey> userKeys) Bulk-fetches all PersonalInformation entities for the given UserKeys.HibernatePersonalInformationDao.getAllByUser
(@Nullable ConfluenceUser user) HibernatePersonalInformationDao.getPersistentClass()
Methods in com.atlassian.confluence.user.persistence.dao.hibernate with parameters of type PersonalInformationModifier and TypeMethodDescriptionvoid
HibernatePersonalInformationDao.remove
(PersonalInformation personalInformation)
PersonalInformationCreateEvent(Object, PersonalInformation, OperationContext)