Package | Description |
---|---|
fr.paris.lutece.portal.business.file | |
fr.paris.lutece.portal.business.physicalfile | |
fr.paris.lutece.portal.service.csv |
Modifier and Type | Method and Description |
---|---|
PhysicalFile |
File.getPhysicalFile() |
Modifier and Type | Method and Description |
---|---|
void |
File.setPhysicalFile(PhysicalFile file)
set the PhysicalFile associate to the file
|
Modifier and Type | Method and Description |
---|---|
static PhysicalFile |
PhysicalFileHome.findByPrimaryKey(int nKey)
Returns an instance of a physical file whose identifier is specified in parameter
|
PhysicalFile |
IPhysicalFileDAO.load(int nId)
Load the data of the PhysicalFile from the table
|
PhysicalFile |
PhysicalFileDAO.load(int nId)
Load the data of the PhysicalFile from the table
|
Modifier and Type | Method and Description |
---|---|
static int |
PhysicalFileHome.create(PhysicalFile physicalFile)
Creation of an instance of record physical file
|
int |
IPhysicalFileDAO.insert(PhysicalFile physicalFile)
Insert a new record in the table.
|
int |
PhysicalFileDAO.insert(PhysicalFile physicalFile)
Insert a new record in the table.
|
void |
IPhysicalFileDAO.store(PhysicalFile physicalFile)
Update the physical file in the table
|
void |
PhysicalFileDAO.store(PhysicalFile physicalFile)
Update the physical file in the table
|
static void |
PhysicalFileHome.update(PhysicalFile physicalFile)
Update of physical file which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2020 City of Paris. All rights reserved.