fr.paris.lutece.portal.business.physicalfile
Interface IPhysicalFileDAO

All Known Implementing Classes:
PhysicalFileDAO

public interface IPhysicalFileDAO

IPhysicalFileDAO


Method Summary
 void delete(int nIdPhysicalFile)
          Delete a record from the table
 int insert(PhysicalFile physicalFile)
          Insert a new record in the table.
 PhysicalFile load(int nId)
          Load the data of the PhysicalFile from the table
 int newPrimaryKey()
          Generates a new primary key
 void store(PhysicalFile physicalFile)
          Update the physical file in the table
 

Method Detail

newPrimaryKey

int newPrimaryKey()
Generates a new primary key

Returns:
The new primary key

insert

int insert(PhysicalFile physicalFile)
Insert a new record in the table.

Parameters:
physicalFile - instance of the PhysicalFile object to insert
Returns:
the id of the new physical file

load

PhysicalFile load(int nId)
Load the data of the PhysicalFile from the table

Parameters:
nId - The identifier of the file
Returns:
the instance of the PhysicalFile

delete

void delete(int nIdPhysicalFile)
Delete a record from the table

Parameters:
nIdPhysicalFile - The identifier of the PhyscalFile

store

void store(PhysicalFile physicalFile)
Update the physical file in the table

Parameters:
physicalFile - instance of the physicalFile object to update


Copyright © 2012 Mairie de Paris. All Rights Reserved.