public interface IEditRecordValueService
Modifier and Type | Method and Description |
---|---|
void |
create(EditRecordValue editRecordValue)
Create a new edit record value
|
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
|
@Transactional(value="workflow-editrecord.transactionManager") void create(EditRecordValue editRecordValue)
editRecordValue
- the edit record valueList<EditRecordValue> find(int nIdHistory)
nIdHistory
- the id history@Transactional(value="workflow-editrecord.transactionManager") void remove(int nIdHistory)
nIdHistory
- the id historyCopyright © 2018 City of Paris. All rights reserved.