Uses of Class
gov.nih.nci.system.query.cql.CQLQuery

Packages that use CQLQuery
gov.nih.nci.system.applicationservice   
gov.nih.nci.system.dao.orm.translator   
org.LexGrid.LexBIG.caCore.applicationservice.impl   
org.LexGrid.LexBIG.caCore.dao.orm.translators   
org.LexGrid.LexBIG.caCore.interfaces   
 

Uses of CQLQuery in gov.nih.nci.system.applicationservice
 

Methods in gov.nih.nci.system.applicationservice with parameters of type CQLQuery
<E> java.util.List<E>
ApplicationService.query(CQLQuery cqlQuery)
          Retrieves the result from the data source using the CQL query.
<E> java.util.List<E>
ApplicationService.query(CQLQuery cqlQuery, java.lang.String targetClassName)
          Deprecated. 
 

Uses of CQLQuery in gov.nih.nci.system.dao.orm.translator
 

Methods in gov.nih.nci.system.dao.orm.translator with parameters of type CQLQuery
 HQLCriteria CQL2HQL.translate(CQLQuery query, boolean eliminateSubclasses, boolean caseSensitive)
          Translates a CQL query into an HQL string.
 

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

Methods in org.LexGrid.LexBIG.caCore.applicationservice.impl with parameters of type CQLQuery
<E> java.util.List<E>
LexEVSApplicationServiceImpl.query(CQLQuery cqlQuery)
           
<E> java.util.List<E>
LexEVSApplicationServiceImpl.query(CQLQuery cqlQuery, QueryOptions queryOptions)
           
<E> java.util.List<E>
LexEVSApplicationServiceImpl.query(CQLQuery cqlQuery, java.lang.String targetClassName)
           
<E> java.util.List<E>
LexEVSApplicationServiceImpl.query(CQLQuery cqlQuery, java.lang.String targetClassName, QueryOptions queryOptions)
           
 

Uses of CQLQuery in org.LexGrid.LexBIG.caCore.dao.orm.translators
 

Methods in org.LexGrid.LexBIG.caCore.dao.orm.translators with parameters of type CQLQuery
 DetachedCriteria SDKCQLToDetachedCriteria.translate(CQLQuery query)
           
 

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

Methods in org.LexGrid.LexBIG.caCore.interfaces with parameters of type CQLQuery
<E> java.util.List<E>
LexEVSDataService.query(CQLQuery cqlQuery, QueryOptions queryOptions)
          Retrieves the result from the data source using the CQL query.
<E> java.util.List<E>
LexEVSDataService.query(CQLQuery cqlQuery, java.lang.String targetClassName, QueryOptions queryOptions)
          Deprecated.