|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRecapDAO
IRecapDAO Interface
Method Summary | |
---|---|
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 |
Method Detail |
---|
int insert(Recap recap, fr.paris.lutece.portal.service.plugin.Plugin plugin)
recap
- instance of the Recap object to insertplugin
- the plugin
void 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 plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |