Modifier and Type | Method and Description |
---|---|
void |
SearchController.saveTaxonomyJob(JobTaxonomyModel jobTaxonomyModel,
String scientificName,
List<DataSource> listDataSources,
String rank) |
void |
SearchController.saveTaxonomyJobError(JobTaxonomyModel jobTaxonomyModel,
String scientificName,
List<DataSource> listDataSources,
String rank) |
Modifier and Type | Method and Description |
---|---|
List<DataSource> |
SaveJobErrorEvent.getListDataSources() |
List<DataSource> |
SaveJobEvent.getListDataSources() |
Modifier and Type | Method and Description |
---|---|
void |
SaveJobErrorEvent.setListDataSources(List<DataSource> listDataSources) |
void |
SaveJobEvent.setListDataSources(List<DataSource> listDataSources) |
Constructor and Description |
---|
SaveJobErrorEvent(String jobIdentifier,
String scientificName,
List<DataSource> dataSourceList,
SearchResultType type,
JobOccurrencesModel jobOccurrenceModel) |
SaveJobErrorEvent(String jobIdentifier,
String scientificName,
List<DataSource> dataSourceList,
String rank,
SearchResultType type,
JobTaxonomyModel jobTaxonomyModel) |
SaveJobEvent(String jobIdentifier,
String scientificName,
List<DataSource> dataSourceList,
SearchResultType type,
JobOccurrencesModel jobOccurrenceModel) |
SaveJobEvent(String jobIdentifier,
String scientificName,
List<DataSource> dataSourceList,
String rank,
SearchResultType type,
JobTaxonomyModel jobTaxonomyModel) |
Modifier and Type | Method and Description |
---|---|
List<DataSource> |
TaxonomySearchService.loadDataSourceForResultRow(boolean selected,
boolean distinct) |
Modifier and Type | Method and Description |
---|---|
void |
TaxonomySearchServiceAsync.loadDataSourceForResultRow(boolean selected,
boolean distinct,
com.google.gwt.user.client.rpc.AsyncCallback<List<DataSource>> callback) |
Modifier and Type | Method and Description |
---|---|
List<DataSource> |
TaxonomySearchServiceImpl.loadDataSourceForResultRow(boolean selected,
boolean distinct) |
Modifier and Type | Method and Description |
---|---|
static JobOccurrencesModel |
OccurrenceJobUtil.createOccurrenceJobOnServiceByKeys(JobOccurrencesModel jobModel,
SpeciesService taxonomyService,
OccurrenceJobPersistence occurrencesJobDao,
List<String> keys,
List<DataSource> dataSources,
SaveFileFormat saveFileFormat,
OccurrencesSaveEnum csvType,
int expectedOccurrence) |
Modifier and Type | Class and Description |
---|---|
class |
DataSourceModel |
Modifier and Type | Field and Description |
---|---|
protected List<DataSource> |
OccurrencesJob.dataSources |
Modifier and Type | Method and Description |
---|---|
List<DataSource> |
OccurrencesJob.getDataSources() |
List<DataSource> |
JobOccurrencesModel.getDataSources() |
Modifier and Type | Method and Description |
---|---|
void |
OccurrencesJob.setDataSources(List<DataSource> dataSources) |
void |
JobOccurrencesModel.setDataSources(List<DataSource> dataSources) |
Constructor and Description |
---|
JobOccurrencesModel(String jobIdentifier,
String jobName,
String description,
DownloadState state,
String scientificName,
List<DataSource> listDataSource,
Date submitTime,
Date endTime,
int nodeCompleted,
int totalOccurrence)
USED FROM GET LIST ON SERVER
|
JobOccurrencesModel(String jobIdentifier,
String jobName2,
String scientificName2,
List<DataSource> dataSourceList,
SaveFileFormat fileFormat2,
OccurrencesSaveEnum csvType,
boolean byDataSource2) |
JobOccurrencesModel(String jobIdentifier,
String jobName2,
String scientificName2,
List<DataSource> dataSourceList,
SaveFileFormat fileFormat,
OccurrencesSaveEnum csvType,
boolean byDataSource,
int totalOccurrence)
USED FROM CREATE JOB ON CLIENT
|
OccurrencesJob(String jobId,
String jobName,
String jobDescription,
String scientificName,
List<DataSource> dataSources,
String state,
String storage,
long submitTime,
long startTime,
long endTime,
String fileFormat,
String csvType,
boolean isByDataSource,
String resultRowKeys,
int expectedOccurrence) |
Copyright © 2016. All Rights Reserved.