Package | Description |
---|---|
fr.paris.lutece.plugins.workflow.modules.editrecord.business | |
fr.paris.lutece.plugins.workflow.modules.editrecord.service |
Modifier and Type | Method and Description |
---|---|
EditRecord |
EditRecordDAO.load(int nIdHistory,
int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load a EditRecord by id history
|
EditRecord |
IEditRecordDAO.load(int nIdHistory,
int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load a EditRecord by id history
|
Modifier and Type | Method and Description |
---|---|
List<EditRecord> |
EditRecordDAO.loadByIdTask(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load a list of EditRecord by id task
|
List<EditRecord> |
IEditRecordDAO.loadByIdTask(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load a list of EditRecord by id task
|
Modifier and Type | Method and Description |
---|---|
void |
EditRecordDAO.insert(EditRecord editRecord,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert new record
|
void |
IEditRecordDAO.insert(EditRecord editRecord,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert new record
|
void |
EditRecordDAO.store(EditRecord editRecord,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert new record
|
void |
IEditRecordDAO.store(EditRecord editRecord,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert new record
|
Modifier and Type | Method and Description |
---|---|
EditRecord |
IEditRecordService.find(int nIdHistory,
int nIdTask)
Find an edit record
|
EditRecord |
EditRecordService.find(int nIdHistory,
int nIdTask)
Find an edit record
|
Modifier and Type | Method and Description |
---|---|
List<EditRecord> |
IEditRecordService.findByIdTask(int nIdTask)
Find edit records by a given id task
|
List<EditRecord> |
EditRecordService.findByIdTask(int nIdTask)
Find edit records by a given id task
|
Modifier and Type | Method and Description |
---|---|
void |
IEditRecordService.create(EditRecord editRecord)
Create an edit record
|
void |
EditRecordService.create(EditRecord editRecord)
Create an edit record
|
void |
IEditRecordService.doChangeRecordState(EditRecord editRecord,
Locale locale)
Do change the record state
|
void |
EditRecordService.doChangeRecordState(EditRecord editRecord,
Locale locale)
Do change the record state
|
void |
IEditRecordService.doCompleteEditRecord(EditRecord editRecord)
Do change the edit record to complete
|
void |
EditRecordService.doCompleteEditRecord(EditRecord editRecord)
Do change the edit record to complete
|
boolean |
IEditRecordService.doEditRecordData(javax.servlet.http.HttpServletRequest request,
EditRecord editRecord)
Do edit the record data
|
boolean |
EditRecordService.doEditRecordData(javax.servlet.http.HttpServletRequest request,
EditRecord editRecord)
Do edit the record data
|
boolean |
IEditRecordService.isRecordStateValid(EditRecord editRecord,
Locale locale)
Check if the record has the same state before executing the action
|
boolean |
EditRecordService.isRecordStateValid(EditRecord editRecord,
Locale locale)
Check if the record has the same state before executing the action
|
void |
IEditRecordService.update(EditRecord editRecord)
Update an edit record
|
void |
EditRecordService.update(EditRecord editRecord)
Update an edit record
|
Copyright © 2018 City of Paris. All rights reserved.