public class EditRecordValueService extends Object implements IEditRecordValueService
Modifier and Type | Field and Description |
---|---|
static String |
BEAN_SERVICE |
Constructor and Description |
---|
EditRecordValueService() |
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
|
public static final String BEAN_SERVICE
@Transactional(value="workflow-editrecord.transactionManager") public void create(EditRecordValue editRecordValue)
create
in interface IEditRecordValueService
editRecordValue
- the edit record valuepublic List<EditRecordValue> find(int nIdHistory)
find
in interface IEditRecordValueService
nIdHistory
- the id history@Transactional(value="workflow-editrecord.transactionManager") public void remove(int nIdHistory)
remove
in interface IEditRecordValueService
nIdHistory
- the id historyCopyright © 2015 City of Paris. All rights reserved.