| Package | Description |
|---|---|
| au.org.ala.biocache.dao | |
| au.org.ala.biocache.service | |
| au.org.ala.biocache.web |
| Modifier and Type | Method and Description |
|---|---|
DownloadDetailsDTO |
PersistentQueueDAO.getNextDownload()
Return the next offline download from the queue.
|
DownloadDetailsDTO |
JsonPersistentQueueDAOImpl.getNextDownload() |
| Modifier and Type | Method and Description |
|---|---|
List<DownloadDetailsDTO> |
PersistentQueueDAO.getAllDownloads()
Returns a list of all the offline downloads in the order in which they were requested.
|
List<DownloadDetailsDTO> |
JsonPersistentQueueDAOImpl.getAllDownloads() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistentQueueDAO.addDownloadToQueue(DownloadDetailsDTO download)
Adds the supplied download to the offline queue
|
void |
JsonPersistentQueueDAOImpl.addDownloadToQueue(DownloadDetailsDTO download) |
void |
PersistentQueueDAO.removeDownloadFromQueue(DownloadDetailsDTO download)
Removes the supplied download from the queue
|
void |
JsonPersistentQueueDAOImpl.removeDownloadFromQueue(DownloadDetailsDTO download) |
void |
SearchDAOImpl.writeFacetToStream(SpatialSearchRequestParams searchParams,
boolean includeCount,
boolean lookupName,
boolean includeSynonyms,
OutputStream out,
DownloadDetailsDTO dd)
Writes the values for the first supplied facet to output stream
|
void |
SearchDAO.writeFacetToStream(SpatialSearchRequestParams searchParams,
boolean includeCount,
boolean lookupName,
boolean includeSynonyms,
OutputStream out,
DownloadDetailsDTO dd)
Write facet content to supplied output stream
|
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 |
|---|---|
DownloadDetailsDTO |
DownloadService.registerDownload(DownloadRequestParams requestParams,
String ip,
DownloadDetailsDTO.DownloadType type)
Registers a new active download
|
| Modifier and Type | Method and Description |
|---|---|
List<DownloadDetailsDTO> |
DownloadService.getCurrentDownloads()
Returns a list of current downloads
|
| Modifier and Type | Method and Description |
|---|---|
void |
DownloadService.unregisterDownload(DownloadDetailsDTO dd)
Removes a completed download from active list.
|
| Modifier and Type | Method and Description |
|---|---|
List<DownloadDetailsDTO> |
OccurrenceController.getCurrentDownloads() |
List<DownloadDetailsDTO> |
DownloadController.getCurrentDownloads()
Retrieves all the downloads that are on the queue
|
Copyright © 2014. All rights reserved.