| Package | Description |
|---|---|
| au.org.ala.biocache.dao | |
| au.org.ala.biocache.dto | |
| au.org.ala.biocache.service | |
| au.org.ala.biocache.web |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Integer> |
SearchDAOImpl.writeResultsFromIndexToStream(DownloadRequestParams downloadParams,
OutputStream out,
boolean includeSensitive,
DownloadDetailsDTO dd,
boolean checkLimit)
Writes the index fields to the supplied output stream in CSV format.
|
Map<String,Integer> |
SearchDAO.writeResultsFromIndexToStream(DownloadRequestParams downloadParams,
OutputStream out,
boolean includeSensitive,
DownloadDetailsDTO dd,
boolean checkLimit)
Writes the results of this query to the output stream using the index as a source of the data.
|
Map<String,Integer> |
SearchDAOImpl.writeResultsToStream(DownloadRequestParams downloadParams,
OutputStream out,
int i,
boolean includeSensitive,
DownloadDetailsDTO dd)
Note - this method extracts from CASSANDRA rather than the Index.
|
Map<String,Integer> |
SearchDAO.writeResultsToStream(DownloadRequestParams searchParams,
OutputStream out,
int maxNoOfRecords,
boolean includeSensitive,
DownloadDetailsDTO dd)
Write out the results of this query to the output stream
|
| Modifier and Type | Method and Description |
|---|---|
DownloadRequestParams |
DownloadDetailsDTO.getRequestParams() |
| Modifier and Type | Method and Description |
|---|---|
void |
DownloadDetailsDTO.setRequestParams(DownloadRequestParams requestParams) |
| Constructor and Description |
|---|
DownloadDetailsDTO(DownloadRequestParams params,
String ipAddress,
DownloadDetailsDTO.DownloadType type) |
| Modifier and Type | Method and Description |
|---|---|
DownloadDetailsDTO |
DownloadService.registerDownload(DownloadRequestParams requestParams,
String ip,
DownloadDetailsDTO.DownloadType type)
Registers a new active download
|
void |
DownloadService.writeQueryToStream(DownloadRequestParams requestParams,
javax.servlet.http.HttpServletResponse response,
String ip,
javax.servlet.ServletOutputStream out,
boolean includeSensitive,
boolean fromIndex) |
| Modifier and Type | Method and Description |
|---|---|
String |
OccurrenceController.batchDownload(javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request,
DownloadRequestParams params,
org.springframework.validation.BindingResult result,
String filepath,
String directory,
String ip,
org.springframework.ui.Model model) |
void |
OccurrenceController.downloadFacet(DownloadRequestParams requestParams,
boolean includeCount,
boolean lookupName,
boolean includeSynonyms,
String ip,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Downloads the complete list of values in the supplied facet
ONLY 1 facet should be included in the params.
|
String |
OccurrenceController.occurrenceDownload(DownloadRequestParams requestParams,
org.springframework.validation.BindingResult result,
String ip,
String apiKey,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request)
Occurrence search page uses SOLR JSON to display results
Please NOTE that the q and fq provided to this URL should be obtained
from SearchResultDTO.urlParameters
|
String |
DownloadController.occurrenceDownload(DownloadRequestParams requestParams,
String ip,
String apiKey,
String type,
javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request)
Add a download to the offline queue
|
String |
OccurrenceController.occurrenceIndexDownload(DownloadRequestParams requestParams,
org.springframework.validation.BindingResult result,
String apiKey,
String ip,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request) |
String |
OccurrenceController.occurrenceSensitiveDownload(DownloadRequestParams requestParams,
String apiKey,
String ip,
boolean fromIndex,
javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request) |
void |
ExploreController.yourAreaDownload(DownloadRequestParams requestParams,
String group,
boolean common,
javax.servlet.http.HttpServletResponse response)
Occurrence search page uses SOLR JSON to display results
|
Copyright © 2014. All rights reserved.