Modifier and Type | Method and Description |
---|---|
void |
SearchController.saveOccurences(SaveFileFormat fileFormat,
OccurrencesSaveEnum typeCSV) |
Modifier and Type | Method and Description |
---|---|
OccurrencesSaveEnum |
SaveItemsEvent.getCsvType() |
OccurrencesSaveEnum |
CreateOccurrenceJobEvent.getSaveEnum() |
Modifier and Type | Method and Description |
---|---|
void |
SaveItemsEvent.setCsvType(OccurrencesSaveEnum csvType) |
void |
CreateOccurrenceJobEvent.setSaveEnum(OccurrencesSaveEnum saveEnum) |
Constructor and Description |
---|
CreateOccurrenceJobEvent(SaveFileFormat fileFormat,
int expectedOccurrences,
OccurrencesSaveEnum save,
List<String> listDataSourceFound,
String searchTerm,
boolean isByDataSource) |
SaveItemsEvent(SearchResultType itemType,
SaveFileFormat fileFormat,
int expectedPoints,
OccurrencesSaveEnum csvType) |
Constructor and Description |
---|
OccurrenceJobGridManager(com.google.gwt.event.shared.EventBus eventBus,
SaveFileFormat fileFormat,
OccurrencesSaveEnum save,
String searchTerm,
boolean isByDataSource,
boolean isSearchByCommonName) |
Modifier and Type | Method and Description |
---|---|
List<JobOccurrencesModel> |
TaxonomySearchService.createOccurrencesJob(List<JobOccurrencesModel> listJobOccurrenceModel,
SaveFileFormat saveFileFormat,
OccurrencesSaveEnum csvType,
boolean isByDataSource,
int expectedOccurrence) |
void |
TaxonomySearchServiceAsync.createOccurrencesJob(List<JobOccurrencesModel> listJobOccurrenceModel,
SaveFileFormat saveFileFormat,
OccurrencesSaveEnum csvType,
boolean isByDataSource,
int expectedOccurrence,
com.google.gwt.user.client.rpc.AsyncCallback<List<JobOccurrencesModel>> callback) |
void |
TaxonomySearchService.saveSelectedOccurrencePoints(String destinationFolderId,
String fileName,
SaveFileFormat fileFormat,
OccurrencesSaveEnum typeCSV) |
void |
TaxonomySearchServiceAsync.saveSelectedOccurrencePoints(String destinationFolderId,
String fileName,
SaveFileFormat fileFormat,
OccurrencesSaveEnum typeCSV,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
Modifier and Type | Method and Description |
---|---|
List<JobOccurrencesModel> |
TaxonomySearchServiceImpl.createOccurrencesJob(List<JobOccurrencesModel> listJobOccurrenceModel,
SaveFileFormat saveFileFormat,
OccurrencesSaveEnum csvType,
boolean isByDataSource,
int expectedOccurrence) |
protected File |
TaxonomySearchServiceImpl.generateCSVFile(List<String> ids,
OccurrencesSaveEnum csvType) |
void |
TaxonomySearchServiceImpl.saveSelectedOccurrencePoints(String destinationFolderId,
String fileName,
SaveFileFormat fileFormat,
OccurrencesSaveEnum typeCSV) |
Modifier and Type | Method and Description |
---|---|
static OccurrencesSaveEnum |
OccurrenceJobUtil.convertCsvType(String csvType) |
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 | Method and Description |
---|---|
OccurrencesSaveEnum |
JobOccurrencesModel.getCsvType() |
static OccurrencesSaveEnum |
OccurrencesSaveEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OccurrencesSaveEnum[] |
OccurrencesSaveEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JobOccurrencesModel.setCsvType(OccurrencesSaveEnum csvType) |
Constructor and Description |
---|
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
|
Copyright © 2016. All Rights Reserved.