Uses of Class
fr.paris.lutece.portal.service.csv.CSVMessageDescriptor

Packages that use CSVMessageDescriptor
fr.paris.lutece.portal.service.admin   
fr.paris.lutece.portal.service.csv   
 

Uses of CSVMessageDescriptor in fr.paris.lutece.portal.service.admin
 

Methods in fr.paris.lutece.portal.service.admin that return types with arguments of type CSVMessageDescriptor
protected  List<CSVMessageDescriptor> ImportAdminUserService.checkLineOfCSVFile(String[] strLineDataArray, int nLineNumber, Locale locale)
          Check the line of the CSV file.
protected  List<CSVMessageDescriptor> ImportAdminUserService.getEndOfProcessMessages(int nNbLineParses, int nNbLinesWithoutErrors, Locale locale)
          Get messages after the process is completed.
protected  List<CSVMessageDescriptor> ImportAdminUserService.readLineOfCSVFile(String[] strLineDataArray, int nLineNumber, Locale locale, String strBaseUrl)
          Read a line of the CSV file.
 

Uses of CSVMessageDescriptor in fr.paris.lutece.portal.service.csv
 

Methods in fr.paris.lutece.portal.service.csv that return types with arguments of type CSVMessageDescriptor
protected  List<CSVMessageDescriptor> CSVReaderService.checkCSVFileValidity(List<String[]> listLines, int nColumnNumber, boolean bSkipFirstLine, Locale locale)
          Check the validity of the whole CSV file.
protected  List<CSVMessageDescriptor> CSVReaderService.checkCSVLineColumnNumber(String[] strLine, int nColumnNumber, int nLineNumber, Locale locale)
          Check the number of columns of a line.
protected abstract  List<CSVMessageDescriptor> CSVReaderService.checkLineOfCSVFile(String[] strLineDataArray, int nLineNumber, Locale locale)
          Check the line of the CSV file.
protected abstract  List<CSVMessageDescriptor> CSVReaderService.getEndOfProcessMessages(int nNbLineParses, int nNbLinesWithoutErrors, Locale locale)
          Get messages after the process is completed.
 List<CSVMessageDescriptor> CSVReaderService.readCSVFile(File file, int nColumnNumber, boolean bCheckFileBeforeProcessing, boolean bExitOnError, boolean bSkipFirstLine, Locale locale, String strBaseUrl)
          Read a CSV file and call the method readLineOfCSVFile for each of its lines.
 List<CSVMessageDescriptor> CSVReaderService.readCSVFile(org.apache.commons.fileupload.FileItem fileItem, int nColumnNumber, boolean bCheckFileBeforeProcessing, boolean bExitOnError, boolean bSkipFirstLine, Locale locale, String strBaseUrl)
          Read a CSV file and call the method readLineOfCSVFile for each of its lines.
 List<CSVMessageDescriptor> CSVReaderService.readCSVFile(PhysicalFile physicalFile, int nColumnNumber, boolean bCheckFileBeforeProcessing, boolean bExitOnError, boolean bSkipFirstLine, Locale locale, String strBaseUrl)
          Read a CSV file and call the method readLineOfCSVFile for each of its lines.
protected  List<CSVMessageDescriptor> CSVReaderService.readCSVFile(Reader reader, au.com.bytecode.opencsv.CSVReader csvReader, int nColumnNumber, boolean bCheckFileBeforeProcessing, boolean bExitOnError, boolean bSkipFirstLine, Locale locale, String strBaseUrl)
          Read a CSV file and call the method readLineOfCSVFile for each of its lines.
 List<CSVMessageDescriptor> CSVReaderService.readCSVFile(String strPath, int nColumnNumber, boolean bCheckFileBeforeProcessing, boolean bExitOnError, boolean bSkipFirstLine, Locale locale, String strBaseUrl)
          Read a CSV file and call the method readLineOfCSVFile for each of its lines.
protected abstract  List<CSVMessageDescriptor> CSVReaderService.readLineOfCSVFile(String[] strLineDataArray, int nLineNumber, Locale locale, String strBaseUrl)
          Read a line of the CSV file.
 

Methods in fr.paris.lutece.portal.service.csv with parameters of type CSVMessageDescriptor
 int CSVMessageDescriptor.compareTo(CSVMessageDescriptor o)
          compare this CSVMessageDescriptor with another.
 



Copyright © 2014 Mairie de Paris. All Rights Reserved.