public interface ITaskInformationDAO
Modifier and Type | Method and Description |
---|---|
void |
deleteByHistory(int nIdHistory,
int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove information by history
|
void |
deleteByTask(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove information by task
|
void |
insert(TaskInformation taskInformation,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert new record
|
TaskInformation |
load(int nIdHistory,
int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load a record by primary key
|
void insert(TaskInformation taskInformation, fr.paris.lutece.portal.service.plugin.Plugin plugin)
taskInformation
- the TaskInformation Objectplugin
- the pluginTaskInformation load(int nIdHistory, int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdHistory
- the action history idnIdTask
- the task idplugin
- the pluginvoid deleteByHistory(int nIdHistory, int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdHistory
- the History idnIdTask
- the task idplugin
- the pluginvoid deleteByTask(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdTask
- the task idplugin
- the pluginCopyright © 2019 City of Paris. All rights reserved.