public interface IExportFormatDAO
Modifier and Type | Method and Description |
---|---|
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
|
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
|
void insert(ExportFormat exportFormat, fr.paris.lutece.portal.service.plugin.Plugin plugin)
exportFormat
- instance of the ExportFormat object to insertplugin
- the pluginvoid store(ExportFormat exportFormat, fr.paris.lutece.portal.service.plugin.Plugin plugin)
exportFormat
- instance of the ExportFormat object to updateplugin
- the pluginvoid delete(int nIdExport, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdExport
- The identifier of the ExportFormatplugin
- the pluginExportFormat load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the export formatplugin
- the pluginList<ExportFormat> selectListExport(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the pluginfr.paris.lutece.util.ReferenceList getListExport(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the pluginCopyright © 2017 City of Paris. All rights reserved.