| 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) |
String |
TDGWTService.startCSVImport(CSVImportSession csvImportSession)
Start CSV Import and invokes the client library
|
void |
TDGWTServiceAsync.startCSVImport(CSVImportSession csvImportSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
| Modifier and Type | Method and Description |
|---|---|
static CSVImportSession |
SessionUtil.getCSVImportSession(javax.servlet.http.HttpSession httpSession) |
| Modifier and Type | Method and Description |
|---|---|
void |
TDGWTServiceImpl.getFileFromWorkspace(CSVImportSession csvImportSession) |
static void |
SessionUtil.setCSVImportSession(javax.servlet.http.HttpSession httpSession,
CSVImportSession s) |
void |
TDGWTServiceImpl.setCSVSession(CSVImportSession importSession) |
String |
TDGWTServiceImpl.startCSVImport(CSVImportSession csvImportSession)
Start CSV Import and invokes the client library
|
Copyright © 2015. All Rights Reserved.