Uses of Class
fr.paris.lutece.plugins.form.business.physicalfile.PhysicalFile

Packages that use PhysicalFile
fr.paris.lutece.plugins.form.business.file   
fr.paris.lutece.plugins.form.business.physicalfile   
fr.paris.lutece.plugins.form.service.physicalfile   
 

Uses of PhysicalFile in fr.paris.lutece.plugins.form.business.file
 

Methods in fr.paris.lutece.plugins.form.business.file that return PhysicalFile
 PhysicalFile File.getPhysicalFile()
          Get the physical file
 

Methods in fr.paris.lutece.plugins.form.business.file with parameters of type PhysicalFile
 void File.setPhysicalFile(PhysicalFile physicalFile)
          Set the PhysicalFile associate to the file
 

Uses of PhysicalFile in fr.paris.lutece.plugins.form.business.physicalfile
 

Methods in fr.paris.lutece.plugins.form.business.physicalfile that return PhysicalFile
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 IPhysicalFileDAO.load(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of the PhysicalFile from the table
 PhysicalFile PhysicalFileDAO.load(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of the PhysicalFile from the table
 

Methods in fr.paris.lutece.plugins.form.business.physicalfile with parameters of type PhysicalFile
static int PhysicalFileHome.create(PhysicalFile physicalFile, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Creation of an instance of record physical file
 int IPhysicalFileDAO.insert(PhysicalFile physicalFile, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 int PhysicalFileDAO.insert(PhysicalFile physicalFile, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void IPhysicalFileDAO.store(PhysicalFile physicalFile, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the physical file in the table
 void PhysicalFileDAO.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
 

Uses of PhysicalFile in fr.paris.lutece.plugins.form.service.physicalfile
 

Methods in fr.paris.lutece.plugins.form.service.physicalfile that return PhysicalFile
 PhysicalFile PhysicalFileService.findByPrimaryKey(int nKey)
          Returns an instance of a physical file whose identifier is specified in parameter
 

Methods in fr.paris.lutece.plugins.form.service.physicalfile with parameters of type PhysicalFile
 int PhysicalFileService.create(PhysicalFile physicalFile)
          Creation of an instance of record physical file
 void PhysicalFileService.update(PhysicalFile physicalFile)
          Update of physical file which is specified in parameter
 



Copyright © 2012 Mairie de Paris. All Rights Reserved.