Package | Description |
---|---|
fr.paris.lutece.plugins.directory.business | |
fr.paris.lutece.plugins.directory.utils |
Modifier and Type | Method and Description |
---|---|
static File |
FileHome.findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a file whose identifier is specified in parameter
|
File |
DirectoryXsl.getFile() |
File |
RecordField.getFile() |
File |
IFileDAO.load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the File from the table
|
File |
FileDAO.load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the File from the table
|
Modifier and Type | Method and Description |
---|---|
static int |
FileHome.create(File file,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of record file
|
int |
IFileDAO.insert(File file,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
int |
FileDAO.insert(File file,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
DirectoryXsl.setFile(File file)
set the xsl file of the directory xsl
|
void |
RecordField.setFile(File file)
set the file associate to the record field
|
void |
IFileDAO.store(File file,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the file in the table
|
void |
FileDAO.store(File file,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the file in the table
|
static void |
FileHome.update(File file,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of file which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static File |
DirectoryUtils.doDownloadFile(String strUrl)
Do download a file
|
static File |
DirectoryUtils.getFileData(String strFileInputName,
javax.servlet.http.HttpServletRequest request)
Get the file contains in the request from the name of the input file
|
Copyright © 2017 City of Paris. All rights reserved.