fr.paris.lutece.plugins.workflow.modules.editrecord.business
Class EditRecordValueDAO

java.lang.Object
  extended by fr.paris.lutece.plugins.workflow.modules.editrecord.business.EditRecordValueDAO
All Implemented Interfaces:
IEditRecordValueDAO

public class EditRecordValueDAO
extends java.lang.Object
implements IEditRecordValueDAO

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

EditRecordValueDAO

public EditRecordValueDAO()
Method Detail

insert

public void insert(EditRecordValue editRecordValue,
                   fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert new record

Specified by:
insert in interface IEditRecordValueDAO
Parameters:
editRecordValue - the EditRecordValue Object
plugin - the plugin

load

public java.util.List<EditRecordValue> load(int nIdHistory,
                                            fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load a EditRecordValue by id edit record

Specified by:
load in interface IEditRecordValueDAO
Parameters:
nIdHistory - the id history
plugin - the plugin
Returns:
a list of EditRecordValue

delete

public void delete(int nIdHistory,
                   fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove by id edit record

Specified by:
delete in interface IEditRecordValueDAO
Parameters:
nIdHistory - the id history
plugin - the plugin


Copyright © 2012 Mairie de Paris. All Rights Reserved.