Uses of Class
org.gcube.portlets.user.td.gwtservice.shared.csv.CSVRowError

Packages that use CSVRowError
org.gcube.portlets.user.td.gwtservice.client.rpc   
org.gcube.portlets.user.td.gwtservice.server   
org.gcube.portlets.user.td.gwtservice.shared.csv   
 

Uses of CSVRowError in org.gcube.portlets.user.td.gwtservice.client.rpc
 

Methods in org.gcube.portlets.user.td.gwtservice.client.rpc that return types with arguments of type CSVRowError
 ArrayList<CSVRowError> TDGWTService.checkCSV(long errorsLimit)
           
 

Method parameters in org.gcube.portlets.user.td.gwtservice.client.rpc with type arguments of type CSVRowError
 void TDGWTServiceAsync.checkCSV(long errorsLimit, com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<CSVRowError>> callback)
           
 

Uses of CSVRowError in org.gcube.portlets.user.td.gwtservice.server
 

Methods in org.gcube.portlets.user.td.gwtservice.server that return types with arguments of type CSVRowError
 ArrayList<CSVRowError> TDGWTServiceImpl.checkCSV(long errorsLimit)
          
 

Uses of CSVRowError in org.gcube.portlets.user.td.gwtservice.shared.csv
 

Methods in org.gcube.portlets.user.td.gwtservice.shared.csv that return types with arguments of type CSVRowError
static ArrayList<CSVRowError> CSVFileUtil.checkCSV(File csvFile, Charset charset, char delimiter, char comment, long errorsLimit)
           
static ArrayList<CSVRowError> CSVFileUtil.checkCSV(File csvFile, CSVParserConfiguration config, long errorsLimit)
           
 



Copyright © 2013. All Rights Reserved.