|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.business.RecapDAO
public final class RecapDAO
This class provides Data Access methods for ReportingFiche objects
Constructor Summary | |
---|---|
RecapDAO()
|
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 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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RecapDAO()
Method Detail |
---|
public int newPrimaryKey(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the plugin
public int insert(Recap recap, fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert
in interface IRecapDAO
recap
- instance of the Recap object to insertplugin
- the plugin
public Recap load(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
load
in interface IRecapDAO
nId
- The identifier of the recapplugin
- the plugin
public void delete(int nIdRecap, fr.paris.lutece.portal.service.plugin.Plugin plugin)
delete
in interface IRecapDAO
nIdRecap
- The identifier of the recapplugin
- the pluginpublic void store(Recap recap, fr.paris.lutece.portal.service.plugin.Plugin plugin)
store
in interface IRecapDAO
recap
- instance of the Recap object to updateplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |