| Modifier and Type | Method and Description |
|---|---|
protected void |
SearchController.search(SearchType type,
String searchTerm,
Number upperBoundLongitude,
Number upperBoundLatitude,
Number lowerBoundLongitude,
Number lowerBoundLatitude,
Date fromDate,
Date toDate,
List<DataSourceModel> listDataSources,
String groupRank,
SpeciesCapability resultType,
List<DataSourceModel> listDataSourcesForSynonyms,
List<DataSourceModel> listDataSourcesForUnfold) |
| Modifier and Type | Method and Description |
|---|---|
void |
AdvancedSearchPanelManager.disableFilterForSearchType(SearchType type) |
| Modifier and Type | Field and Description |
|---|---|
protected SearchType |
SearchEvent.type |
| Modifier and Type | Method and Description |
|---|---|
SearchType |
SearchEvent.getType() |
SearchType |
SearchTypeSelectedEvent.getType() |
| Modifier and Type | Method and Description |
|---|---|
Map<SearchType,List<String>> |
SearchEvent.getMapTermsSearched() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchEvent.setType(SearchType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchEvent.setMapTermsSearched(Map<SearchType,List<String>> mapTermsSearched) |
| Constructor and Description |
|---|
SearchEvent(SearchType byQuery,
String query) |
SearchEvent(SearchType type,
String searchTerm,
Number upperBoundLongitude,
Number upperBoundLatitude,
Number lowerBoundLongitude,
Number lowerBoundLatitude,
Date fromDate,
Date toDate,
List<DataSourceModel> listDataSources,
String rank,
SpeciesCapability resultType,
List<DataSourceModel> listDataSourcesForSynonyms,
List<DataSourceModel> listDataSourcesForUnfold) |
SearchTypeSelectedEvent(SearchType searchType) |
| Modifier and Type | Method and Description |
|---|---|
protected SearchResultType |
TaxonomySearchServiceImpl.search(String searchTerm,
SearchType searchType,
SearchFilters searchFilters) |
| Modifier and Type | Method and Description |
|---|---|
static String |
QueryBuilder.buildQuery(String searchTerm,
SearchType searchType,
SearchFilters searchFilters) |
CloseableIterator<org.gcube.data.spd.model.products.ResultElement> |
SpeciesService.searchByFilters(String searchTerm,
SearchType searchType,
SearchFilters searchFilters) |
| Modifier and Type | Method and Description |
|---|---|
static SearchType |
SearchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchType[] |
SearchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<SearchType,List<String>> |
SearchByQueryParameter.getTerms() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchByQueryParameter.setTerms(Map<SearchType,List<String>> terms) |
| Constructor and Description |
|---|
SearchByQueryParameter(Map<SearchType,List<String>> terms,
SearchResultType searchResultType) |
Copyright © 2015. All Rights Reserved.