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.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 with parameters of type LexEVSDAO
protected  Response LexEVSApplicationServiceImpl.query(Request request, LexEVSDAO dao)
           
protected  Response LexEVSApplicationServiceImpl.query(Request request, LexEVSDAO dao, boolean lazyLoad, int resultPageSize)
           
 

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

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

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

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
 java.util.List<LexEVSDAO> TokenSecurityStrategy.getDAOList(java.util.List<LexEVSDAO> daoList, Request request)
           
 java.util.List<LexEVSDAO> HistoryOrCodingSchemeStrategy.getDAOList(java.util.List<LexEVSDAO> daoList, Request request)
           
 java.util.List<LexEVSDAO> DAOSelectionStrategy.getDAOList(java.util.List<LexEVSDAO> daoList, Request request)
          Given a Request, Determine the DAOs to use.
 java.util.List<LexEVSDAO> CodingSchemeSelectionStrategy.getDAOList(java.util.List<LexEVSDAO> daoList, Request request)
           
 java.util.List<LexEVSDAO> TokenSecurityStrategy.getDAOList(java.util.List<LexEVSDAO> daoList, Request request, QueryOptions queryOptions)
           
 java.util.List<LexEVSDAO> HistoryOrCodingSchemeStrategy.getDAOList(java.util.List<LexEVSDAO> daoList, Request request, QueryOptions queryOptions)
           
 java.util.List<LexEVSDAO> DAOSelectionStrategy.getDAOList(java.util.List<LexEVSDAO> daoList, Request request, QueryOptions queryOptions)
          Given a Request, Determine the DAOs to use (with SecurityTokens).
 java.util.List<LexEVSDAO> CodingSchemeSelectionStrategy.getDAOList(java.util.List<LexEVSDAO> daoList, Request request, QueryOptions queryOptions)
           
 

Method parameters in org.LexGrid.LexBIG.caCore.dao.orm.selectionStrategy with type arguments of type LexEVSDAO
 java.util.List<LexEVSDAO> TokenSecurityStrategy.getDAOList(java.util.List<LexEVSDAO> daoList, Request request)
           
 java.util.List<LexEVSDAO> HistoryOrCodingSchemeStrategy.getDAOList(java.util.List<LexEVSDAO> daoList, Request request)
           
 java.util.List<LexEVSDAO> DAOSelectionStrategy.getDAOList(java.util.List<LexEVSDAO> daoList, Request request)
          Given a Request, Determine the DAOs to use.
 java.util.List<LexEVSDAO> CodingSchemeSelectionStrategy.getDAOList(java.util.List<LexEVSDAO> daoList, Request request)
           
 java.util.List<LexEVSDAO> TokenSecurityStrategy.getDAOList(java.util.List<LexEVSDAO> daoList, Request request, QueryOptions queryOptions)
           
 java.util.List<LexEVSDAO> HistoryOrCodingSchemeStrategy.getDAOList(java.util.List<LexEVSDAO> daoList, Request request, QueryOptions queryOptions)
           
 java.util.List<LexEVSDAO> DAOSelectionStrategy.getDAOList(java.util.List<LexEVSDAO> daoList, Request request, QueryOptions queryOptions)
          Given a Request, Determine the DAOs to use (with SecurityTokens).
 java.util.List<LexEVSDAO> CodingSchemeSelectionStrategy.getDAOList(java.util.List<LexEVSDAO> daoList, Request request, QueryOptions queryOptions)