public interface IRecapDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(int nIdRecap,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
int |
insert(Recap recap,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
Recap |
load(int nIdRecap,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the recap from the table
|
void |
store(Recap recap,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the recap in the table
|
int insert(Recap recap, fr.paris.lutece.portal.service.plugin.Plugin plugin)
recap
- instance of the Recap object to insertplugin
- the pluginvoid store(Recap recap, fr.paris.lutece.portal.service.plugin.Plugin plugin)
recap
- instance of the Recap object to updateplugin
- the pluginvoid delete(int nIdRecap, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdRecap
- The identifier of the recapplugin
- the pluginRecap load(int nIdRecap, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdRecap
- The identifier of the recapplugin
- the pluginCopyright © 2015 City of Paris. All rights reserved.