|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ApplicationException in gov.nih.nci.system.applicationservice |
---|
Methods in gov.nih.nci.system.applicationservice that throw ApplicationException | ||
---|---|---|
|
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. |
|
|
ApplicationService.query(CQLQuery cqlQuery)
Retrieves the result from the data source using the CQL query. |
|
|
ApplicationService.query(CQLQuery cqlQuery,
java.lang.String targetClassName)
Deprecated. |
|
|
ApplicationService.query(HQLCriteria hqlCriteria)
Retrieves the result from the data source using the HQL query. |
|
|
ApplicationService.query(HQLCriteria hqlCriteria,
java.lang.String targetClassName)
Deprecated. |
|
|
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. |
|
|
ApplicationService.search(java.lang.Class targetClass,
java.util.List objList)
Retrieves the result from the data source using the Query by Example. |
|
|
ApplicationService.search(java.lang.Class targetClass,
java.lang.Object obj)
Retrieves the result from the data source using the Query by Example. |
|
|
ApplicationService.search(java.lang.String path,
java.util.List objList)
Retrieves the result from the data source using a Nested Search Criteria. |
|
|
ApplicationService.search(java.lang.String path,
java.lang.Object obj)
Retrieves the result from the data source using the Nested Search Criteria. |
Uses of ApplicationException in gov.nih.nci.system.applicationservice.impl |
---|
Methods in gov.nih.nci.system.applicationservice.impl that throw ApplicationException | ||
---|---|---|
|
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
|
ApplicationServiceImpl.privateQuery(java.lang.Object criteria,
java.lang.String targetClassName)
Prepares the #gov.nih.nci.system.dao.Request object and uses #query(Request) to retrieve results
from the data source. |
|
|
ApplicationServiceImpl.query(DetachedCriteria detachedCriteria)
|
|
|
ApplicationServiceImpl.query(DetachedCriteria detachedCriteria,
java.lang.String targetClassName)
|
|
|
ApplicationServiceImpl.query(java.lang.Object criteria,
java.lang.Integer firstRow,
java.lang.String targetClassName)
|
|
|
ApplicationServiceImpl.search(java.lang.Class targetClass,
java.util.List objList)
|
|
|
ApplicationServiceImpl.search(java.lang.Class targetClass,
java.lang.Object obj)
|
|
|
ApplicationServiceImpl.search(java.lang.String path,
java.util.List objList)
|
|
|
ApplicationServiceImpl.search(java.lang.String path,
java.lang.Object obj)
|
Uses of ApplicationException in gov.nih.nci.system.dao |
---|
Subclasses of ApplicationException in gov.nih.nci.system.dao | |
---|---|
class |
DAOException
An exception class for DAO related functions |
class |
QueryException
This exception is thrown by all the methods of the ApplicationService
interface. |
Uses of ApplicationException in gov.nih.nci.system.util |
---|
Methods in gov.nih.nci.system.util that throw ApplicationException | |
---|---|
java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> |
ApplicationServiceMethodHelper.getDomainObjectName(MethodInvocation invocation)
|
Uses of ApplicationException in org.LexGrid.LexBIG.caCore.applicationservice.impl |
---|
Methods in org.LexGrid.LexBIG.caCore.applicationservice.impl that throw ApplicationException | ||
---|---|---|
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. |
|
java.util.List<java.lang.Object> |
LexEVSApplicationServiceImpl.getAssociation(java.lang.Object source,
java.lang.String associationName)
|
|
java.util.List<java.lang.Object> |
LexEVSApplicationServiceImpl.getAssociation(java.lang.Object source,
java.lang.String associationName,
QueryOptions queryOptions)
|
|
protected DAO |
LexEVSApplicationServiceImpl.getDAO(java.lang.String classname)
|
|
java.lang.Integer |
LexEVSApplicationServiceImpl.getQueryRowCount(java.lang.Object criteria,
java.lang.String targetClassName)
|
|
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)
|
|
|
LexEVSApplicationServiceImpl.query(CQLQuery cqlQuery,
QueryOptions queryOptions)
|
|
|
LexEVSApplicationServiceImpl.query(CQLQuery cqlQuery,
java.lang.String targetClassName)
|
|
|
LexEVSApplicationServiceImpl.query(CQLQuery cqlQuery,
java.lang.String targetClassName,
QueryOptions queryOptions)
|
|
|
LexEVSApplicationServiceImpl.query(HQLCriteria hqlCriteria)
|
|
|
LexEVSApplicationServiceImpl.query(HQLCriteria hqlCriteria,
QueryOptions queryOptions)
|
|
|
LexEVSApplicationServiceImpl.query(HQLCriteria hqlCriteria,
java.lang.String targetClassName)
|
|
|
LexEVSApplicationServiceImpl.query(HQLCriteria hqlCriteria,
java.lang.String targetClassName,
QueryOptions queryOptions)
|
|
|
LexEVSApplicationServiceImpl.query(java.lang.Object criteria,
java.lang.Integer firstRow,
java.lang.String targetClassName)
|
|
|
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)
|
|
|
LexEVSApplicationServiceImpl.search(java.lang.Class targetClass,
java.util.List objList,
QueryOptions queryOptions)
|
|
|
LexEVSApplicationServiceImpl.search(java.lang.Class targetClass,
java.lang.Object obj)
|
|
|
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)
|
|
|
LexEVSApplicationServiceImpl.search(java.lang.String path,
java.util.List objList,
QueryOptions queryOptions)
|
|
|
LexEVSApplicationServiceImpl.search(java.lang.String path,
java.lang.Object obj)
|
|
|
LexEVSApplicationServiceImpl.search(java.lang.String path,
java.lang.Object obj,
QueryOptions queryOptions)
|
Constructors in org.LexGrid.LexBIG.caCore.applicationservice.impl that throw ApplicationException | |
---|---|
LexEVSApplicationServiceImpl(LexEVSClassCache classCache,
Validator validator)
|
|
LexEVSApplicationServiceImpl(Validator validator)
|
Uses of ApplicationException in org.LexGrid.LexBIG.caCore.dao.orm.translators |
---|
Subclasses of ApplicationException in org.LexGrid.LexBIG.caCore.dao.orm.translators | |
---|---|
class |
TranslationException
|
Uses of ApplicationException in org.LexGrid.LexBIG.caCore.interfaces |
---|
Methods in org.LexGrid.LexBIG.caCore.interfaces that throw ApplicationException | ||
---|---|---|
|
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 |