|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use File | |
---|---|
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 |
Uses of File in fr.paris.lutece.portal.business.file |
---|
Methods in fr.paris.lutece.portal.business.file that return File | |
---|---|
static File |
FileHome.findByPrimaryKey(int nKey)
Returns an instance of a file whose identifier is specified in parameter |
File |
IFileDAO.load(int nId)
Load the data of the File from the table |
File |
FileDAO.load(int nId)
Load the data of the File from the table |
Methods in fr.paris.lutece.portal.business.file with parameters of type File | |
---|---|
static int |
FileHome.create(File file)
Creation of an instance of record file |
int |
IFileDAO.insert(File file)
Insert a new record in the table. |
int |
FileDAO.insert(File file)
Insert a new record in the table. |
void |
IFileDAO.store(File file)
Update the file in the table |
void |
FileDAO.store(File file)
Update the file in the table |
static void |
FileHome.update(File file)
Update of file which is specified in parameter |
Uses of File in fr.paris.lutece.portal.business.user.attribute |
---|
Methods in fr.paris.lutece.portal.business.user.attribute that return File | |
---|---|
File |
AdminUserField.getFile()
Get file |
Methods in fr.paris.lutece.portal.business.user.attribute with parameters of type File | |
---|---|
void |
AdminUserField.setFile(File file)
Set file |
Uses of File in fr.paris.lutece.portal.business.xsl |
---|
Methods in fr.paris.lutece.portal.business.xsl that return File | |
---|---|
File |
XslExport.getFile()
|
Methods in fr.paris.lutece.portal.business.xsl with parameters of type File | |
---|---|
void |
XslExport.setFile(File file)
set the xsl file of the directory xsl |
Uses of File in fr.paris.lutece.portal.service.csv |
---|
Methods in fr.paris.lutece.portal.service.csv with parameters of type File | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |