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

Packages that use Response
gov.nih.nci.system.dao   
gov.nih.nci.system.dao.orm   
org.LexGrid.LexBIG.caCore.applicationservice.impl   
org.LexGrid.LexBIG.caCore.dao.orm   
 

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

Methods in gov.nih.nci.system.dao that return Response
 Response DAO.query(Request request)
          Queries the datasource
 

Constructors in gov.nih.nci.system.dao with parameters of type Response
Response(Response response)
          Creates a Response instance for a specified response object
 

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

Methods in gov.nih.nci.system.dao.orm that return Response
 Response ORMDAOImpl.query(Request request)
           
protected  Response ORMDAOImpl.query(Request request, DetachedCriteria obj)
           
 

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

Methods in org.LexGrid.LexBIG.caCore.applicationservice.impl that return Response
 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)
           
 

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

Methods in org.LexGrid.LexBIG.caCore.dao.orm that return Response
 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)