public class CsvImportServer extends Object implements org.gcube.portlets.user.csvimportwizard.server.csv.CSVTarget
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
logger |
Constructor and Description |
---|
CsvImportServer() |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
void |
importCSV(javax.servlet.http.HttpSession httpSession,
File csvFile,
String fileName,
org.gcube.portlets.user.csvimportwizard.server.csv.CSVParserConfiguration parserConfiguration,
boolean[] columnToImportMask,
org.gcube.portlets.user.csvimportwizard.client.progress.OperationProgress operationProgress) |
public String getId()
getId
in interface org.gcube.portlets.user.csvimportwizard.server.csv.CSVTarget
public void importCSV(javax.servlet.http.HttpSession httpSession, File csvFile, String fileName, org.gcube.portlets.user.csvimportwizard.server.csv.CSVParserConfiguration parserConfiguration, boolean[] columnToImportMask, org.gcube.portlets.user.csvimportwizard.client.progress.OperationProgress operationProgress)
importCSV
in interface org.gcube.portlets.user.csvimportwizard.server.csv.CSVTarget
Copyright © 2014. All Rights Reserved.