org.outerj.daisy.query
Interface QueryContext

All Known Implementing Classes:
ExtQueryContext

public interface QueryContext


Method Summary
 org.outerj.daisy.repository.variant.Branch getBranch(long branchId)
           
 org.outerj.daisy.repository.variant.Branch getBranchByName(java.lang.String name)
           
 org.outerj.daisy.repository.DocumentCollection getCollection(java.lang.String name)
           
 org.outerj.daisy.repository.schema.DocumentType getDocumentTypeById(long id)
           
 org.outerj.daisy.repository.schema.DocumentType getDocumentTypeByName(java.lang.String name)
           
 org.outerj.daisy.repository.schema.FieldType getFieldTypeByName(java.lang.String name)
           
 org.outerj.daisy.repository.variant.Language getLanguage(long languageId)
           
 org.outerj.daisy.repository.variant.Language getLanguageByName(java.lang.String name)
           
 org.outerj.daisy.repository.schema.PartType getPartTypeByName(java.lang.String name)
           
 java.lang.String getUserDisplayName(long userId)
           
 long getUserId(java.lang.String login)
           
 java.lang.String getUserLogin(long userId)
           
 

Method Detail

getFieldTypeByName

public org.outerj.daisy.repository.schema.FieldType getFieldTypeByName(java.lang.String name)
                                                                throws org.outerj.daisy.repository.RepositoryException
Throws:
org.outerj.daisy.repository.RepositoryException

getPartTypeByName

public org.outerj.daisy.repository.schema.PartType getPartTypeByName(java.lang.String name)
                                                              throws org.outerj.daisy.repository.RepositoryException
Throws:
org.outerj.daisy.repository.RepositoryException

getDocumentTypeById

public org.outerj.daisy.repository.schema.DocumentType getDocumentTypeById(long id)
                                                                    throws org.outerj.daisy.repository.RepositoryException
Throws:
org.outerj.daisy.repository.RepositoryException

getDocumentTypeByName

public org.outerj.daisy.repository.schema.DocumentType getDocumentTypeByName(java.lang.String name)
                                                                      throws org.outerj.daisy.repository.RepositoryException
Throws:
org.outerj.daisy.repository.RepositoryException

getCollection

public org.outerj.daisy.repository.DocumentCollection getCollection(java.lang.String name)
                                                             throws org.outerj.daisy.repository.RepositoryException
Throws:
org.outerj.daisy.repository.RepositoryException

getUserDisplayName

public java.lang.String getUserDisplayName(long userId)
                                    throws org.outerj.daisy.repository.RepositoryException
Throws:
org.outerj.daisy.repository.RepositoryException

getUserId

public long getUserId(java.lang.String login)
               throws org.outerj.daisy.repository.RepositoryException
Throws:
org.outerj.daisy.repository.RepositoryException

getUserLogin

public java.lang.String getUserLogin(long userId)
                              throws org.outerj.daisy.repository.RepositoryException
Throws:
org.outerj.daisy.repository.RepositoryException

getBranchByName

public org.outerj.daisy.repository.variant.Branch getBranchByName(java.lang.String name)
                                                           throws org.outerj.daisy.repository.RepositoryException
Throws:
org.outerj.daisy.repository.RepositoryException

getLanguageByName

public org.outerj.daisy.repository.variant.Language getLanguageByName(java.lang.String name)
                                                               throws org.outerj.daisy.repository.RepositoryException
Throws:
org.outerj.daisy.repository.RepositoryException

getBranch

public org.outerj.daisy.repository.variant.Branch getBranch(long branchId)
                                                     throws org.outerj.daisy.repository.RepositoryException
Throws:
org.outerj.daisy.repository.RepositoryException

getLanguage

public org.outerj.daisy.repository.variant.Language getLanguage(long languageId)
                                                         throws org.outerj.daisy.repository.RepositoryException
Throws:
org.outerj.daisy.repository.RepositoryException


Copyright © -2005 . All Rights Reserved.