Uses of Class
org.gcube.portlets.user.speciesdiscovery.shared.JobOccurrencesModel

Packages that use JobOccurrencesModel
org.gcube.portlets.user.speciesdiscovery.client.event   
org.gcube.portlets.user.speciesdiscovery.client.job.occurrence   
org.gcube.portlets.user.speciesdiscovery.client.rpc   
org.gcube.portlets.user.speciesdiscovery.server   
org.gcube.portlets.user.speciesdiscovery.server.job   
 

Uses of JobOccurrencesModel in org.gcube.portlets.user.speciesdiscovery.client.event
 

Methods in org.gcube.portlets.user.speciesdiscovery.client.event that return JobOccurrencesModel
 JobOccurrencesModel SaveJobEvent.getJobOccurrenceModel()
           
 JobOccurrencesModel SaveJobErrorEvent.getJobOccurrenceModel()
           
 JobOccurrencesModel ReSubmitJobEvent.getJobOccurrenceModel()
           
 

Methods in org.gcube.portlets.user.speciesdiscovery.client.event with parameters of type JobOccurrencesModel
 void SaveJobEvent.setJobOccurrenceModel(JobOccurrencesModel jobOccurrenceModel)
           
 void SaveJobErrorEvent.setJobOccurrenceModel(JobOccurrencesModel jobOccurrenceModel)
           
 

Constructors in org.gcube.portlets.user.speciesdiscovery.client.event with parameters of type JobOccurrencesModel
ReSubmitJobEvent(SearchResultType loadType, JobOccurrencesModel jobOccurrenceModel, JobTaxonomyModel jobTaxonomyModel)
           
SaveJobErrorEvent(String jobIdentifier, String scientificName, List<DataSource> dataSourceList, SearchResultType type, JobOccurrencesModel jobOccurrenceModel)
           
SaveJobEvent(String jobIdentifier, String scientificName, List<DataSource> dataSourceList, SearchResultType type, JobOccurrencesModel jobOccurrenceModel)
           
 

Uses of JobOccurrencesModel in org.gcube.portlets.user.speciesdiscovery.client.job.occurrence
 

Methods in org.gcube.portlets.user.speciesdiscovery.client.job.occurrence with parameters of type JobOccurrencesModel
 boolean OccurrenceJobSpeciesPanel.addJob(JobOccurrencesModel jobModel)
           
 void OccurrenceGridJob.addJobIntoGrid(JobOccurrencesModel jobModel, OccurrenceJobSpeciesProgressBar jobProgressBar)
           
 void OccurrenceWindowInfoJobsSpecies.updateDescription(JobOccurrencesModel jobModel)
           
 void OccurrenceGridJob.updateStatus(JobOccurrencesModel jobModel, OccurrenceJobSpeciesProgressBar jobProgressBar)
           
 

Method parameters in org.gcube.portlets.user.speciesdiscovery.client.job.occurrence with type arguments of type JobOccurrencesModel
 boolean OccurrenceJobSpeciesPanel.addListJob(List<JobOccurrencesModel> jobsModel)
           
 

Uses of JobOccurrencesModel in org.gcube.portlets.user.speciesdiscovery.client.rpc
 

Methods in org.gcube.portlets.user.speciesdiscovery.client.rpc that return types with arguments of type JobOccurrencesModel
 List<JobOccurrencesModel> TaxonomySearchService.createOccurrencesJob(List<JobOccurrencesModel> listJobOccurrenceModel, SaveFileFormat saveFileFormat, OccurrencesSaveEnum csvType, boolean isByDataSource, int expectedOccurrence)
           
 List<JobOccurrencesModel> TaxonomySearchService.getListOccurrencesJob()
           
 List<JobOccurrencesModel> TaxonomySearchService.resubmitOccurrencesJob(String jobIdentifier)
           
 

Methods in org.gcube.portlets.user.speciesdiscovery.client.rpc with parameters of type JobOccurrencesModel
 boolean TaxonomySearchService.saveOccurrenceJob(JobOccurrencesModel jobModel, String destinationFolderId, String fileName, String scientificName, String dataSourceName)
           
 void TaxonomySearchServiceAsync.saveOccurrenceJob(JobOccurrencesModel jobModel, String destinationFolderId, String fileName, String scientificName, String dataSourceName, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
           
 boolean TaxonomySearchService.saveOccurrenceJobError(JobOccurrencesModel jobModel, String destinationFolderId, String fileName, String scientificName, String dataSourceName)
           
 void TaxonomySearchServiceAsync.saveOccurrenceJobError(JobOccurrencesModel jobModel, String destinationFolderId, String fileName, String scientificName, String dataSourceName, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
           
 

Method parameters in org.gcube.portlets.user.speciesdiscovery.client.rpc with type arguments of type JobOccurrencesModel
 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 TaxonomySearchServiceAsync.createOccurrencesJob(List<JobOccurrencesModel> listJobOccurrenceModel, SaveFileFormat saveFileFormat, OccurrencesSaveEnum csvType, boolean isByDataSource, int expectedOccurrence, com.google.gwt.user.client.rpc.AsyncCallback<List<JobOccurrencesModel>> callback)
           
 void TaxonomySearchServiceAsync.getListOccurrencesJob(com.google.gwt.user.client.rpc.AsyncCallback<List<JobOccurrencesModel>> callback)
           
 void TaxonomySearchServiceAsync.resubmitOccurrencesJob(String jobIdentifier, com.google.gwt.user.client.rpc.AsyncCallback<List<JobOccurrencesModel>> callback)
           
 

Uses of JobOccurrencesModel in org.gcube.portlets.user.speciesdiscovery.server
 

Methods in org.gcube.portlets.user.speciesdiscovery.server that return types with arguments of type JobOccurrencesModel
 List<JobOccurrencesModel> TaxonomySearchServiceImpl.createOccurrencesJob(List<JobOccurrencesModel> listJobOccurrenceModel, SaveFileFormat saveFileFormat, OccurrencesSaveEnum csvType, boolean isByDataSource, int expectedOccurrence)
          
 List<JobOccurrencesModel> TaxonomySearchServiceImpl.getListOccurrencesJob()
           
 List<JobOccurrencesModel> TaxonomySearchServiceImpl.resubmitOccurrencesJob(String jobIdentifier)
           
 

Methods in org.gcube.portlets.user.speciesdiscovery.server with parameters of type JobOccurrencesModel
 boolean TaxonomySearchServiceImpl.saveOccurrenceJob(JobOccurrencesModel jobModel, String destinationFolderId, String fileName, String scientificName, String dataSourceName)
           
 boolean TaxonomySearchServiceImpl.saveOccurrenceJobError(JobOccurrencesModel jobModel, String destinationFolderId, String fileName, String scientificName, String dataSourceName)
           
 

Method parameters in org.gcube.portlets.user.speciesdiscovery.server with type arguments of type JobOccurrencesModel
 List<JobOccurrencesModel> TaxonomySearchServiceImpl.createOccurrencesJob(List<JobOccurrencesModel> listJobOccurrenceModel, SaveFileFormat saveFileFormat, OccurrencesSaveEnum csvType, boolean isByDataSource, int expectedOccurrence)
          
 

Uses of JobOccurrencesModel in org.gcube.portlets.user.speciesdiscovery.server.job
 

Methods in org.gcube.portlets.user.speciesdiscovery.server.job that return JobOccurrencesModel
static JobOccurrencesModel OccurrenceJobUtil.convertJob(OccurrencesJob job, org.gcube.data.spd.stubs.types.Status statusResponse, OccurrenceJobPersistence occurrencesJobDao)
           
static JobOccurrencesModel OccurrenceJobUtil.createOccurrenceJobOnServiceByKeys(JobOccurrencesModel jobModel, SpeciesService taxonomyService, OccurrenceJobPersistence occurrencesJobDao, List<String> keys, List<DataSource> dataSources, SaveFileFormat saveFileFormat, OccurrencesSaveEnum csvType, int expectedOccurrence)
           
 

Methods in org.gcube.portlets.user.speciesdiscovery.server.job with parameters of type JobOccurrencesModel
static JobOccurrencesModel OccurrenceJobUtil.createOccurrenceJobOnServiceByKeys(JobOccurrencesModel jobModel, SpeciesService taxonomyService, OccurrenceJobPersistence occurrencesJobDao, List<String> keys, List<DataSource> dataSources, SaveFileFormat saveFileFormat, OccurrencesSaveEnum csvType, int expectedOccurrence)
           
 



Copyright © 2013. All Rights Reserved.