org.outerj.daisy.repository.serverimpl
Class LocalRepositoryManager.Context

java.lang.Object
  extended byorg.outerj.daisy.repository.serverimpl.LocalRepositoryManager.Context
Enclosing class:
LocalRepositoryManager

public class LocalRepositoryManager.Context
extends java.lang.Object

Context information for the document implementation


Method Summary
 BlobStore getBlobStore()
           
 org.outerj.daisy.repository.commonimpl.CommonRepository getCommonRepository()
           
 javax.sql.DataSource getDataSource()
           
 DocumentSummarizer getDocumentSummarizer()
           
 FullTextIndex getFullTextIndex()
           
 org.apache.avalon.framework.logger.Logger getLogger()
           
 long getNextCollectionId()
           
 long getNextCommentId()
           
 long getNextDocumentId()
           
 long getNextDocumentTypeId()
           
 long getNextEventId()
           
 long getNextFieldTypeId()
           
 long getNextLocalizedStringId()
           
 long getNextPartTypeId()
           
 long getNextRoleId()
           
 long getNextUserId()
           
 QueryFactory getQueryFactory()
           
 org.outerj.daisy.repository.commonimpl.schema.CommonRepositorySchema getRepositorySchema()
           
 UserAuthenticator getUserAuthenticator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDataSource

public javax.sql.DataSource getDataSource()

getQueryFactory

public QueryFactory getQueryFactory()

getBlobStore

public BlobStore getBlobStore()

getFullTextIndex

public FullTextIndex getFullTextIndex()

getUserAuthenticator

public UserAuthenticator getUserAuthenticator()

getDocumentSummarizer

public DocumentSummarizer getDocumentSummarizer()

getRepositorySchema

public org.outerj.daisy.repository.commonimpl.schema.CommonRepositorySchema getRepositorySchema()

getCommonRepository

public org.outerj.daisy.repository.commonimpl.CommonRepository getCommonRepository()

getLogger

public org.apache.avalon.framework.logger.Logger getLogger()

getNextDocumentId

public long getNextDocumentId()
                       throws java.sql.SQLException
Throws:
java.sql.SQLException

getNextCollectionId

public long getNextCollectionId()
                         throws java.sql.SQLException
Throws:
java.sql.SQLException

getNextDocumentTypeId

public long getNextDocumentTypeId()
                           throws java.sql.SQLException
Throws:
java.sql.SQLException

getNextPartTypeId

public long getNextPartTypeId()
                       throws java.sql.SQLException
Throws:
java.sql.SQLException

getNextFieldTypeId

public long getNextFieldTypeId()
                        throws java.sql.SQLException
Throws:
java.sql.SQLException

getNextLocalizedStringId

public long getNextLocalizedStringId()
                              throws java.sql.SQLException
Throws:
java.sql.SQLException

getNextCommentId

public long getNextCommentId()
                      throws java.sql.SQLException
Throws:
java.sql.SQLException

getNextEventId

public long getNextEventId()
                    throws java.sql.SQLException
Throws:
java.sql.SQLException

getNextUserId

public long getNextUserId()
                   throws java.sql.SQLException
Throws:
java.sql.SQLException

getNextRoleId

public long getNextRoleId()
                   throws java.sql.SQLException
Throws:
java.sql.SQLException


Copyright © -2005 . All Rights Reserved.