|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.business.task.TaskDAO
public class TaskDAO
class TaskDAO
Constructor Summary | |
---|---|
TaskDAO()
|
Method Summary | |
---|---|
void |
delete(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete the task Object |
void |
insert(ITask task,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
ITask |
load(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
java.util.Locale locale)
Load the task Object |
java.util.List<ITask> |
selectTaskByIdAction(int nIdAction,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
java.util.Locale locale)
select all task associated width the action specified in parameter |
void |
store(ITask task,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
update record in the table. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaskDAO()
Method Detail |
---|
public void insert(ITask task, fr.paris.lutece.portal.service.plugin.Plugin plugin)
ITaskDAO
insert
in interface ITaskDAO
task
- instance of the Task object to insertplugin
- the pluginpublic void store(ITask task, fr.paris.lutece.portal.service.plugin.Plugin plugin)
ITaskDAO
store
in interface ITaskDAO
task
- instance of the task object to updateplugin
- the pluginpublic ITask load(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin, java.util.Locale locale)
ITaskDAO
load
in interface ITaskDAO
nIdTask
- the task idplugin
- the pluginlocale
- the locale
public void delete(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
ITaskDAO
delete
in interface ITaskDAO
nIdTask
- the task idplugin
- the pluginpublic java.util.List<ITask> selectTaskByIdAction(int nIdAction, fr.paris.lutece.portal.service.plugin.Plugin plugin, java.util.Locale locale)
ITaskDAO
selectTaskByIdAction
in interface ITaskDAO
nIdAction
- the action idplugin
- the pluginlocale
- the locale
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |