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

Packages that use DataSource
org.gcube.portlets.user.speciesdiscovery.client   
org.gcube.portlets.user.speciesdiscovery.client.event   
org.gcube.portlets.user.speciesdiscovery.client.rpc   
org.gcube.portlets.user.speciesdiscovery.server   
org.gcube.portlets.user.speciesdiscovery.server.job   
org.gcube.portlets.user.speciesdiscovery.shared   
 

Uses of DataSource in org.gcube.portlets.user.speciesdiscovery.client
 

Method parameters in org.gcube.portlets.user.speciesdiscovery.client with type arguments of type DataSource
 void SearchController.saveTaxonomyJob(JobTaxonomyModel jobTaxonomyModel, String scientificName, List<DataSource> listDataSources, String rank)
           
 void SearchController.saveTaxonomyJobError(JobTaxonomyModel jobTaxonomyModel, String scientificName, List<DataSource> listDataSources, String rank)
           
 

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

Methods in org.gcube.portlets.user.speciesdiscovery.client.event that return types with arguments of type DataSource
 List<DataSource> SaveJobEvent.getListDataSources()
           
 List<DataSource> SaveJobErrorEvent.getListDataSources()
           
 

Method parameters in org.gcube.portlets.user.speciesdiscovery.client.event with type arguments of type DataSource
 void SaveJobEvent.setListDataSources(List<DataSource> listDataSources)
           
 void SaveJobErrorEvent.setListDataSources(List<DataSource> listDataSources)
           
 

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

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

Methods in org.gcube.portlets.user.speciesdiscovery.client.rpc that return types with arguments of type DataSource
 List<DataSource> TaxonomySearchService.loadDataSourceForResultRow(boolean selected, boolean distinct)
           
 

Method parameters in org.gcube.portlets.user.speciesdiscovery.client.rpc with type arguments of type DataSource
 void TaxonomySearchServiceAsync.loadDataSourceForResultRow(boolean selected, boolean distinct, com.google.gwt.user.client.rpc.AsyncCallback<List<DataSource>> callback)
           
 

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

Methods in org.gcube.portlets.user.speciesdiscovery.server that return types with arguments of type DataSource
 List<DataSource> TaxonomySearchServiceImpl.loadDataSourceForResultRow(boolean selected, boolean distinct)
           
 

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

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

Uses of DataSource in org.gcube.portlets.user.speciesdiscovery.shared
 

Subclasses of DataSource in org.gcube.portlets.user.speciesdiscovery.shared
 class DataSourceModel
           
 

Fields in org.gcube.portlets.user.speciesdiscovery.shared with type parameters of type DataSource
protected  List<DataSource> OccurrencesJob.dataSources
           
 

Methods in org.gcube.portlets.user.speciesdiscovery.shared that return types with arguments of type DataSource
 List<DataSource> JobOccurrencesModel.getDataSources()
           
 List<DataSource> OccurrencesJob.getDataSources()
           
 

Method parameters in org.gcube.portlets.user.speciesdiscovery.shared with type arguments of type DataSource
 void JobOccurrencesModel.setDataSources(List<DataSource> dataSources)
           
 void OccurrencesJob.setDataSources(List<DataSource> dataSources)
           
 

Constructor parameters in org.gcube.portlets.user.speciesdiscovery.shared with type arguments of type DataSource
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
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
OccurrencesJob(String jobId, String jobName, String jobDescription, String scientificName, List<DataSource> dataSources, String state, String storage, long submitTime, long startTime, long endTime, String fileFormat, String csvType, boolean isByDataSource, String resultRowKeys, int expectedOccurrence)
           
 



Copyright © 2013. All Rights Reserved.