Uses of Enum
ubic.gemma.core.loader.expression.geo.service.GeoSearchField
Packages that use GeoSearchField
-
Uses of GeoSearchField in ubic.gemma.core.loader.expression.geo.service
Methods in ubic.gemma.core.loader.expression.geo.service that return GeoSearchFieldModifier and TypeMethodDescriptionstatic GeoSearchField
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 GeoSearchFieldModifier and TypeMethodDescriptionGeoBrowser.searchAndRetrieveGeoRecords
(GeoRecordType recordType, String searchTerms, GeoSearchField field, Collection<String> allowedTaxa, Collection<String> limitPlatforms, Collection<GeoSeriesType> seriesTypes, int start, int pageSize, boolean detailed) Search and retrieve GEO records.GeoBrowser.searchGeoRecords
(GeoRecordType recordType, String searchTerms, GeoSearchField field, Collection<String> allowedTaxa, Collection<String> limitPlatforms, Collection<GeoSeriesType> seriesTypes) Search GEO records.GeoBrowserImpl.searchGeoRecords
(GeoRecordType recordType, String searchTerms, GeoSearchField field, Collection<String> allowedTaxa, Collection<String> limitPlatforms, Collection<GeoSeriesType> seriesTypes)