public interface IAssignmentHistoryService
Modifier and Type | Method and Description |
---|---|
void |
create(AssignmentHistory assignmentHistory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of assignmentHistory
|
List<AssignmentHistory> |
getListByHistory(int nIdHistory,
int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return the list of assignment associated width the history specified in parameter
|
void |
removeByHistory(int nIdHistory,
int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove all assignment associated width the history specified in parameter
|
void |
removeByTask(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove all assignment associated width the task specified in parameter
|
@Transactional(value="workflow.transactionManager") void create(AssignmentHistory assignmentHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
assignmentHistory
- the history of the assignmenntplugin
- the plugin@Transactional(value="workflow.transactionManager") void removeByHistory(int nIdHistory, int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdHistory
- the history keynIdTask
- The task keyplugin
- the Plugin@Transactional(value="workflow.transactionManager") void removeByTask(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdTask
- The task keyplugin
- the PluginList<AssignmentHistory> getListByHistory(int nIdHistory, int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdHistory
- the history idnIdTask
- the task idplugin
- the pluginCopyright © 2015 Mairie de Paris. All rights reserved.