|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EditRecord | |
---|---|
fr.paris.lutece.plugins.workflow.modules.editrecord.business | |
fr.paris.lutece.plugins.workflow.modules.editrecord.service |
Uses of EditRecord in fr.paris.lutece.plugins.workflow.modules.editrecord.business |
---|
Methods in fr.paris.lutece.plugins.workflow.modules.editrecord.business that return EditRecord | |
---|---|
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 |
Methods in fr.paris.lutece.plugins.workflow.modules.editrecord.business that return types with arguments of type EditRecord | |
---|---|
java.util.List<EditRecord> |
EditRecordDAO.loadByIdTask(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load a list of EditRecord by id task |
java.util.List<EditRecord> |
IEditRecordDAO.loadByIdTask(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load a list of EditRecord by id task |
Methods in fr.paris.lutece.plugins.workflow.modules.editrecord.business with parameters of type EditRecord | |
---|---|
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 |
Uses of EditRecord in fr.paris.lutece.plugins.workflow.modules.editrecord.service |
---|
Methods in fr.paris.lutece.plugins.workflow.modules.editrecord.service that return EditRecord | |
---|---|
EditRecord |
EditRecordService.find(int nIdHistory,
int nIdTask)
Find an edit record |
EditRecord |
IEditRecordService.find(int nIdHistory,
int nIdTask)
Find an edit record |
Methods in fr.paris.lutece.plugins.workflow.modules.editrecord.service that return types with arguments of type EditRecord | |
---|---|
java.util.List<EditRecord> |
EditRecordService.findByIdTask(int nIdTask)
Find edit records by a given id task |
java.util.List<EditRecord> |
IEditRecordService.findByIdTask(int nIdTask)
Find edit records by a given id task |
Methods in fr.paris.lutece.plugins.workflow.modules.editrecord.service with parameters of type EditRecord | |
---|---|
void |
EditRecordService.create(EditRecord editRecord)
Create an edit record |
void |
IEditRecordService.create(EditRecord editRecord)
Create an edit record |
void |
EditRecordService.doChangeRecordState(EditRecord editRecord,
java.util.Locale locale)
Do change the record state |
void |
IEditRecordService.doChangeRecordState(EditRecord editRecord,
java.util.Locale locale)
Do change the record state |
void |
EditRecordService.doCompleteEditRecord(EditRecord editRecord)
Do change the edit record to complete |
void |
IEditRecordService.doCompleteEditRecord(EditRecord editRecord)
Do change the edit record to complete |
boolean |
EditRecordService.doEditRecordData(javax.servlet.http.HttpServletRequest request,
EditRecord editRecord)
Do edit the record data |
boolean |
IEditRecordService.doEditRecordData(javax.servlet.http.HttpServletRequest request,
EditRecord editRecord)
Do edit the record data |
boolean |
EditRecordService.isRecordStateValid(EditRecord editRecord,
java.util.Locale locale)
Check if the record has the same state before executing the action |
boolean |
IEditRecordService.isRecordStateValid(EditRecord editRecord,
java.util.Locale locale)
Check if the record has the same state before executing the action |
void |
EditRecordService.update(EditRecord editRecord)
Update an edit record |
void |
IEditRecordService.update(EditRecord editRecord)
Update an edit record |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |