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

Packages that use DataServiceSecurityTokenRequired
org.LexGrid.LexBIG.caCore.applicationservice.impl   
 

Uses of DataServiceSecurityTokenRequired in org.LexGrid.LexBIG.caCore.applicationservice.impl
 

Methods in org.LexGrid.LexBIG.caCore.applicationservice.impl with annotations of type DataServiceSecurityTokenRequired
 List<Object> LexEVSApplicationServiceImpl.getAssociation(Object source, String associationName)
           
 List<Object> LexEVSApplicationServiceImpl.getAssociation(Object source, String associationName, QueryOptions queryOptions)
           
 Integer LexEVSApplicationServiceImpl.getQueryRowCount(Object criteria, String targetClassName)
           
 Integer LexEVSApplicationServiceImpl.getQueryRowCount(Object criteria, String targetClassName, QueryOptions queryOptions)
           
<E> List<E>
LexEVSApplicationServiceImpl.query(gov.nih.nci.system.query.cql.CQLQuery cqlQuery)
           
<E> List<E>
LexEVSApplicationServiceImpl.query(gov.nih.nci.cagrid.cqlquery.CQLQuery cqlQuery)
           
<E> List<E>
LexEVSApplicationServiceImpl.query(gov.nih.nci.system.query.cql.CQLQuery cqlQuery, QueryOptions queryOptions)
           
<E> List<E>
LexEVSApplicationServiceImpl.query(gov.nih.nci.cagrid.cqlquery.CQLQuery cqlQuery, QueryOptions queryOptions)
           
<E> List<E>
LexEVSApplicationServiceImpl.query(gov.nih.nci.system.query.cql.CQLQuery cqlQuery, String targetClassName)
           
<E> List<E>
LexEVSApplicationServiceImpl.query(gov.nih.nci.system.query.cql.CQLQuery cqlQuery, String targetClassName, QueryOptions queryOptions)
           
<E> List<E>
LexEVSApplicationServiceImpl.query(org.hibernate.criterion.DetachedCriteria detachedCriteria)
           
<E> List<E>
LexEVSApplicationServiceImpl.query(org.hibernate.criterion.DetachedCriteria detachedCriteria, QueryOptions queryOptions)
           
<E> List<E>
LexEVSApplicationServiceImpl.query(org.hibernate.criterion.DetachedCriteria detachedCriteria, String targetClassName)
           
<E> List<E>
LexEVSApplicationServiceImpl.query(org.hibernate.criterion.DetachedCriteria detachedCriteria, String targetClassName, QueryOptions queryOptions)
           
<E> List<E>
LexEVSApplicationServiceImpl.query(gov.nih.nci.system.query.hibernate.HQLCriteria hqlCriteria)
           
<E> List<E>
LexEVSApplicationServiceImpl.query(gov.nih.nci.system.query.hibernate.HQLCriteria hqlCriteria, QueryOptions queryOptions)
           
<E> List<E>
LexEVSApplicationServiceImpl.query(gov.nih.nci.system.query.hibernate.HQLCriteria hqlCriteria, String targetClassName)
           
<E> List<E>
LexEVSApplicationServiceImpl.query(gov.nih.nci.system.query.hibernate.HQLCriteria hqlCriteria, String targetClassName, QueryOptions queryOptions)
           
<E> List<E>
LexEVSApplicationServiceImpl.query(Object criteria, Integer firstRow, String targetClassName)
           
<E> List<E>
LexEVSApplicationServiceImpl.query(Object criteria, Integer firstRow, String targetClassName, QueryOptions queryOptions)
           
<E> List<E>
LexEVSApplicationServiceImpl.search(Class targetClass, List objList)
           
<E> List<E>
LexEVSApplicationServiceImpl.search(Class targetClass, List objList, QueryOptions queryOptions)
           
<E> List<E>
LexEVSApplicationServiceImpl.search(Class targetClass, Object obj)
           
<E> List<E>
LexEVSApplicationServiceImpl.search(Class targetClass, Object obj, QueryOptions queryOptions)
           
<E> List<E>
LexEVSApplicationServiceImpl.search(Class targetClass, Object obj, String eagerFetchAssociation, QueryOptions queryOptions)
           
<E> List<E>
LexEVSApplicationServiceImpl.search(String path, List objList)
           
<E> List<E>
LexEVSApplicationServiceImpl.search(String path, List objList, QueryOptions queryOptions)
           
<E> List<E>
LexEVSApplicationServiceImpl.search(String path, Object obj)
           
<E> List<E>
LexEVSApplicationServiceImpl.search(String path, Object obj, QueryOptions queryOptions)