| Modifier and Type | Method and Description |
|---|---|
JobGisLayerModel |
SaveJobEvent.getJobGisLayer() |
JobGisLayerModel |
ReSubmitJobEvent.getJobGisModel() |
| Constructor and Description |
|---|
ReSubmitJobEvent(SearchResultType loadType,
JobOccurrencesModel jobOccurrenceModel,
JobTaxonomyModel jobTaxonomyModel,
JobGisLayerModel jobGisModel) |
SaveJobErrorEvent(String jobIdentifier,
String layerTitle,
JobGisLayerModel jobGisLayer,
SearchResultType type)
Instantiates a new save job error event.
|
SaveJobEvent(String jobIdentifier,
String layerTitle,
SearchResultType type,
JobGisLayerModel jobGisLayer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GisLayerJobSpeciesPanel.addJob(JobGisLayerModel jobModel)
Adds the job.
|
void |
GisLayerGridJob.addJobIntoGrid(JobGisLayerModel jobModel,
GisLayerJobSpeciesProgressBar jobProgressBar)
Adds the job into grid.
|
void |
GisLayerWindowInfoJobsSpecies.updateDescription(JobGisLayerModel jobModel) |
void |
GisLayerGridJob.updateStatus(JobGisLayerModel jobModel,
GisLayerJobSpeciesProgressBar jobProgressBar)
Update status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GisLayerJobSpeciesPanel.addListJob(List<JobGisLayerModel> jobsModel)
Adds the list job.
|
| Modifier and Type | Method and Description |
|---|---|
JobGisLayerModel |
TaxonomySearchService.createGisLayerJobFromSelectedOccurrenceKeys(String layerTitle,
String layerDescr,
long totalPoints) |
JobGisLayerModel |
TaxonomySearchService.resubmitGisLayerJob(String jobIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
List<JobGisLayerModel> |
TaxonomySearchService.getListGisLayerJob() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TaxonomySearchService.saveGisLayerAsWsLink(JobGisLayerModel jobGisLayer,
String destinationFolderId,
String fileName) |
void |
TaxonomySearchServiceAsync.saveGisLayerAsWsLink(JobGisLayerModel jobGisLayer,
String id,
String fileName,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> asyncCallback) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaxonomySearchServiceAsync.createGisLayerJobFromSelectedOccurrenceKeys(String layerTitle,
String layerDescr,
long totalPoints,
com.google.gwt.user.client.rpc.AsyncCallback<JobGisLayerModel> callback) |
void |
TaxonomySearchServiceAsync.getListGisLayerJob(com.google.gwt.user.client.rpc.AsyncCallback<List<JobGisLayerModel>> callback) |
void |
TaxonomySearchServiceAsync.resubmitGisLayerJob(String jobIdentifier,
com.google.gwt.user.client.rpc.AsyncCallback<JobGisLayerModel> asyncCallback) |
| Modifier and Type | Method and Description |
|---|---|
JobGisLayerModel |
TaxonomySearchServiceImpl.createGisLayerJobFromSelectedOccurrenceKeys(String layerTitle,
String layerDescr,
long totalPoints) |
JobGisLayerModel |
TaxonomySearchServiceImpl.resubmitGisLayerJob(String jobIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
List<JobGisLayerModel> |
TaxonomySearchServiceImpl.getListGisLayerJob() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TaxonomySearchServiceImpl.saveGisLayerAsWsLink(JobGisLayerModel jobGisLayer,
String destinationFolderId,
String fileName) |
| Modifier and Type | Method and Description |
|---|---|
static JobGisLayerModel |
GisLayerJobUtil.convertJob(GisLayerJob job,
org.gcube.data.spd.model.service.types.CompleteJobStatus statusResponse,
GisLayerJobPersistence gisLayerJobP,
SpeciesService taxonomyService,
org.gcube.application.framework.core.session.ASLSession aslSession)
Convert job.
|
static JobGisLayerModel |
GisLayerJobUtil.createGisLayerJobByOccurrenceKeys(List<String> occurrenceKeys,
SpeciesService taxonomyService,
String layerTitle,
String layerDescr,
String author,
String credits,
long totalPoints,
GisLayerJobPersistence gisLayerJob)
Creates the gis layer job by occurrence keys.
|
Copyright © 2020. All Rights Reserved.