Uses of Class
org.LexGrid.LexBIG.caCore.applicationservice.QueryOptions

Packages that use QueryOptions
org.LexGrid.LexBIG.caCore.applicationservice.impl   
org.LexGrid.LexBIG.caCore.client.proxy   
org.LexGrid.LexBIG.caCore.connection.orm.utils   
org.LexGrid.LexBIG.caCore.dao.orm.selectionStrategy   
org.LexGrid.LexBIG.caCore.interfaces   
 

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

Methods in org.LexGrid.LexBIG.caCore.applicationservice.impl with parameters of type QueryOptions
protected
<E> List<E>
LexEVSApplicationServiceImpl.convertToListProxy(Collection originalList, Object query, String classname, Integer start, QueryOptions options)
           
 List<Object> LexEVSApplicationServiceImpl.getAssociation(Object source, String associationName, QueryOptions queryOptions)
           
private  List<LexEVSDAO> LexEVSApplicationServiceImpl.getDOAListForQuery(gov.nih.nci.system.dao.Request request, QueryOptions queryOptions)
           
 Integer LexEVSApplicationServiceImpl.getQueryRowCount(Object criteria, String targetClassName, QueryOptions queryOptions)
           
protected
<E> List<E>
LexEVSApplicationServiceImpl.privateQuery(Object criteria, String targetClassName, QueryOptions queryOptions)
           
<E> List<E>
LexEVSApplicationServiceImpl.query(gov.nih.nci.system.query.cql.CQLQuery cqlQuery, QueryOptions queryOptions)
           
<E> List<E>
LexEVSApplicationServiceImpl.query(gov.nih.nci.cagrid.cqlquery.CQLQuery cqlQuery, QueryOptions queryOptions)
           
<E> List<E>
LexEVSApplicationServiceImpl.query(gov.nih.nci.system.query.cql.CQLQuery cqlQuery, String targetClassName, QueryOptions queryOptions)
           
<E> List<E>
LexEVSApplicationServiceImpl.query(org.hibernate.criterion.DetachedCriteria detachedCriteria, QueryOptions queryOptions)
           
<E> List<E>
LexEVSApplicationServiceImpl.query(org.hibernate.criterion.DetachedCriteria detachedCriteria, String targetClassName, QueryOptions queryOptions)
           
<E> List<E>
LexEVSApplicationServiceImpl.query(gov.nih.nci.system.query.hibernate.HQLCriteria hqlCriteria, QueryOptions queryOptions)
           
<E> List<E>
LexEVSApplicationServiceImpl.query(gov.nih.nci.system.query.hibernate.HQLCriteria hqlCriteria, String targetClassName, QueryOptions queryOptions)
           
<E> List<E>
LexEVSApplicationServiceImpl.query(Object criteria, Integer firstRow, String targetClassName, QueryOptions queryOptions)
           
protected  gov.nih.nci.system.dao.Response LexEVSApplicationServiceImpl.query(gov.nih.nci.system.dao.Request request, QueryOptions options)
           
<E> List<E>
LexEVSApplicationServiceImpl.search(Class targetClass, List objList, QueryOptions queryOptions)
           
<E> List<E>
LexEVSApplicationServiceImpl.search(Class targetClass, Object obj, QueryOptions queryOptions)
           
<E> List<E>
LexEVSApplicationServiceImpl.search(Class targetClass, Object obj, String eagerFetchAssociation, QueryOptions queryOptions)
           
<E> List<E>
LexEVSApplicationServiceImpl.search(String path, List objList, QueryOptions queryOptions)
           
<E> List<E>
LexEVSApplicationServiceImpl.search(String path, Object obj, QueryOptions queryOptions)
           
 

Uses of QueryOptions in org.LexGrid.LexBIG.caCore.client.proxy
 

Fields in org.LexGrid.LexBIG.caCore.client.proxy declared as QueryOptions
 QueryOptions LexEVSListProxy.queryOptions
           
 

Methods in org.LexGrid.LexBIG.caCore.client.proxy that return QueryOptions
 QueryOptions LexEVSListProxy.getQueryOptions()
           
 

Methods in org.LexGrid.LexBIG.caCore.client.proxy with parameters of type QueryOptions
 void LexEVSListProxy.setQueryOptions(QueryOptions queryOptions)
           
 

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

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

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

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

Uses of QueryOptions in org.LexGrid.LexBIG.caCore.interfaces
 

Methods in org.LexGrid.LexBIG.caCore.interfaces with parameters of type QueryOptions
<E> List<E>
LexEVSDataService.getAssociation(Object source, String associationName, QueryOptions queryOptions)
          Retrieves an associated object for the example object specified by the source parameter.
 Integer LexEVSDataService.getQueryRowCount(Object criteria, String targetClassName, QueryOptions queryOptions)
          Returns the number of records that meet the search criteria.
<E> List<E>
LexEVSDataService.query(gov.nih.nci.system.query.cql.CQLQuery cqlQuery, QueryOptions queryOptions)
          Retrieves the result from the data source using the CQL query.
<E> List<E>
LexEVSDataService.query(gov.nih.nci.cagrid.cqlquery.CQLQuery cqlQuery, QueryOptions queryOptions)
          Retrieves the result from the data source using the caGrid's CQL query.
<E> List<E>
LexEVSDataService.query(gov.nih.nci.system.query.cql.CQLQuery cqlQuery, String targetClassName, QueryOptions queryOptions)
          Deprecated. 
<E> List<E>
LexEVSDataService.query(org.hibernate.criterion.DetachedCriteria detachedCriteria, QueryOptions queryOptions)
          Retrieves the result from the data source using the DetachedCriteria query.
<E> List<E>
LexEVSDataService.query(org.hibernate.criterion.DetachedCriteria detachedCriteria, String targetClassName, QueryOptions queryOptions)
          Deprecated. 
<E> List<E>
LexEVSDataService.query(gov.nih.nci.system.query.hibernate.HQLCriteria hqlCriteria, QueryOptions queryOptions)
          Retrieves the result from the data source using the HQL query.
<E> List<E>
LexEVSDataService.query(gov.nih.nci.system.query.hibernate.HQLCriteria hqlCriteria, String targetClassName, QueryOptions queryOptions)
          Deprecated. 
<E> List<E>
LexEVSDataService.query(Object criteria, Integer firstRow, String targetClassName, QueryOptions queryOptions)
          Used by the infrastructure to get next chunk of records in the result set.
<E> List<E>
LexEVSDataService.search(Class targetClass, List objList, QueryOptions queryOptions)
          Retrieves the result from the data source using the Query by Example.
<E> List<E>
LexEVSDataService.search(Class targetClass, Object obj, QueryOptions queryOptions)
          Retrieves the result from the data source using the Query by Example.
<E> List<E>
LexEVSDataService.search(String path, List objList, QueryOptions queryOptions)
          Retrieves the result from the data source using a Nested Search Criteria.
<E> List<E>
LexEVSDataService.search(String path, Object obj, QueryOptions queryOptions)
          Retrieves the result from the data source using the Nested Search Criteria.