| 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) |
| Modifier and Type | Field and Description |
|---|---|
protected SearchType |
SearchEvent.type |
| Modifier and Type | Method and Description |
|---|---|
SearchType |
SearchEvent.getType() |
| 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) |
| Constructor and Description |
|---|
ViewDetailsWindow(SearchController searchController,
SpeciesCapability capability,
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.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.
|
Copyright © 2013. All Rights Reserved.