Uses of Interface
com.atlassian.confluence.pages.persistence.dao.PageDao
-
-
Uses of PageDao in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core with parameters of type PageDao Modifier and Type Method Description voidDefaultContentPermissionManager. setPageDao(PageDao pageDao) -
Uses of PageDao in com.atlassian.confluence.impl.content
Constructors in com.atlassian.confluence.impl.content with parameters of type PageDao Constructor Description ContentTreePermissionReindexEventBackgroundSender(PageDao pageDao, AttachmentManager attachmentManager, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of PageDao in com.atlassian.confluence.impl.pages.persistence.dao
Classes in com.atlassian.confluence.impl.pages.persistence.dao that implement PageDao Modifier and Type Class Description classReadThroughCachingPageDaoThis maintains a cache of (space key, page title) -> (page id) mappings. -
Uses of PageDao in com.atlassian.confluence.impl.security
Constructors in com.atlassian.confluence.impl.security with parameters of type PageDao Constructor Description CachingInheritedContentPermissionManager(InheritedContentPermissionManager delegate, ContentPermissionSetDao contentPermissionSetDao, PageDao pageDao, TransactionAwareCacheFactory cacheFactory, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar) -
Uses of PageDao in com.atlassian.confluence.internal.pages.persistence
Subinterfaces of PageDao in com.atlassian.confluence.internal.pages.persistence Modifier and Type Interface Description interfacePageDaoInternalDao for Pages. -
Uses of PageDao in com.atlassian.confluence.pages.persistence.dao
Classes in com.atlassian.confluence.pages.persistence.dao that implement PageDao Modifier and Type Class Description classDelegatingPageDaoAPageDaoInternalimplementation that just delegates to another one.Methods in com.atlassian.confluence.pages.persistence.dao that return PageDao Modifier and Type Method Description PageDaoDelegatingPageDao. getDelegateDao() -
Uses of PageDao in com.atlassian.confluence.pages.persistence.dao.hibernate
Classes in com.atlassian.confluence.pages.persistence.dao.hibernate that implement PageDao Modifier and Type Class Description classHibernatePageDao -
Uses of PageDao in com.atlassian.confluence.security.denormalisedpermissions.impl
Constructors in com.atlassian.confluence.security.denormalisedpermissions.impl with parameters of type PageDao Constructor Description RegularEntitiesAndPermissionsHelper(SpaceDaoInternal spaceDaoInternal, SpacePermissionManager spacePermissionManager, PageDao pageDao)
-