public interface IEditRecordValueDAO
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
|
void insert(EditRecordValue editRecordValue, fr.paris.lutece.portal.service.plugin.Plugin plugin)
editRecordValue
- the EditRecordValue Objectplugin
- the pluginList<EditRecordValue> load(int nIdHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdHistory
- the id historyplugin
- the pluginvoid delete(int nIdHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdHistory
- the id historyplugin
- the pluginCopyright © 2015 City of Paris. All rights reserved.