Uses of Class
ubic.gemma.core.loader.expression.geo.service.GeoQuery
-
Packages that use GeoQuery Package Description ubic.gemma.core.loader.expression.geo.service -
-
Uses of GeoQuery in ubic.gemma.core.loader.expression.geo.service
Methods in ubic.gemma.core.loader.expression.geo.service that return GeoQuery Modifier and Type Method Description GeoQuery
GeoBrowser. searchGeoRecords(GeoRecordType recordType, String term)
Search GEO records.GeoQuery
GeoBrowser. searchGeoRecords(GeoRecordType recordType, String searchTerms, GeoSearchField field, Collection<String> allowedTaxa, Collection<String> limitPlatforms, Collection<String> seriesTypes)
Search GEO records.GeoQuery
GeoBrowserImpl. searchGeoRecords(GeoRecordType recordType, String term)
GeoQuery
GeoBrowserImpl. searchGeoRecords(GeoRecordType recordType, String searchTerms, GeoSearchField field, Collection<String> allowedTaxa, Collection<String> limitPlatforms, Collection<String> seriesTypes)
Methods in ubic.gemma.core.loader.expression.geo.service with parameters of type GeoQuery Modifier and Type Method Description Collection<GeoRecord>
GeoBrowser. retrieveAllGeoRecords(GeoQuery query, GeoRetrieveConfig config)
Collection<GeoRecord>
GeoBrowserImpl. retrieveAllGeoRecords(GeoQuery query, GeoRetrieveConfig config)
default Slice<GeoRecord>
GeoBrowser. retrieveGeoRecords(GeoQuery query, int start, int pageSize)
Slice<GeoRecord>
GeoBrowser. retrieveGeoRecords(GeoQuery query, int start, int pageSize, GeoRetrieveConfig config)
Retrieve records from a GEO query.Slice<GeoRecord>
GeoBrowserImpl. retrieveGeoRecords(GeoQuery query, int start, int pageSize, GeoRetrieveConfig config)
-