|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.modules.editrecord.business.EditRecordValueDAO
public class EditRecordValueDAO
EditRecordValueDAO
Constructor Summary | |
---|---|
EditRecordValueDAO()
|
Method Summary | |
---|---|
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 |
java.util.List<EditRecordValue> |
load(int nIdHistory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load a EditRecordValue by id edit record |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EditRecordValueDAO()
Method Detail |
---|
public void insert(EditRecordValue editRecordValue, fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert
in interface IEditRecordValueDAO
editRecordValue
- the EditRecordValue Objectplugin
- the pluginpublic java.util.List<EditRecordValue> load(int nIdHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
load
in interface IEditRecordValueDAO
nIdHistory
- the id historyplugin
- the plugin
public void delete(int nIdHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
delete
in interface IEditRecordValueDAO
nIdHistory
- the id historyplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |