Package | Description |
---|---|
org.gcube.portlets.user.td.gwtservice.client.rpc | |
org.gcube.portlets.user.td.gwtservice.server |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static CSVImportSession |
SessionUtil.getCSVImportSession(javax.servlet.http.HttpSession httpSession) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
TDGWTServiceImpl.csvImportFileParameter(String fileUrlOnStorage,
FileUploadSession fileUploadSession,
CSVImportSession csvImportSession) |
void |
TDGWTServiceImpl.getFileFromWorkspace(CSVImportSession csvImportSession) |
protected void |
TDGWTServiceImpl.importCSVFileOnService(javax.servlet.http.HttpSession session,
org.gcube.application.framework.core.session.ASLSession aslSession,
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 © 2014. All Rights Reserved.