public class TaskInformationService extends Object implements ITaskInformationService
Modifier and Type | Field and Description |
---|---|
static String |
BEAN_SERVICE
The name of the bean of this service
|
Constructor and Description |
---|
TaskInformationService() |
Modifier and Type | Method and Description |
---|---|
void |
create(TaskInformation taskInformation,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of a task information
|
TaskInformation |
findByPrimaryKey(int nIdHistory,
int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the TaskInformation Object
|
void |
removeByHistory(int nIdHistory,
int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove the task information by history
|
void |
removeByTask(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove task information by task
|
public static final String BEAN_SERVICE
@Transactional(value="workflow.transactionManager") public void create(TaskInformation taskInformation, fr.paris.lutece.portal.service.plugin.Plugin plugin)
create
in interface ITaskInformationService
taskInformation
- The task informationsplugin
- the plugin@Transactional(value="workflow.transactionManager") public void removeByHistory(int nIdHistory, int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
removeByHistory
in interface ITaskInformationService
nIdHistory
- the history keynIdTask
- The task keyplugin
- the Plugin@Transactional(value="workflow.transactionManager") public void removeByTask(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
removeByTask
in interface ITaskInformationService
nIdTask
- The task keyplugin
- the Pluginpublic TaskInformation findByPrimaryKey(int nIdHistory, int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
findByPrimaryKey
in interface ITaskInformationService
nIdHistory
- the history idnIdTask
- the task idplugin
- the pluginCopyright © 2021 City of Paris. All rights reserved.