fr.paris.lutece.plugins.workflow.modules.editrecord.service
Interface IEditRecordValueService

All Known Implementing Classes:
EditRecordValueService

public interface IEditRecordValueService


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
 

Method Detail

create

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

Parameters:
editRecordValue - the edit record value

find

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

Parameters:
nIdHistory - the id history
Returns:
a list of EditRecordValue

remove

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

Parameters:
nIdHistory - the id history


Copyright © 2012 Mairie de Paris. All Rights Reserved.