fr.paris.lutece.plugins.workflow.modules.editrecord.service
Class EditRecordValueService

java.lang.Object
  extended by fr.paris.lutece.plugins.workflow.modules.editrecord.service.EditRecordValueService
All Implemented Interfaces:
IEditRecordValueService

public class EditRecordValueService
extends java.lang.Object
implements IEditRecordValueService

EditRecordValueService


Field Summary
static java.lang.String BEAN_SERVICE
           
 
Constructor Summary
EditRecordValueService()
           
 
Method Summary
 void create(EditRecordValue editRecordValue)
          Create a new edit record value
 java.util.List<EditRecordValue> find(int nIdHistory)
          Find edit record values from a given id history
 void remove(int nIdHistory)
          Remove EditRecordValue from a given id edit record
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BEAN_SERVICE

public static final java.lang.String BEAN_SERVICE
See Also:
Constant Field Values
Constructor Detail

EditRecordValueService

public EditRecordValueService()
Method Detail

create

@Transactional(value="workflow-editrecord.transactionManager")
public void create(EditRecordValue editRecordValue)
Create a new edit record value

Specified by:
create in interface IEditRecordValueService
Parameters:
editRecordValue - the edit record value

find

public java.util.List<EditRecordValue> find(int nIdHistory)
Find edit record values from a given id history

Specified by:
find in interface IEditRecordValueService
Parameters:
nIdHistory - the id history
Returns:
a list of EditRecordValue

remove

@Transactional(value="workflow-editrecord.transactionManager")
public void remove(int nIdHistory)
Remove EditRecordValue from a given id edit record

Specified by:
remove in interface IEditRecordValueService
Parameters:
nIdHistory - the id history


Copyright © 2012 Mairie de Paris. All Rights Reserved.