org.gcube.portlets.user.codelistinterface.csv
Interface CSVServiceInterface


public interface CSVServiceInterface

Author:
"Federico De Faveri defaveri@isti.cnr.it"

Method Summary
 java.util.List<CSVColumn> getColumns()
           
 java.lang.String getDataAsJson(int offset, int length)
           
 java.lang.String getId()
           
 CSVImportProgress getImportProgress()
           
 

Method Detail

getId

java.lang.String getId()
                       throws java.lang.Exception
Throws:
java.lang.Exception

getImportProgress

CSVImportProgress getImportProgress()
                                    throws java.lang.Exception
Throws:
java.lang.Exception

getColumns

java.util.List<CSVColumn> getColumns()
                                     throws java.lang.Exception
Throws:
java.lang.Exception

getDataAsJson

java.lang.String getDataAsJson(int offset,
                               int length)
                               throws java.lang.Exception
Throws:
java.lang.Exception