Uses of Class
ubic.gemma.core.loader.expression.geo.service.GeoSearchField
-
Packages that use GeoSearchField Package Description ubic.gemma.core.loader.expression.geo.service -
-
Uses of GeoSearchField in ubic.gemma.core.loader.expression.geo.service
Methods in ubic.gemma.core.loader.expression.geo.service that return GeoSearchField Modifier and Type Method Description static GeoSearchField
GeoSearchField. valueOf(String name)
Returns the enum constant of this type with the specified name.static GeoSearchField[]
GeoSearchField. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ubic.gemma.core.loader.expression.geo.service with parameters of type GeoSearchField Modifier and Type Method Description default Slice<GeoRecord>
GeoBrowser. searchAndRetrieveGeoRecords(GeoRecordType recordType, String searchTerms, GeoSearchField field, Collection<String> allowedTaxa, Collection<String> limitPlatforms, Collection<String> seriesTypes, int start, int pageSize, boolean detailed)
Search and retrieve 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 searchTerms, GeoSearchField field, Collection<String> allowedTaxa, Collection<String> limitPlatforms, Collection<String> seriesTypes)
-