Methods
Modifier and Type |
Method and Description |
static int |
changeStatusOccurrenceJobById(String jobIdentifier,
DownloadState state,
OccurrenceJobPersistence occurrencesJobDao) |
static SaveFileFormat |
converFileFormat(String fileFormat) |
static OccurrencesSaveEnum |
convertCsvType(String csvType) |
static JobOccurrencesModel |
convertJob(OccurrencesJob job,
org.gcube.data.spd.stubs.types.Status statusResponse,
OccurrenceJobPersistence occurrencesJobDao) |
static String |
convertListKeyIntoStoreXMLString(List<String> keys) |
static JobOccurrencesModel |
createOccurrenceJobOnServiceByKeys(JobOccurrencesModel jobModel,
SpeciesService taxonomyService,
OccurrenceJobPersistence occurrencesJobDao,
List<String> keys,
List<DataSource> dataSources,
SaveFileFormat saveFileFormat,
OccurrencesSaveEnum csvType,
int expectedOccurrence) |
static int |
deleteOccurrenceJobById(String jobIdentifier,
OccurrenceJobPersistence occurrencesJobDao) |
static DownloadState |
getDownloadState(String status) |
static List<String> |
getListOfSelectedKey(FetchingSession<ResultRow> searchSession) |
static OccurrenceKeys |
getListOfSelectedKeyByDataSource(String dataSource,
org.gcube.application.framework.core.session.ASLSession session) |
static List<String> |
revertListKeyFromStoredXMLString(String storedKeysAsXml) |