| Modifier and Type | Method and Description |
|---|---|
void |
DefaultContentPermissionManager.setPageDao(PageDao pageDao) |
void |
CachingInheritedContentPermissionManager.setPageDao(PageDao pageDao)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReadThroughCachingPageDao
This maintains a cache of (space key, page title) -> (page id) mappings.
|
| Constructor and Description |
|---|
CachingInheritedContentPermissionManager(InheritedContentPermissionManager delegate,
ContentPermissionSetDao contentPermissionSetDao,
PageDao pageDao,
TransactionAwareCacheFactory cacheFactory,
com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PageDaoInternal
Dao for Pages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingPageDao
A
PageDaoInternal implementation that just delegates to another one. |
| Modifier and Type | Method and Description |
|---|---|
PageDao |
DelegatingPageDao.getDelegateDao() |
| Modifier and Type | Class and Description |
|---|---|
class |
CachingPageDao
Deprecated.
since 7.5 Replaced with
ReadThroughCachingPageDao |
class |
HibernatePageDao |
| Constructor and Description |
|---|
RegularEntitiesAndPermissionsHelper(SpaceDaoInternal spaceDaoInternal,
SpacePermissionManager spacePermissionManager,
PageDao pageDao) |
| Modifier and Type | Field and Description |
|---|---|
protected PageDao |
AbstractInjectableHibernateAttachmentDaoIntegrationTestBase.pageDao |
Copyright © 2003–2022 Atlassian. All rights reserved.