Package | Description |
---|---|
fr.paris.lutece.portal.business.file | |
fr.paris.lutece.portal.business.user.attribute | |
fr.paris.lutece.portal.business.xsl | |
fr.paris.lutece.portal.service.csv |
Modifier and Type | Method and Description |
---|---|
static File |
FileHome.findByPrimaryKey(int nKey)
Returns an instance of a file whose identifier is specified in parameter
|
File |
FileDAO.load(int nId)
Load the data of the File from the table
|
File |
IFileDAO.load(int nId)
Load the data of the File from the table
|
Modifier and Type | Method and Description |
---|---|
static int |
FileHome.create(File file)
Creation of an instance of record file
|
int |
FileDAO.insert(File file)
Insert a new record in the table.
|
int |
IFileDAO.insert(File file)
Insert a new record in the table.
|
void |
FileDAO.store(File file)
Update the file in the table
|
void |
IFileDAO.store(File file)
Update the file in the table
|
static void |
FileHome.update(File file)
Update of file which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
File |
AdminUserField.getFile()
Get file
|
Modifier and Type | Method and Description |
---|---|
void |
AdminUserField.setFile(File file)
Set file
|
Modifier and Type | Method and Description |
---|---|
File |
XslExport.getFile() |
Modifier and Type | Method and Description |
---|---|
void |
XslExport.setFile(File file)
set the xsl file of the directory xsl
|
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2020 City of Paris. All rights reserved.