| Package | Description |
|---|---|
| fr.paris.lutece.portal.service.admin | |
| fr.paris.lutece.portal.service.csv |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
CSVMessageDescriptor.compareTo(CSVMessageDescriptor o)
compare this CSVMessageDescriptor with another.
|
Copyright © 2016 City of Paris. All rights reserved.