Modifier and Type | Interface and Description |
---|---|
interface |
CustomContentDao |
Modifier and Type | Class and Description |
---|---|
class |
PluginContentHibernateDao
Hibernate Implementation of the CustomContentDao
|
Modifier and Type | Interface and Description |
---|---|
interface |
ContentDao
DAO to allow us to load content objects by id for migration.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultContentDao
Generic DAO for hibernate objects.
|
Modifier and Type | Method and Description |
---|---|
protected ContentEntityObjectDao |
DefaultContentEntityManager.getContentEntityObjectDao() |
Constructor and Description |
---|
DefaultContentEntityManager(ContentEntityObjectDao contentEntityObjectDao,
LinkManager linkManager,
ConfluenceIndexer indexer,
LabelManager labelManager,
AttachmentManager attachmentManager,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<XhtmlContent> xhtmlContent,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager) |
Modifier and Type | Class and Description |
---|---|
class |
ContentEntityObjectHibernateDao |
Modifier and Type | Method and Description |
---|---|
void |
HibernateLabelDao.setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao) |
Modifier and Type | Interface and Description |
---|---|
interface |
MailDao |
Modifier and Type | Class and Description |
---|---|
class |
HibernateMailDao |
Modifier and Type | Method and Description |
---|---|
void |
DefaultTrashManager.setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao) |
Constructor and Description |
---|
DefaultAttachmentManager(AttachmentDao attachmentDao,
ContentEntityObjectDao contentEntityObjectDao,
com.atlassian.event.EventManager eventManager,
ConfluenceIndexer indexer,
ChangeIndexer changeIndexer) |
DefaultCommentManager(ContentEntityObjectDao contentEntityObjectDao,
LinkManager linkManager,
ConfluenceIndexer indexer,
LabelManager labelManager,
AttachmentManager attachmentManager,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<XhtmlContent> xhtmlContent,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager,
CommentDao commentDao) |
Modifier and Type | Interface and Description |
---|---|
interface |
PageDao |
Modifier and Type | Class and Description |
---|---|
class |
CachingPageDao
This maintains a cache of (space key, page title) -> (page id) mappings.
|
class |
HibernatePageDao |
Modifier and Type | Method and Description |
---|---|
void |
ContentByUserMacro.setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao) |
Modifier and Type | Method and Description |
---|---|
void |
XhtmlSoapService.setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao) |
void |
WikiSoapService.setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao) |
Modifier and Type | Method and Description |
---|---|
void |
ContentEntityMetadataExtractor.setContentEntityObjectDao(ContentEntityObjectDao contentDao) |
Modifier and Type | Method and Description |
---|---|
void |
IndexTaskFactory.setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao) |
Constructor and Description |
---|
RebuildChangeDocumentsIndexTask(com.atlassian.bonnie.Searchable searchable,
ContentEntityObjectDao contentEntityObjectDao,
AttachmentManager attachmentManager,
IndexTaskFactory indexTaskFactory)
Constructs a rebuild change document index task.
|
Constructor and Description |
---|
LuceneSearchManager(LuceneSearchMapper luceneSearchMapper,
AnyTypeDao anyTypeDao,
com.atlassian.bonnie.analyzer.LuceneAnalyzerFactory luceneAnalyzerFactory,
ContentEntityObjectDao contentEntityObjectDao,
com.atlassian.bonnie.ILuceneConnection luceneConnection) |
Modifier and Type | Method and Description |
---|---|
void |
AttachmentUrlParser.setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao) |
Constructor and Description |
---|
DefaultSpaceDescriptionManager(ContentEntityObjectDao contentEntityObjectDao,
LinkManager linkManager,
ConfluenceIndexer indexer,
LabelManager labelManager,
AttachmentManager attachmentManager,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<XhtmlContent> xhtmlContent,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager) |
Constructor and Description |
---|
WikiXhtmlConverter(EditorFormatService editorFormatService,
ContentEntityObjectDao contentDao) |
Constructor and Description |
---|
InstallationDateUpgradeTask(com.atlassian.config.ApplicationConfiguration applicationConfig,
ContentEntityObjectDao ceoDao,
com.atlassian.bandana.BandanaManager bandanaManager) |
Constructor and Description |
---|
DefaultPersonalInformationManager(ContentEntityObjectDao contentEntityObjectDao,
LinkManager linkManager,
ConfluenceIndexer indexer,
LabelManager labelManager,
AttachmentManager attachmentManager,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<XhtmlContent> xhtmlContent,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager,
PersonalInformationDao personalInformationDao) |
Modifier and Type | Interface and Description |
---|---|
interface |
UserStatusDao
Interface to the persisted user status objects
|
Modifier and Type | Class and Description |
---|---|
class |
HibernateUserStatusDao |
Copyright © 2003–2015 Atlassian. All rights reserved.