fr.paris.lutece.portal.business.physicalfile
Class PhysicalFileHome

java.lang.Object
  extended by fr.paris.lutece.portal.business.physicalfile.PhysicalFileHome

public final class PhysicalFileHome
extends Object

This class provides instances management methods (create, find, ...) for physical file objects


Method Summary
static int create(PhysicalFile physicalFile)
          Creation of an instance of record physical file
static PhysicalFile findByPrimaryKey(int nKey)
          Returns an instance of a physical file whose identifier is specified in parameter
static void remove(int nIdPhysicalFile)
          Delete the physical file whose identifier is specified in parameter
static void update(PhysicalFile physicalFile)
          Update of physical file which is specified in parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static int create(PhysicalFile physicalFile)
Creation of an instance of record physical file

Parameters:
physicalFile - The instance of the physical file which contains the informations to store
Returns:
the id of the file after creation

update

public static void update(PhysicalFile physicalFile)
Update of physical file which is specified in parameter

Parameters:
physicalFile - The instance of the record physicalFile which contains the informations to update

remove

public static void remove(int nIdPhysicalFile)
Delete the physical file whose identifier is specified in parameter

Parameters:
nIdPhysicalFile - The identifier of the record physical file

findByPrimaryKey

public static PhysicalFile findByPrimaryKey(int nKey)
Returns an instance of a physical file whose identifier is specified in parameter

Parameters:
nKey - The file primary key
Returns:
an instance of physical file


Copyright © 2014 Mairie de Paris. All Rights Reserved.