| Package | Description |
|---|---|
| au.org.ala.biocache.dao | |
| au.org.ala.biocache.dto | |
| au.org.ala.biocache.util.thread | |
| au.org.ala.biocache.web |
| Modifier and Type | Method and Description |
|---|---|
List<FieldResultDTO> |
SearchDAOImpl.findRecordByStateFor(String query) |
List<FieldResultDTO> |
SearchDAO.findRecordByStateFor(String query) |
List<FieldResultDTO> |
SearchDAOImpl.getEndemicSpecies(SpatialSearchRequestParams requestParams)
Returns a list of species that are endemic to the supplied region.
|
List<FieldResultDTO> |
SearchDAO.getEndemicSpecies(SpatialSearchRequestParams requestParams)
Finds the endemic species of the supplied area.
|
List<FieldResultDTO> |
SearchDAOImpl.getValuesForFacet(SpatialSearchRequestParams requestParams)
Returns the values and counts for a single facet field.
|
List<FieldResultDTO> |
SearchDAO.getValuesForFacet(SpatialSearchRequestParams requestParams)
Retrieve a list of facet values for the supplied query.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<FieldResultDTO> |
TaxaRankCountDTO.taxa |
| Modifier and Type | Method and Description |
|---|---|
List<FieldResultDTO> |
FacetResultDTO.getFieldResult() |
List<FieldResultDTO> |
TaxaRankCountDTO.getTaxa() |
| Modifier and Type | Method and Description |
|---|---|
int |
FieldResultDTO.compareTo(FieldResultDTO t) |
| Modifier and Type | Method and Description |
|---|---|
void |
FacetResultDTO.setFieldResult(ArrayList<FieldResultDTO> fieldResult) |
void |
TaxaRankCountDTO.setTaxa(List<FieldResultDTO> taxa) |
| Constructor and Description |
|---|
FacetResultDTO(String fieldName,
List<FieldResultDTO> fieldResult)
Constructor
|
FacetResultDTO(String fieldName,
List<FieldResultDTO> fieldResult,
Integer count) |
| Modifier and Type | Method and Description |
|---|---|
List<FieldResultDTO> |
EndemicCallable.call() |
| Modifier and Type | Method and Description |
|---|---|
List<FieldResultDTO> |
ExploreController.getSpeciesOnlyInWKT(SpatialSearchRequestParams requestParams,
javax.servlet.http.HttpServletResponse response)
Returns the species that only have occurrences in the supplied WKT.
|
Copyright © 2014. All rights reserved.