fr.paris.lutece.plugins.form.business
Interface IExportFormatDAO

All Known Implementing Classes:
ExportFormatDAO

public interface IExportFormatDAO

IFormDAO Interface


Method Summary
 void delete(int nIdExport, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Delete a record from the table
 fr.paris.lutece.util.ReferenceList getListExport(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the export format returns them in a reference list
 void insert(ExportFormat exportFormat, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 ExportFormat load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of the export format from the table
 java.util.List<ExportFormat> selectListExport(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the ExportFormat and returns them in form of a list
 void store(ExportFormat exportFormat, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the exportFormat in the table
 

Method Detail

insert

void insert(ExportFormat exportFormat,
            fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.

Parameters:
exportFormat - instance of the ExportFormat object to insert
plugin - the plugin

store

void store(ExportFormat exportFormat,
           fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the exportFormat in the table

Parameters:
exportFormat - instance of the ExportFormat object to update
plugin - the plugin

delete

void delete(int nIdExport,
            fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table

Parameters:
nIdExport - The identifier of the ExportFormat
plugin - the plugin

load

ExportFormat load(int nKey,
                  fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the export format from the table

Parameters:
nKey - The identifier of the export format
plugin - the plugin
Returns:
the instance of the ExportFormat

selectListExport

java.util.List<ExportFormat> selectListExport(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the ExportFormat and returns them in form of a list

Parameters:
plugin - the plugin
Returns:
The List which contains the data of all the ExportFormat

getListExport

fr.paris.lutece.util.ReferenceList getListExport(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the export format returns them in a reference list

Parameters:
plugin - the plugin
Returns:
a reference list of export format


Copyright © 2010 Mairie de Paris. All Rights Reserved.