|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use File | |
---|---|
fr.paris.lutece.portal.business.file | |
fr.paris.lutece.portal.business.user.attribute |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |