Uses of Interface
com.atlassian.confluence.user.persistence.dao.PersonalInformationDao
Packages that use PersonalInformationDao
Package
Description
-
Uses of PersonalInformationDao in com.atlassian.confluence.impl.content
Constructors in com.atlassian.confluence.impl.content with parameters of type PersonalInformationDaoModifierConstructorDescriptionDefaultPersonalInformationManager
(ContentEntityObjectDaoInternal contentEntityObjectDao, org.hibernate.SessionFactory sessionFactory, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, PersonalInformationDao personalInformationDao, RelationManager relationManager, CollaborativeEditingHelper collaborativeEditingHelper, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker, NotificationManager notificationManager) -
Uses of PersonalInformationDao in com.atlassian.confluence.impl.user.persistence.dao
Classes in com.atlassian.confluence.impl.user.persistence.dao that implement PersonalInformationDao -
Uses of PersonalInformationDao in com.atlassian.confluence.internal.search.tasks
Constructors in com.atlassian.confluence.internal.search.tasks with parameters of type PersonalInformationDaoModifierConstructorDescriptionDefaultIndexTaskFactory
(BatchOperationManager batchOperationManager, AtlassianDocumentBuilder<Searchable> documentBuilder, AtlassianDocumentBuilder<Searchable> changeDocumentBuilder, AtlassianDocumentBuilder<Searchable> selectiveFieldsDocumentBuilder, ContentEntityObjectDaoInternal contentEntityObjectDao, PersonalInformationManager personalInformationManager, UserAccessor userAccessor, PersonalInformationDao personalInformationDao, SpaceDao spaceDao, PageManagerInternal pageManager, HibernateSessionManager5 hibernateSessionManager, com.atlassian.config.internal.ApplicationConfig applicationConfig, SearchableResolver searchableResolver) ReindexAllUsersChangeIndexTask
(BatchOperationManager batchOperationManager, PersonalInformationDao personalInformationDao, IndexTaskFactoryInternal indexTaskFactory) ReindexAllUsersContentIndexTask
(BatchOperationManager batchOperationManager, PersonalInformationDao personalInformationDao, IndexTaskFactoryInternal indexTaskFactory) -
Uses of PersonalInformationDao in com.atlassian.confluence.internal.user.persistence
Subinterfaces of PersonalInformationDao in com.atlassian.confluence.internal.user.persistenceModifier and TypeInterfaceDescriptioninterface
Dao for PersonalInformation. -
Uses of PersonalInformationDao in com.atlassian.confluence.user.persistence.dao.hibernate
Classes in com.atlassian.confluence.user.persistence.dao.hibernate that implement PersonalInformationDao