|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PhysicalFile | |
---|---|
fr.paris.lutece.portal.business.file | |
fr.paris.lutece.portal.business.physicalfile |
Uses of PhysicalFile in fr.paris.lutece.portal.business.file |
---|
Methods in fr.paris.lutece.portal.business.file that return PhysicalFile | |
---|---|
PhysicalFile |
File.getPhysicalFile()
|
Methods in fr.paris.lutece.portal.business.file with parameters of type PhysicalFile | |
---|---|
void |
File.setPhysicalFile(PhysicalFile file)
set the PhysicalFile associate to the file |
Uses of PhysicalFile in fr.paris.lutece.portal.business.physicalfile |
---|
Methods in fr.paris.lutece.portal.business.physicalfile that return PhysicalFile | |
---|---|
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 |
Methods in fr.paris.lutece.portal.business.physicalfile with parameters of type PhysicalFile | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |