Uses of Class
org.gcube.portlets.user.td.gwtservice.shared.csv.CSVImportSession

Packages that use CSVImportSession
org.gcube.portlets.user.td.gwtservice.client.rpc   
org.gcube.portlets.user.td.gwtservice.server   
 

Uses of CSVImportSession in org.gcube.portlets.user.td.gwtservice.client.rpc
 

Methods in org.gcube.portlets.user.td.gwtservice.client.rpc with parameters of type CSVImportSession
 void TDGWTService.getFileFromWorkspace(CSVImportSession csvImportSession)
           
 void TDGWTServiceAsync.getFileFromWorkspace(CSVImportSession csvImportSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
           
 void TDGWTService.setCSVSession(CSVImportSession csvImportSession)
           
 void TDGWTServiceAsync.setCSVSession(CSVImportSession csvImportSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
           
 void TDGWTService.startCSVImport(CSVImportSession csvImportSession)
          Start CSV Import and invokes the client library
 void TDGWTServiceAsync.startCSVImport(CSVImportSession csvImportSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
           
 

Uses of CSVImportSession in org.gcube.portlets.user.td.gwtservice.server
 

Methods in org.gcube.portlets.user.td.gwtservice.server that return CSVImportSession
static CSVImportSession SessionUtil.getCSVImportSession(javax.servlet.http.HttpSession httpSession)
           
 

Methods in org.gcube.portlets.user.td.gwtservice.server with parameters of type CSVImportSession
protected  Map<String,Object> TDGWTServiceImpl.csvImportFileParameter(String fileUrlOnStorage, FileUploadSession fileUploadSession, CSVImportSession csvImportSession)
           
 void TDGWTServiceImpl.getFileFromWorkspace(CSVImportSession csvImportSession)
           
protected  void TDGWTServiceImpl.importCSVFileOnService(String user, FileUploadSession fileUploadSession, CSVImportSession csvImportSession)
           
static void SessionUtil.setCSVImportSession(javax.servlet.http.HttpSession httpSession, CSVImportSession s)
           
 void TDGWTServiceImpl.setCSVSession(CSVImportSession importSession)
          
 void TDGWTServiceImpl.startCSVImport(CSVImportSession csvImportSession)
          Start CSV Import and invokes the client library
 



Copyright © 2013. All Rights Reserved.