|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.modules.editrecord.service.EditRecordValueService
public class EditRecordValueService
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 |
---|
public static final java.lang.String BEAN_SERVICE
Constructor Detail |
---|
public EditRecordValueService()
Method Detail |
---|
@Transactional(value="workflow-editrecord.transactionManager") public void create(EditRecordValue editRecordValue)
create
in interface IEditRecordValueService
editRecordValue
- the edit record valuepublic java.util.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 history
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |