Modifier and Type | Method and Description |
---|---|
void |
SearchController.changeStatusJob(SearchResultType jobType,
String jobId,
DownloadState state) |
Modifier and Type | Method and Description |
---|---|
boolean |
TaxonomySearchService.changeStatusOccurrenceJob(String jobIdentifier,
DownloadState state) |
void |
TaxonomySearchServiceAsync.changeStatusOccurrenceJob(String jobIdentifier,
DownloadState state,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
boolean |
TaxonomySearchService.changeStatusTaxonomyJob(String jobIdentifier,
DownloadState state) |
void |
TaxonomySearchServiceAsync.changeStatusTaxonomyJob(String jobIdentifier,
DownloadState state,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
Modifier and Type | Method and Description |
---|---|
boolean |
TaxonomySearchServiceImpl.changeStatusOccurrenceJob(String jobIdentifier,
DownloadState state) |
boolean |
TaxonomySearchServiceImpl.changeStatusTaxonomyJob(String jobIdentifier,
DownloadState state) |
Modifier and Type | Method and Description |
---|---|
static DownloadState |
TaxonomyJobUtil.getDownloadState(String status) |
static DownloadState |
OccurrenceJobUtil.getDownloadState(String status) |
Modifier and Type | Method and Description |
---|---|
static int |
OccurrenceJobUtil.changeStatusOccurrenceJobById(String jobIdentifier,
DownloadState state,
OccurrenceJobPersistence occurrencesJobDao) |
static int |
TaxonomyJobUtil.changeStatusTaxonomyJobById(String jobIdentifier,
DownloadState state,
TaxonomyJobPersistence taxonomyJobDAO) |
Modifier and Type | Method and Description |
---|---|
DownloadState |
JobOccurrencesModel.getDownloadState() |
DownloadState |
JobTaxonomyModel.getDownloadState() |
static DownloadState |
DownloadState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DownloadState[] |
DownloadState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JobTaxonomyModel.setDownloadState(DownloadState downloadState) |
void |
JobOccurrencesModel.setState(DownloadState state) |
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
|
JobTaxonomyModel(String jobIdentifier,
String currentJobName,
DownloadState state) |
JobTaxonomyModel(String jobIdentifier,
String currentJobName,
DownloadState state,
List<JobTaxonomyModel> listStatusChild,
String scientificName,
String dataSource,
String rank) |
Copyright © 2016. All Rights Reserved.