Uses of Interface
org.LexGrid.LexBIG.caCore.dao.orm.LexEVSDAO

Packages that use LexEVSDAO
org.LexGrid.LexBIG.caCore.applicationservice.impl   
org.LexGrid.LexBIG.caCore.connection   
org.LexGrid.LexBIG.caCore.connection.orm.utils   
org.LexGrid.LexBIG.caCore.dao.orm   
org.LexGrid.LexBIG.caCore.dao.orm.selectionStrategy   
 

Uses of LexEVSDAO in org.LexGrid.LexBIG.caCore.applicationservice.impl
 

Methods in org.LexGrid.LexBIG.caCore.applicationservice.impl that return types with arguments of type LexEVSDAO
private  List<LexEVSDAO> LexEVSApplicationServiceImpl.getDOAListForQuery(gov.nih.nci.system.dao.Request request, QueryOptions queryOptions)
           
 

Methods in org.LexGrid.LexBIG.caCore.applicationservice.impl with parameters of type LexEVSDAO
private  int PaginationHelper.getResultsCountInIndividualDAOForQuery(Object criteria, LexEVSDAO dao)
          Get the number of results in a given DAO for a given Criteria Query.
protected  gov.nih.nci.system.dao.Response LexEVSApplicationServiceImpl.query(gov.nih.nci.system.dao.Request request, LexEVSDAO dao)
           
protected  gov.nih.nci.system.dao.Response LexEVSApplicationServiceImpl.query(gov.nih.nci.system.dao.Request request, LexEVSDAO dao, boolean lazyLoad, int resultPageSize)
           
private  gov.nih.nci.system.dao.Response PaginationHelper.queryIndividualDAO(Object criteria, LexEVSDAO dao, int startRow, int maxToReturn)
          Get the results in a given DAO for a given Criteria Query.
 

Method parameters in org.LexGrid.LexBIG.caCore.applicationservice.impl with type arguments of type LexEVSDAO
 gov.nih.nci.system.dao.Response PaginationHelper.getResponseFromMultipleCodingSchemeQuery(gov.nih.nci.system.dao.Request request, List<LexEVSDAO> daoList, int maxToReturn)
          Return the results (Correctly paged) from multipe databases.
 

Uses of LexEVSDAO in org.LexGrid.LexBIG.caCore.connection
 

Fields in org.LexGrid.LexBIG.caCore.connection with type parameters of type LexEVSDAO
(package private)  List<LexEVSDAO> DAOListFactory.daoList
           
 

Methods in org.LexGrid.LexBIG.caCore.connection that return LexEVSDAO
private  LexEVSDAO DAOListFactory.buildDAO(org.LexGrid.LexBIG.Impl.helpers.SQLConnectionInfo connection, LexEVSDAO.DAOType type)
           
 

Methods in org.LexGrid.LexBIG.caCore.connection that return types with arguments of type LexEVSDAO
 List<LexEVSDAO> DAOListFactory.getDaoList()
           
 

Uses of LexEVSDAO in org.LexGrid.LexBIG.caCore.connection.orm.utils
 

Fields in org.LexGrid.LexBIG.caCore.connection.orm.utils with type parameters of type LexEVSDAO
private  List<LexEVSDAO> LexEVSClassCache.daoList
           
 

Methods in org.LexGrid.LexBIG.caCore.connection.orm.utils that return types with arguments of type LexEVSDAO
private  List<LexEVSDAO> LexEVSClassCache.applySelectionStrategy(List<LexEVSDAO> daoList, gov.nih.nci.system.dao.Request request, QueryOptions queryOptions)
           
private  List<LexEVSDAO> LexEVSClassCache.getAllAvailableDAOs()
           
 

Method parameters in org.LexGrid.LexBIG.caCore.connection.orm.utils with type arguments of type LexEVSDAO
private  List<LexEVSDAO> LexEVSClassCache.applySelectionStrategy(List<LexEVSDAO> daoList, gov.nih.nci.system.dao.Request request, QueryOptions queryOptions)
           
 

Uses of LexEVSDAO in org.LexGrid.LexBIG.caCore.dao.orm
 

Classes in org.LexGrid.LexBIG.caCore.dao.orm that implement LexEVSDAO
 class LexEVSDAOImpl
           
 

Uses of LexEVSDAO in org.LexGrid.LexBIG.caCore.dao.orm.selectionStrategy
 

Methods in org.LexGrid.LexBIG.caCore.dao.orm.selectionStrategy that return types with arguments of type LexEVSDAO
 List<LexEVSDAO> CodingSchemeSelectionStrategy.getDAOList(List<LexEVSDAO> daoList, gov.nih.nci.system.dao.Request request)
           
 List<LexEVSDAO> DAOSelectionStrategy.getDAOList(List<LexEVSDAO> daoList, gov.nih.nci.system.dao.Request request)
          Given a Request, Determine the DAOs to use.
 List<LexEVSDAO> HistoryOrCodingSchemeStrategy.getDAOList(List<LexEVSDAO> daoList, gov.nih.nci.system.dao.Request request)
           
 List<LexEVSDAO> TokenSecurityStrategy.getDAOList(List<LexEVSDAO> daoList, gov.nih.nci.system.dao.Request request)
           
 List<LexEVSDAO> CodingSchemeSelectionStrategy.getDAOList(List<LexEVSDAO> daoList, gov.nih.nci.system.dao.Request request, QueryOptions queryOptions)
           
 List<LexEVSDAO> DAOSelectionStrategy.getDAOList(List<LexEVSDAO> daoList, gov.nih.nci.system.dao.Request request, QueryOptions queryOptions)
          Given a Request, Determine the DAOs to use (with SecurityTokens).
 List<LexEVSDAO> HistoryOrCodingSchemeStrategy.getDAOList(List<LexEVSDAO> daoList, gov.nih.nci.system.dao.Request request, QueryOptions queryOptions)
           
 List<LexEVSDAO> TokenSecurityStrategy.getDAOList(List<LexEVSDAO> daoList, gov.nih.nci.system.dao.Request request, QueryOptions queryOptions)
           
private  List<LexEVSDAO> CodingSchemeSelectionStrategy.restrictToCodingScheme(List<LexEVSDAO> list, String csName, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag tagOrVersion)
           
 

Method parameters in org.LexGrid.LexBIG.caCore.dao.orm.selectionStrategy with type arguments of type LexEVSDAO
 List<LexEVSDAO> CodingSchemeSelectionStrategy.getDAOList(List<LexEVSDAO> daoList, gov.nih.nci.system.dao.Request request)
           
 List<LexEVSDAO> DAOSelectionStrategy.getDAOList(List<LexEVSDAO> daoList, gov.nih.nci.system.dao.Request request)
          Given a Request, Determine the DAOs to use.
 List<LexEVSDAO> HistoryOrCodingSchemeStrategy.getDAOList(List<LexEVSDAO> daoList, gov.nih.nci.system.dao.Request request)
           
 List<LexEVSDAO> TokenSecurityStrategy.getDAOList(List<LexEVSDAO> daoList, gov.nih.nci.system.dao.Request request)
           
 List<LexEVSDAO> CodingSchemeSelectionStrategy.getDAOList(List<LexEVSDAO> daoList, gov.nih.nci.system.dao.Request request, QueryOptions queryOptions)
           
 List<LexEVSDAO> DAOSelectionStrategy.getDAOList(List<LexEVSDAO> daoList, gov.nih.nci.system.dao.Request request, QueryOptions queryOptions)
          Given a Request, Determine the DAOs to use (with SecurityTokens).
 List<LexEVSDAO> HistoryOrCodingSchemeStrategy.getDAOList(List<LexEVSDAO> daoList, gov.nih.nci.system.dao.Request request, QueryOptions queryOptions)
           
 List<LexEVSDAO> TokenSecurityStrategy.getDAOList(List<LexEVSDAO> daoList, gov.nih.nci.system.dao.Request request, QueryOptions queryOptions)
           
private  List<LexEVSDAO> CodingSchemeSelectionStrategy.restrictToCodingScheme(List<LexEVSDAO> list, String csName, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag tagOrVersion)