Uses of Class
fr.paris.lutece.portal.business.physicalfile.PhysicalFile

Packages that use PhysicalFile
fr.paris.lutece.portal.business.file   
fr.paris.lutece.portal.business.physicalfile   
fr.paris.lutece.portal.service.csv   
 

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
 

Uses of PhysicalFile in fr.paris.lutece.portal.service.csv
 

Methods in fr.paris.lutece.portal.service.csv with parameters of type PhysicalFile
 List<CSVMessageDescriptor> CSVReaderService.readCSVFile(PhysicalFile physicalFile, 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.
 



Copyright © 2014 Mairie de Paris. All Rights Reserved.