|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
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 plugin
java.util.List<ExportFormat> selectListExport(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the plugin
fr.paris.lutece.util.ReferenceList getListExport(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |