Uses of Interface
com.atlassian.confluence.internal.pages.persistence.PageDaoInternal
Packages that use PageDaoInternal
Package
Description
-
Uses of PageDaoInternal in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core with parameters of type PageDaoInternalModifier and TypeMethodDescriptionvoid
DefaultContentPermissionManager.setPageDao
(PageDaoInternal pageDao) -
Uses of PageDaoInternal in com.atlassian.confluence.impl.content
Constructors in com.atlassian.confluence.impl.content with parameters of type PageDaoInternalModifierConstructorDescriptionDefaultPageManager
(PageDaoInternal pageDao, ContentEntityObjectDaoInternal contentEntityObjectDao, HibernateSessionManager5 hibernateSessionManager5, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, BlogPostDao blogPostDao, AbstractPageDaoInternal abstractPageDao, SpaceDao spaceDao, ContentPropertyManager contentPropertyManager, PermissionManager permissionManager, LoginManager loginManager, ExceptionTolerantMigrator revertedContentMigrator, CollaborativeEditingHelper collaborativeEditingHelper, RelationManager relationManager, SpacePermissionQueryManager spacePermissionQueryManager, ContentPermissionManager contentPermissionManager, com.atlassian.beehive.ClusterLockService clusterLockService, org.springframework.transaction.PlatformTransactionManager transactionManager, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker, ContentReconciliationManager reconciliationManager, UpdateAttachmentsOnFilesystemOnPageMoveHandler updateAttachmentsOnFilesystemOnPageMoveHandler, org.hibernate.SessionFactory sessionFactory, NotificationManager notificationManager, Function<PageManagerInternal, BulkPageCopy> bulkPageCopyFactory, Function<PageManagerInternal, BulkPageDelete> bulkPageDeleteFactory, User2ContentHibernateRelationDao user2ContentHibernateRelationDao) -
Uses of PageDaoInternal in com.atlassian.confluence.impl.security
Constructors in com.atlassian.confluence.impl.security with parameters of type PageDaoInternalModifierConstructorDescriptionCachingInheritedContentPermissionManager
(InheritedContentPermissionManager delegate, ContentPermissionSetDao contentPermissionSetDao, PageDaoInternal pageDao, TransactionAwareCacheFactory cacheFactory, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar) -
Uses of PageDaoInternal in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.misc
Constructors in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.misc with parameters of type PageDaoInternalModifierConstructorDescriptionSpaceDeletionEventSender
(com.atlassian.event.api.EventPublisher eventPublisher, PageDaoInternal pageDao, BlogPostDao blogPostDao, PageTemplateDao pageTemplateDao, AttachmentDaoInternal attachmentDao, LabelDaoInternal labelDao, NotificationDaoInternal notificationDao, CustomContentDao customContentDao, org.springframework.transaction.PlatformTransactionManager transactionManager) -
Uses of PageDaoInternal in com.atlassian.confluence.pages.persistence.dao.hibernate
Classes in com.atlassian.confluence.pages.persistence.dao.hibernate that implement PageDaoInternal -
Uses of PageDaoInternal in it.com.atlassian.confluence.testsupport
Fields in it.com.atlassian.confluence.testsupport declared as PageDaoInternal