Uses of Interface
com.atlassian.confluence.pages.persistence.dao.AttachmentDao

Packages that use AttachmentDao
com.atlassian.confluence.pages   
com.atlassian.confluence.pages.attachments   
com.atlassian.confluence.pages.persistence.dao   
com.atlassian.confluence.pages.persistence.dao.hibernate   
com.atlassian.confluence.upgrade.upgradetask   
 

Uses of AttachmentDao in com.atlassian.confluence.pages
 

Methods in com.atlassian.confluence.pages that return AttachmentDao
 AttachmentDao DelegatorAttachmentManager.getAttachmentDao()
           
 AttachmentDao DefaultAttachmentManager.getAttachmentDao()
           
 AttachmentDao AttachmentManager.getAttachmentDao()
          Retrieves the AttachmentDao for the AttachmentManager
 

Methods in com.atlassian.confluence.pages with parameters of type AttachmentDao
 void DefaultAttachmentManager.setAttachmentDao(AttachmentDao attachmentDao)
           
 

Uses of AttachmentDao in com.atlassian.confluence.pages.attachments
 

Classes in com.atlassian.confluence.pages.attachments that implement AttachmentDao
 class CachingAttachmentDao
          Caches the IDs of attachments retrieved with CachingAttachmentDao.getLatestAttachment(ContentEntityObject, String) in an AttachmentCache.
 

Methods in com.atlassian.confluence.pages.attachments that return AttachmentDao
 AttachmentDao DelegatingAttachmentDao.getDelegate()
          Returns the attachment DAO which this instance delegates to.
 AttachmentDao CachingAttachmentDao.getDelegate()
           
 

Methods in com.atlassian.confluence.pages.attachments with parameters of type AttachmentDao
 AttachmentDao.AttachmentCopier CachingAttachmentDao.getCopier(AttachmentDao destinationDao)
           
 AttachmentDao.AttachmentMigrator CachingAttachmentDao.getMigrator(AttachmentDao destinationDao)
           
 

Constructors in com.atlassian.confluence.pages.attachments with parameters of type AttachmentDao
CachingAttachmentDao(AttachmentDao delegate, AttachmentCache cache)
           
 

Uses of AttachmentDao in com.atlassian.confluence.pages.persistence.dao
 

Classes in com.atlassian.confluence.pages.persistence.dao that implement AttachmentDao
 class WebDavAttachmentDao
          Deprecated. since 2.7 WebDav attachment storage is no longer supported
 

Methods in com.atlassian.confluence.pages.persistence.dao that return AttachmentDao
 AttachmentDao AttachmentDaoFactory.getInstance(AttachmentDataDao dao)
           
 

Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type AttachmentDao
 AttachmentDao.AttachmentCopier WebDavAttachmentDao.getCopier(AttachmentDao destinationDao)
          Deprecated. This method is not supported by the implementation.
 AttachmentDao.AttachmentCopier AttachmentDao.getCopier(AttachmentDao destinationDao)
          Get a copier object to copy attachments between data stores The source data store will remain untouched
 AttachmentDao.AttachmentMigrator WebDavAttachmentDao.getMigrator(AttachmentDao destinationDao)
          Deprecated. This method is not supported by the implementation.
 AttachmentDao.AttachmentMigrator AttachmentDao.getMigrator(AttachmentDao destinationDao)
          Get a migrator object to migrate attachments between attachment datastores.
 

Uses of AttachmentDao in com.atlassian.confluence.pages.persistence.dao.hibernate
 

Classes in com.atlassian.confluence.pages.persistence.dao.hibernate that implement AttachmentDao
 class AbstractHibernateAttachmentDao
          Abstract class that defines the basic methods necessary for saving Attachments to a database.
 class NonTransactionalHibernateAttachmentDao
          Non-transactional version of the AbstractHibernateAttachmentDao, which removes all attachment data from the data store after removing the attachments from the database.
 class TransactionalHibernateAttachmentDao
          Transactional version of the AbstractHibernateAttachmentDao, which removes the Attachment data as the Attachment itself is being removed, since it can be rolled back by the transaction
 

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return AttachmentDao
 AttachmentDao HibernateAttachmentDaoFactoryBean.getInstance(AttachmentDataDao dataDao)
           
static AttachmentDao AbstractHibernateAttachmentDao.getInstance(AttachmentDataDao attachmentDataDao)
          Returns the correct instance of AttachmentDao for the AttachmentDataDao that is given.
 

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type AttachmentDao
 AttachmentDao.AttachmentCopier AbstractHibernateAttachmentDao.getCopier(AttachmentDao destinationDao)
           
 AttachmentDao.AttachmentMigrator AbstractHibernateAttachmentDao.getMigrator(AttachmentDao destinationDao)
           
 

Uses of AttachmentDao in com.atlassian.confluence.upgrade.upgradetask
 

Methods in com.atlassian.confluence.upgrade.upgradetask with parameters of type AttachmentDao
 void AttachmentFileNameUpgradeTask.setAttachmentDao(AttachmentDao attachmentDao)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.