Uses of Class
gov.nih.nci.system.dao.Request

Packages that use Request
gov.nih.nci.system.dao   
gov.nih.nci.system.dao.orm   
org.LexGrid.LexBIG.caCore.applicationservice.impl   
org.LexGrid.LexBIG.caCore.connection.orm.utils   
org.LexGrid.LexBIG.caCore.dao.orm   
org.LexGrid.LexBIG.caCore.dao.orm.selectionStrategy   
 

Uses of Request in gov.nih.nci.system.dao
 

Methods in gov.nih.nci.system.dao with parameters of type Request
 Response DAO.query(Request request)
          Queries the datasource
 

Uses of Request in gov.nih.nci.system.dao.orm
 

Methods in gov.nih.nci.system.dao.orm with parameters of type Request
 Response ORMDAOImpl.query(Request request)
           
protected  Response ORMDAOImpl.query(Request request, DetachedCriteria obj)
           
 

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

Methods in org.LexGrid.LexBIG.caCore.applicationservice.impl with parameters of type Request
 Response PaginationHelper.getResponseFromMultipleCodingSchemeQuery(Request request, java.util.List<LexEVSDAO> daoList, int maxToReturn)
          Return the results (Correctly paged) from multipe databases.
protected  Response LexEVSApplicationServiceImpl.query(Request request, LexEVSDAO dao)
           
protected  Response LexEVSApplicationServiceImpl.query(Request request, LexEVSDAO dao, boolean lazyLoad, int resultPageSize)
           
protected  Response LexEVSApplicationServiceImpl.query(Request request, QueryOptions options)
           
 

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

Methods in org.LexGrid.LexBIG.caCore.connection.orm.utils with parameters of type Request
 java.util.List LexEVSClassCache.getDaoList(Request request)
           
 java.util.List LexEVSClassCache.getDaoList(Request request, QueryOptions queryOptions)
           
 

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

Methods in org.LexGrid.LexBIG.caCore.dao.orm with parameters of type Request
 Response LexEVSDAOImpl.query(Request request)
           
 Response LexEVSDAOImpl.query(Request request, boolean lazyLoad, int maxResults)
           
 Response LexEVSDAO.query(Request request, boolean initAll, int maxResults)
          Query this DAO.
protected  Response LexEVSDAOImpl.query(Request request, DetachedCriteria obj, boolean lazyLoad, int maxResult)
           
 

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

Methods in org.LexGrid.LexBIG.caCore.dao.orm.selectionStrategy with parameters of type Request
 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)