|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CaArraySearchService
Search API for caArray, based on various types of criteria.
Field Summary | |
---|---|
static java.lang.String |
JNDI_NAME
The JNDI name to look up the remote CaArraySearch service. |
Method Summary | ||
---|---|---|
java.util.List<?> |
search(gov.nih.nci.cagrid.cqlquery.CQLQuery cqlQuery)
Searches for entities based on the given CQL query. |
|
|
search(T entityExample)
Performs a query-by-example search based on the entity passed. |
|
|
search(T entityExample,
boolean excludeNulls,
boolean excludeZeroes)
Performs a query-by-example search based on the entity passed. |
Field Detail |
---|
static final java.lang.String JNDI_NAME
CaArraySearch
service.
Method Detail |
---|
<T extends AbstractCaArrayObject> java.util.List<T> search(T entityExample)
search(gov.nih.nci.caarray.domain.AbstractCaArrayObject, boolean, boolean)
with excludeNulls
set to true
, and excludeZeroes
set to false
.
T
- object type to search forentityExample
- find entities that match the non-null fields and associations of this example.
search(gov.nih.nci.caarray.domain.AbstractCaArrayObject, boolean, boolean)
<T extends AbstractCaArrayObject> java.util.List<T> search(T entityExample, boolean excludeNulls, boolean excludeZeroes)
T
- object type to search forentityExample
- find entities that match the non-null fields and associations of this example.excludeNulls
- when true, null
properties are not considered for matching reults.excludeZeroes
- when true, 0
(or unset) primitive properties are not considered for matching reults.
java.util.List<?> search(gov.nih.nci.cagrid.cqlquery.CQLQuery cqlQuery)
cqlQuery
- the HQL (Hibernate Query Language) string to use as search criteria.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |