org.gcube.portlets.user.occurrencemanagement.server.csv
Class CsvImportServer
java.lang.Object
org.gcube.portlets.user.occurrencemanagement.server.csv.CsvImportServer
- All Implemented Interfaces:
- org.gcube.portlets.user.csvimportwizard.server.csv.CSVTarget
public class CsvImportServer
- extends Object
- implements org.gcube.portlets.user.csvimportwizard.server.csv.CSVTarget
Field Summary |
static org.apache.log4j.Logger |
logger
|
Method Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
public static org.apache.log4j.Logger logger
CsvImportServer
public CsvImportServer()
getId
public String getId()
-
- Specified by:
getId
in interface org.gcube.portlets.user.csvimportwizard.server.csv.CSVTarget
importCSV
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)
-
- Specified by:
importCSV
in interface org.gcube.portlets.user.csvimportwizard.server.csv.CSVTarget
Copyright © 2014. All Rights Reserved.