|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DerivedBioAssaySearchCriteria
Use to search for gov.nih.nci.mageom.domain.BioAssay.DerivedBioAssay types
| Method Summary | |
|---|---|
void |
add(DerivedBioAssaySearchCriterion criterion)
Add criterion using generic approach. |
DerivedBioAssay[] |
performSearch()
Performs the search. |
void |
setBioSourceIdentifiers(java.lang.String[] identifiers)
Limits results to those with associated BioSource.identifier(s) that match. |
void |
setBioSourceNames(java.lang.String[] names)
Limits results to those with associated BioSource.name(s) that match. |
void |
setExperimentIds(java.lang.Long[] ids)
Limits results to those with associated Experiment.id(s) that match. |
void |
setExperimentNames(java.lang.String[] names)
Limits results to those with associated Experiment.name(s) that match. |
| Methods inherited from interface gov.nih.nci.mageom.search.EnhancedSearchCriteria |
|---|
getCriteria, search |
| Methods inherited from interface gov.nih.nci.common.search.session.SessionObject |
|---|
getSessionId, setSessionId |
| Method Detail |
|---|
void setExperimentIds(java.lang.Long[] ids)
ids - contains all Experiment.Id valuesvoid setExperimentNames(java.lang.String[] names)
names - the Experiment.name(s) values; supports wildcards '%'void setBioSourceNames(java.lang.String[] names)
names - the BioSource.name(s) values; supports wildcards '%'void setBioSourceIdentifiers(java.lang.String[] identifiers)
identifiers - the BioSource.identifier(s) values; supports wildcards '%'void add(DerivedBioAssaySearchCriterion criterion)
DerivedBioAssay[] performSearch()
throws gov.nih.nci.common.search.SearchException
gov.nih.nci.common.search.SearchException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||