|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of QueryOptions in org.LexGrid.LexBIG.caCore.applicationservice.impl |
---|
Methods in org.LexGrid.LexBIG.caCore.applicationservice.impl with parameters of type QueryOptions | ||
---|---|---|
protected
|
LexEVSApplicationServiceImpl.convertToListProxy(java.util.Collection originalList,
java.lang.Object query,
java.lang.String classname,
java.lang.Integer start,
QueryOptions options)
|
|
java.util.List<java.lang.Object> |
LexEVSApplicationServiceImpl.getAssociation(java.lang.Object source,
java.lang.String associationName,
QueryOptions queryOptions)
|
|
java.lang.Integer |
LexEVSApplicationServiceImpl.getQueryRowCount(java.lang.Object criteria,
java.lang.String targetClassName,
QueryOptions queryOptions)
|
|
protected
|
LexEVSApplicationServiceImpl.privateQuery(java.lang.Object criteria,
java.lang.String targetClassName,
QueryOptions queryOptions)
|
|
|
LexEVSApplicationServiceImpl.query(CQLQuery cqlQuery,
QueryOptions queryOptions)
|
|
|
LexEVSApplicationServiceImpl.query(CQLQuery cqlQuery,
java.lang.String targetClassName,
QueryOptions queryOptions)
|
|
|
LexEVSApplicationServiceImpl.query(HQLCriteria hqlCriteria,
QueryOptions queryOptions)
|
|
|
LexEVSApplicationServiceImpl.query(HQLCriteria hqlCriteria,
java.lang.String targetClassName,
QueryOptions queryOptions)
|
|
|
LexEVSApplicationServiceImpl.query(java.lang.Object criteria,
java.lang.Integer firstRow,
java.lang.String targetClassName,
QueryOptions queryOptions)
|
|
protected Response |
LexEVSApplicationServiceImpl.query(Request request,
QueryOptions options)
|
|
|
LexEVSApplicationServiceImpl.search(java.lang.Class targetClass,
java.util.List objList,
QueryOptions queryOptions)
|
|
|
LexEVSApplicationServiceImpl.search(java.lang.Class targetClass,
java.lang.Object obj,
QueryOptions queryOptions)
|
|
|
LexEVSApplicationServiceImpl.search(java.lang.Class targetClass,
java.lang.Object obj,
java.lang.String eagerFetchAssociation,
QueryOptions queryOptions)
|
|
|
LexEVSApplicationServiceImpl.search(java.lang.String path,
java.util.List objList,
QueryOptions queryOptions)
|
|
|
LexEVSApplicationServiceImpl.search(java.lang.String path,
java.lang.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 | |
---|---|
java.util.List |
LexEVSClassCache.getDaoList(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 | |
---|---|
java.util.List<LexEVSDAO> |
TokenSecurityStrategy.getDAOList(java.util.List<LexEVSDAO> daoList,
Request request,
QueryOptions queryOptions)
|
java.util.List<LexEVSDAO> |
HistoryOrCodingSchemeStrategy.getDAOList(java.util.List<LexEVSDAO> daoList,
Request request,
QueryOptions queryOptions)
|
java.util.List<LexEVSDAO> |
DAOSelectionStrategy.getDAOList(java.util.List<LexEVSDAO> daoList,
Request request,
QueryOptions queryOptions)
Given a Request, Determine the DAOs to use (with SecurityTokens). |
java.util.List<LexEVSDAO> |
CodingSchemeSelectionStrategy.getDAOList(java.util.List<LexEVSDAO> daoList,
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 | ||
---|---|---|
|
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. |
|
|
LexEVSDataService.query(CQLQuery cqlQuery,
QueryOptions queryOptions)
Retrieves the result from the data source using the CQL query. |
|
|
LexEVSDataService.query(CQLQuery cqlQuery,
java.lang.String targetClassName,
QueryOptions queryOptions)
Deprecated. |
|
|
LexEVSDataService.query(HQLCriteria hqlCriteria,
QueryOptions queryOptions)
Retrieves the result from the data source using the HQL query. |
|
|
LexEVSDataService.query(HQLCriteria hqlCriteria,
java.lang.String targetClassName,
QueryOptions queryOptions)
Deprecated. |
|
|
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. |
|
|
LexEVSDataService.search(java.lang.Class targetClass,
java.util.List objList,
QueryOptions queryOptions)
Retrieves the result from the data source using the Query by Example. |
|
|
LexEVSDataService.search(java.lang.Class targetClass,
java.lang.Object obj,
QueryOptions queryOptions)
Retrieves the result from the data source using the Query by Example. |
|
|
LexEVSDataService.search(java.lang.String path,
java.util.List objList,
QueryOptions queryOptions)
Retrieves the result from the data source using a Nested Search Criteria. |
|
|
LexEVSDataService.search(java.lang.String path,
java.lang.Object obj,
QueryOptions queryOptions)
Retrieves the result from the data source using the Nested Search Criteria. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |