Modifier and Type | Method and Description |
---|---|
<E> java.util.List<E> |
ApplicationService.getAssociation(java.lang.Object source,
java.lang.String associationName)
Retrieves an associated object for the example object specified by the
source parameter. |
java.lang.Integer |
ApplicationService.getQueryRowCount(java.lang.Object criteria,
java.lang.String targetClassName)
Returns the number of records that meet the search criteria.
|
<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.
|
<E> java.util.List<E> |
ApplicationService.query(DetachedCriteria detachedCriteria)
Retrieves the result from the data source using the DetachedCriteria query.
|
<E> java.util.List<E> |
ApplicationService.query(DetachedCriteria detachedCriteria,
java.lang.String targetClassName)
Deprecated.
|
<E> java.util.List<E> |
ApplicationService.query(gov.nih.nci.cagrid.cqlquery.CQLQuery cqlQuery)
Retrieves the result from the data source using the caGrid's CQL query.
|
<E> java.util.List<E> |
ApplicationService.query(java.lang.Object criteria,
java.lang.Integer firstRow,
java.lang.String targetClassName)
Used by the infrastructure to get next chunk of records in the result set.
|
<E> java.util.List<E> |
ApplicationService.search(java.lang.Class targetClass,
java.util.List objList)
Retrieves the result from the data source using the Query by Example.
|
<E> java.util.List<E> |
ApplicationService.search(java.lang.Class targetClass,
java.lang.Object obj)
Retrieves the result from the data source using the Query by Example.
|
<E> java.util.List<E> |
ApplicationService.search(java.lang.String path,
java.util.List objList)
Retrieves the result from the data source using a Nested Search Criteria.
|
<E> java.util.List<E> |
ApplicationService.search(java.lang.String path,
java.lang.Object obj)
Retrieves the result from the data source using the Nested Search Criteria.
|
Modifier and Type | Method and Description |
---|---|
<E> java.util.List<E> |
ApplicationServiceImpl.getAssociation(java.lang.Object source,
java.lang.String associationName) |
protected DAO |
ApplicationServiceImpl.getDAO(java.lang.String classname) |
java.lang.Integer |
ApplicationServiceImpl.getQueryRowCount(java.lang.Object criteria,
java.lang.String targetClassName) |
protected <E> java.util.List<E> |
ApplicationServiceImpl.privateQuery(java.lang.Object criteria,
java.lang.String targetClassName)
Prepares the
#gov.nih.nci.system.dao.Request object and uses ApplicationServiceImpl.query(Request) to retrieve results
from the data source. |
<E> java.util.List<E> |
ApplicationServiceImpl.query(DetachedCriteria detachedCriteria) |
<E> java.util.List<E> |
ApplicationServiceImpl.query(DetachedCriteria detachedCriteria,
java.lang.String targetClassName) |
<E> java.util.List<E> |
ApplicationServiceImpl.query(gov.nih.nci.cagrid.cqlquery.CQLQuery cqlQuery) |
<E> java.util.List<E> |
ApplicationServiceImpl.query(java.lang.Object criteria,
java.lang.Integer firstRow,
java.lang.String targetClassName) |
protected Response |
ApplicationServiceImpl.query(Request request)
Sends the request to the DAO.
|
<E> java.util.List<E> |
ApplicationServiceImpl.search(java.lang.Class targetClass,
java.util.List objList) |
<E> java.util.List<E> |
ApplicationServiceImpl.search(java.lang.Class targetClass,
java.lang.Object obj) |
<E> java.util.List<E> |
ApplicationServiceImpl.search(java.lang.String path,
java.util.List objList) |
<E> java.util.List<E> |
ApplicationServiceImpl.search(java.lang.String path,
java.lang.Object obj) |
Modifier and Type | Class and Description |
---|---|
class |
DAOException
An exception class for DAO related functions
|
class |
QueryException
This exception is thrown by all the methods of the
ApplicationService
interface. |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> |
ApplicationServiceMethodHelper.getDomainObjectName(MethodInvocation invocation) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
LexEVSApplicationServiceImpl.executeRemotely(java.lang.Object object,
java.lang.String methodName,
java.lang.String[] parameterClasses,
java.lang.Object[] args)
Execute the given method on the specified LexBig object.
|