| Constructor and Description | 
|---|
| RecapDAO() | 
| 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 nId,
    fr.paris.lutece.portal.service.plugin.Plugin plugin)Load the data of the recap from the table | 
| int | newPrimaryKey(fr.paris.lutece.portal.service.plugin.Plugin plugin)Generates a new primary key | 
| void | store(Recap recap,
     fr.paris.lutece.portal.service.plugin.Plugin plugin)Update the recap in the table | 
public int newPrimaryKey(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin - the pluginpublic int insert(Recap recap, fr.paris.lutece.portal.service.plugin.Plugin plugin)
public Recap load(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
public void delete(int nIdRecap,
                   fr.paris.lutece.portal.service.plugin.Plugin plugin)
Copyright © 2019 City of Paris. All rights reserved.