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

Packages that use SaveFileFormat
org.gcube.portlets.user.speciesdiscovery.client   
org.gcube.portlets.user.speciesdiscovery.client.event   
org.gcube.portlets.user.speciesdiscovery.client.gridview   
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 SaveFileFormat in org.gcube.portlets.user.speciesdiscovery.client
 

Methods in org.gcube.portlets.user.speciesdiscovery.client with parameters of type SaveFileFormat
 void SearchController.saveOccurences(SaveFileFormat fileFormat, OccurrencesSaveEnum typeCSV)
           
 void SearchController.saveTaxonomy(SaveFileFormat fileFormat)
           
 

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

Fields in org.gcube.portlets.user.speciesdiscovery.client.event declared as SaveFileFormat
protected  SaveFileFormat SaveItemsEvent.fileFormat
           
 

Methods in org.gcube.portlets.user.speciesdiscovery.client.event that return SaveFileFormat
 SaveFileFormat SaveItemsEvent.getFileFormat()
           
 SaveFileFormat CreateOccurrenceJobEvent.getFileFormat()
           
 

Methods in org.gcube.portlets.user.speciesdiscovery.client.event with parameters of type SaveFileFormat
 void SaveItemsEvent.setFileFormat(SaveFileFormat fileFormat)
           
 void CreateOccurrenceJobEvent.setFileFormat(SaveFileFormat fileFormat)
           
 

Constructors in org.gcube.portlets.user.speciesdiscovery.client.event with parameters of type SaveFileFormat
CreateOccurrenceJobEvent(SaveFileFormat fileFormat, int expectedOccurrences, OccurrencesSaveEnum save, List<String> listDataSourceFound, String searchTerm, boolean isByDataSource)
           
SaveItemsEvent(SearchResultType itemType, SaveFileFormat fileFormat, int expectedPoints, OccurrencesSaveEnum csvType)
           
 

Uses of SaveFileFormat in org.gcube.portlets.user.speciesdiscovery.client.gridview
 

Constructors in org.gcube.portlets.user.speciesdiscovery.client.gridview with parameters of type SaveFileFormat
OccurrenceJobGridManager(com.google.gwt.event.shared.EventBus eventBus, SaveFileFormat fileFormat, OccurrencesSaveEnum save, String searchTerm, boolean isByDataSource, boolean isSearchByCommonName)
           
 

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

Methods in org.gcube.portlets.user.speciesdiscovery.client.rpc with parameters of type SaveFileFormat
 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 TaxonomySearchService.saveSelectedOccurrencePoints(String destinationFolderId, String fileName, SaveFileFormat fileFormat, OccurrencesSaveEnum typeCSV)
           
 void TaxonomySearchServiceAsync.saveSelectedOccurrencePoints(String destinationFolderId, String fileName, SaveFileFormat fileFormat, OccurrencesSaveEnum typeCSV, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
           
 void TaxonomySearchService.saveSelectedTaxonomyPoints(String destinationFolderId, String fileName, SaveFileFormat fileFormat)
           
 void TaxonomySearchServiceAsync.saveSelectedTaxonomyPoints(String destinationFolderId, String fileName, SaveFileFormat fileFormat, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
           
 

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

Methods in org.gcube.portlets.user.speciesdiscovery.server with parameters of type SaveFileFormat
 List<JobOccurrencesModel> TaxonomySearchServiceImpl.createOccurrencesJob(List<JobOccurrencesModel> listJobOccurrenceModel, SaveFileFormat saveFileFormat, OccurrencesSaveEnum csvType, boolean isByDataSource, int expectedOccurrence)
          
 void TaxonomySearchServiceImpl.saveSelectedOccurrencePoints(String destinationFolderId, String fileName, SaveFileFormat fileFormat, OccurrencesSaveEnum typeCSV)
           
 void TaxonomySearchServiceImpl.saveSelectedTaxonomyPoints(String destinationFolderId, String fileName, SaveFileFormat fileFormat)
           
 

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

Methods in org.gcube.portlets.user.speciesdiscovery.server.job that return SaveFileFormat
static SaveFileFormat OccurrenceJobUtil.converFileFormat(String fileFormat)
           
 

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

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

Methods in org.gcube.portlets.user.speciesdiscovery.shared that return SaveFileFormat
 SaveFileFormat JobOccurrencesModel.getFileFormat()
           
static SaveFileFormat SaveFileFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SaveFileFormat[] SaveFileFormat.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 SaveFileFormat
 void JobOccurrencesModel.setFileFormat(SaveFileFormat fileFormat)
           
 

Constructors in org.gcube.portlets.user.speciesdiscovery.shared with parameters of type SaveFileFormat
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
 



Copyright © 2013. All Rights Reserved.