public class EditRecordValueDAO extends Object implements IEditRecordValueDAO
Constructor and Description |
---|
EditRecordValueDAO() |
Modifier and Type | Method and Description |
---|---|
void |
delete(int nIdHistory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove by id edit record
|
void |
insert(EditRecordValue editRecordValue,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert new record
|
List<EditRecordValue> |
load(int nIdHistory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load a EditRecordValue by id edit record
|
public void insert(EditRecordValue editRecordValue, fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert
in interface IEditRecordValueDAO
editRecordValue
- the EditRecordValue Objectplugin
- the pluginpublic List<EditRecordValue> load(int nIdHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
load
in interface IEditRecordValueDAO
nIdHistory
- the id historyplugin
- the pluginpublic void delete(int nIdHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
delete
in interface IEditRecordValueDAO
nIdHistory
- the id historyplugin
- the pluginCopyright © 2018 City of Paris. All rights reserved.