Uses of Class
org.LexGrid.LexBIG.caCore.applicationservice.annotations.DataServiceLazyLoadable

Packages that use DataServiceLazyLoadable
org.LexGrid.LexBIG.caCore.interfaces   
 

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

Methods in org.LexGrid.LexBIG.caCore.interfaces with annotations of type DataServiceLazyLoadable
<E> java.util.List<E>
LexEVSDataService.getAssociation(java.lang.Object source, java.lang.String associationName, QueryOptions queryOptions)
          Retrieves an associated object for the example object specified by the source parameter.
 java.lang.Integer LexEVSDataService.getQueryRowCount(java.lang.Object criteria, java.lang.String targetClassName, QueryOptions queryOptions)
          Returns the number of records that meet the search criteria.
<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. 
<E> java.util.List<E>
LexEVSDataService.query(DetachedCriteria detachedCriteria, QueryOptions queryOptions)
          Retrieves the result from the data source using the DetachedCriteria query.
<E> java.util.List<E>
LexEVSDataService.query(DetachedCriteria detachedCriteria, java.lang.String targetClassName, QueryOptions queryOptions)
          Deprecated. 
<E> java.util.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> java.util.List<E>
LexEVSDataService.query(java.lang.Object criteria, java.lang.Integer firstRow, java.lang.String targetClassName, QueryOptions queryOptions)
          Used by the infrastructure to get next chunk of records in the result set.
<E> java.util.List<E>
LexEVSDataService.search(java.lang.Class targetClass, java.util.List objList, QueryOptions queryOptions)
          Retrieves the result from the data source using the Query by Example.
<E> java.util.List<E>
LexEVSDataService.search(java.lang.Class targetClass, java.lang.Object obj, QueryOptions queryOptions)
          Retrieves the result from the data source using the Query by Example.
<E> java.util.List<E>
LexEVSDataService.search(java.lang.String path, java.util.List objList, QueryOptions queryOptions)
          Retrieves the result from the data source using a Nested Search Criteria.
<E> java.util.List<E>
LexEVSDataService.search(java.lang.String path, java.lang.Object obj, QueryOptions queryOptions)
          Retrieves the result from the data source using the Nested Search Criteria.