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