|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
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. |
|
|
LexEVSDataService.query(gov.nih.nci.system.query.cql.CQLQuery cqlQuery,
QueryOptions queryOptions)
Retrieves the result from the data source using the CQL query. |
|
|
LexEVSDataService.query(gov.nih.nci.cagrid.cqlquery.CQLQuery cqlQuery,
QueryOptions queryOptions)
Retrieves the result from the data source using the caGrid's CQL query. |
|
|
LexEVSDataService.query(gov.nih.nci.system.query.cql.CQLQuery cqlQuery,
String targetClassName,
QueryOptions queryOptions)
Deprecated. |
|
|
LexEVSDataService.query(org.hibernate.criterion.DetachedCriteria detachedCriteria,
QueryOptions queryOptions)
Retrieves the result from the data source using the DetachedCriteria query. |
|
|
LexEVSDataService.query(org.hibernate.criterion.DetachedCriteria detachedCriteria,
String targetClassName,
QueryOptions queryOptions)
Deprecated. |
|
|
LexEVSDataService.query(gov.nih.nci.system.query.hibernate.HQLCriteria hqlCriteria,
QueryOptions queryOptions)
Retrieves the result from the data source using the HQL query. |
|
|
LexEVSDataService.query(gov.nih.nci.system.query.hibernate.HQLCriteria hqlCriteria,
String targetClassName,
QueryOptions queryOptions)
Deprecated. |
|
|
LexEVSDataService.query(Object criteria,
Integer firstRow,
String targetClassName,
QueryOptions queryOptions)
Used by the infrastructure to get next chunk of records in the result set. |
|
|
LexEVSDataService.search(Class targetClass,
List objList,
QueryOptions queryOptions)
Retrieves the result from the data source using the Query by Example. |
|
|
LexEVSDataService.search(Class targetClass,
Object obj,
QueryOptions queryOptions)
Retrieves the result from the data source using the Query by Example. |
|
|
LexEVSDataService.search(String path,
List objList,
QueryOptions queryOptions)
Retrieves the result from the data source using a Nested Search Criteria. |
|
|
LexEVSDataService.search(String path,
Object obj,
QueryOptions queryOptions)
Retrieves the result from the data source using the Nested Search Criteria. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |