|
||||||||||
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.EditRecordDAO
public class EditRecordDAO
EditRecordDAO
Constructor Summary | |
---|---|
EditRecordDAO()
|
Method Summary | |
---|---|
void |
deleteByIdHistory(int nIdHistory,
int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove EditRecord by id history |
void |
deleteByIdTask(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove EditRecord by id task |
void |
insert(EditRecord editRecord,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert new record |
EditRecord |
load(int nIdHistory,
int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load a EditRecord by id history |
java.util.List<EditRecord> |
loadByIdTask(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load a list of EditRecord by id task |
void |
store(EditRecord editRecord,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert new record |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EditRecordDAO()
Method Detail |
---|
public void insert(EditRecord editRecord, fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert
in interface IEditRecordDAO
editRecord
- the EditRecord Objectplugin
- the pluginpublic void store(EditRecord editRecord, fr.paris.lutece.portal.service.plugin.Plugin plugin)
store
in interface IEditRecordDAO
editRecord
- the EditRecord Objectplugin
- the pluginpublic EditRecord load(int nIdHistory, int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
load
in interface IEditRecordDAO
nIdHistory
- the id historynIdTask
- the task idplugin
- the plugin
public java.util.List<EditRecord> loadByIdTask(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
loadByIdTask
in interface IEditRecordDAO
nIdTask
- the id taskplugin
- the plugin
public void deleteByIdHistory(int nIdHistory, int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
deleteByIdHistory
in interface IEditRecordDAO
nIdHistory
- the id historynIdTask
- the task idplugin
- the pluginpublic void deleteByIdTask(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
deleteByIdTask
in interface IEditRecordDAO
nIdTask
- the task idplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |