|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ArrayDesignReporterSummarySearchCriteria
Specialized search routine to search for array design data.
| Method Summary | |
|---|---|
ArrayDesignReporterSummary[] |
performSearch()
Performs the search. |
void |
setArrayDesignIds(java.lang.Long[] ids)
Limits results to those with associated ArrayDesign.id(s) that match. |
void |
setArrayDesignNames(java.lang.String[] names)
Limits results to those with associated ArrayDesign.name(s) that match. |
void |
setChromosomeValues(java.lang.String[] chromosomeValues)
Limits results to those with associated chromosome(s) that match. |
void |
setGb4Values(java.lang.String[] gb4Values)
Limits results to those with associated GB4 value(s) that match. |
void |
setKbPositionValues(java.lang.String[] kbPositionValues)
Limits results to those with associated position value(s) that match. |
void |
setReporterNames(java.lang.String[] reporterNames)
Limits results to those with associated Reporter.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 setArrayDesignIds(java.lang.Long[] ids)
ids - contains all Experiment.Id valuesvoid setArrayDesignNames(java.lang.String[] names)
names - the ArrayDesign.name(s) values; supports wildcards '%'void setReporterNames(java.lang.String[] reporterNames)
names - the Reporter.name(s) values; supports wildcards '%'void setChromosomeValues(java.lang.String[] chromosomeValues)
chromosomeValues - the chromosome values; supports wildcards '%'void setGb4Values(java.lang.String[] gb4Values)
gb4Values - the GB4 values; supports wildcards '%'void setKbPositionValues(java.lang.String[] kbPositionValues)
kbPositionValues - the position values; supports wildcards '%'
ArrayDesignReporterSummary[] 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 | |||||||||