@ParametersAreNonnullByDefault public class DefaultPersonalInformationManager extends DefaultContentEntityManager implements PersonalInformationManager
ITERATE_ALL| Constructor and Description |
|---|
DefaultPersonalInformationManager(ContentEntityObjectDao<ContentEntityObject> contentEntityObjectDao,
org.hibernate.SessionFactory sessionFactory,
WikiToStorageConverter wikiToStorageConverter,
com.atlassian.event.api.EventPublisher eventPublisher,
PersonalInformationDao personalInformationDao,
RelationManager relationManager,
CollaborativeEditingHelper collaborativeEditingHelper,
AuditingContext auditingContext,
RetentionFeatureChecker retentionFeatureChecker) |
| Modifier and Type | Method and Description |
|---|---|
@NonNull PersonalInformation |
createPersonalInformation(com.atlassian.user.User user)
Creates a new
PersonalInformation for the specified user. |
@NonNull PersonalInformation |
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)
|
boolean |
hasPersonalInformation(@Nullable String username) |
boolean |
hasPersonalInformation(@Nullable com.atlassian.sal.api.user.UserKey userKey) |
void |
removePersonalInformation(@Nullable ConfluenceUser user) |
void |
savePersonalInformation(PersonalInformation newInfo,
@Nullable PersonalInformation oldInfo)
Saves personal information object.
|
void |
savePersonalInformation(com.atlassian.user.User user,
String newInfoString,
String fullName)
Saves personal information and full name against the user object.
|
convertFromWikiToStorageFormatIfRequired, createDraft, findAllDraftsFor, findAllDraftsWithUnpublishedChangesForUser, findDraftFor, findDraftFor, findUnpublishedContentWithUserContributions, getById, getById, getById, getByIds, getContributionStatusByUser, getNextVersion, getOtherVersion, getPageAndBlogPostsVersionsLastEditedByUser, getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts, getPreviousVersion, getRecentlyAddedEntities, getRecentlyModifiedEntities, getRecentlyModifiedEntitiesForUser, getRecentlyModifiedForChangeDigest, getVersionHistorySummaries, getVersionHistorySummaries, getVersionsLastEditedByUser, publishCreateEvent, publishRemoveEvent, publishUpdateEvent, refreshContentEntity, removeContentEntities, removeContentEntity, removeHistoricalVersion, revertContentEntityBackToVersion, revertContentEntityBackToVersion, saveContentEntity, saveContentEntity, saveNewVersion, saveNewVersionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetByIdsAndFilterspublic DefaultPersonalInformationManager(ContentEntityObjectDao<ContentEntityObject> contentEntityObjectDao, org.hibernate.SessionFactory sessionFactory, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, PersonalInformationDao personalInformationDao, RelationManager relationManager, CollaborativeEditingHelper collaborativeEditingHelper, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker)
public @NonNull PersonalInformation getOrCreatePersonalInformation(com.atlassian.user.User user)
getOrCreatePersonalInformation in interface PersonalInformationManageruser - the user to retrieve personal information forpublic @NonNull PersonalInformation createPersonalInformation(com.atlassian.user.User user)
PersonalInformationManagerPersonalInformation for the specified user. Returns the existing one if it already exists.createPersonalInformation in interface PersonalInformationManagerpublic void savePersonalInformation(PersonalInformation newInfo, @Nullable PersonalInformation oldInfo)
PersonalInformationManagersavePersonalInformation in interface PersonalInformationManagerpublic void savePersonalInformation(com.atlassian.user.User user,
String newInfoString,
String fullName)
PersonalInformationManagersavePersonalInformation in interface PersonalInformationManagerpublic void removePersonalInformation(@Nullable ConfluenceUser user)
removePersonalInformation in interface PersonalInformationManagerpublic boolean hasPersonalInformation(@Nullable String username)
hasPersonalInformation in interface PersonalInformationManagerpublic boolean hasPersonalInformation(@Nullable com.atlassian.sal.api.user.UserKey userKey)
hasPersonalInformation in interface PersonalInformationManagerCopyright © 2003–2022 Atlassian. All rights reserved.