|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DownloadState in org.gcube.portlets.user.speciesdiscovery.client |
---|
Methods in org.gcube.portlets.user.speciesdiscovery.client with parameters of type DownloadState | |
---|---|
void |
SearchController.changeStatusJob(SearchResultType jobType,
String jobId,
DownloadState state)
|
Uses of DownloadState in org.gcube.portlets.user.speciesdiscovery.client.rpc |
---|
Methods in org.gcube.portlets.user.speciesdiscovery.client.rpc with parameters of type DownloadState | |
---|---|
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)
|
Uses of DownloadState in org.gcube.portlets.user.speciesdiscovery.server |
---|
Methods in org.gcube.portlets.user.speciesdiscovery.server with parameters of type DownloadState | |
---|---|
boolean |
TaxonomySearchServiceImpl.changeStatusOccurrenceJob(String jobIdentifier,
DownloadState state)
|
boolean |
TaxonomySearchServiceImpl.changeStatusTaxonomyJob(String jobIdentifier,
DownloadState state)
|
Uses of DownloadState in org.gcube.portlets.user.speciesdiscovery.server.job |
---|
Methods in org.gcube.portlets.user.speciesdiscovery.server.job that return DownloadState | |
---|---|
static DownloadState |
OccurrenceJobUtil.getDownloadState(String status)
|
static DownloadState |
TaxonomyJobUtil.getDownloadState(String status)
|
Methods in org.gcube.portlets.user.speciesdiscovery.server.job with parameters of type DownloadState | |
---|---|
static int |
OccurrenceJobUtil.changeStatusOccurrenceJobById(String jobIdentifier,
DownloadState state,
OccurrenceJobPersistence occurrencesJobDao)
|
static int |
TaxonomyJobUtil.changeStatusTaxonomyJobById(String jobIdentifier,
DownloadState state,
TaxonomyJobPersistence taxonomyJobDAO)
|
Uses of DownloadState in org.gcube.portlets.user.speciesdiscovery.shared |
---|
Methods in org.gcube.portlets.user.speciesdiscovery.shared that return DownloadState | |
---|---|
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. |
Methods in org.gcube.portlets.user.speciesdiscovery.shared with parameters of type DownloadState | |
---|---|
void |
JobTaxonomyModel.setDownloadState(DownloadState downloadState)
|
void |
JobOccurrencesModel.setState(DownloadState state)
|
Constructors in org.gcube.portlets.user.speciesdiscovery.shared with parameters of type DownloadState | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |