|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITaskDAO
ITaskDAO
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. |
Method Detail |
---|
void insert(ITask task, fr.paris.lutece.portal.service.plugin.Plugin plugin)
task
- instance of the Task object to insertplugin
- the pluginvoid store(ITask task, fr.paris.lutece.portal.service.plugin.Plugin plugin)
task
- instance of the task object to updateplugin
- the pluginITask load(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin, java.util.Locale locale)
nIdTask
- the task idplugin
- the pluginlocale
- the locale
void delete(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdTask
- the task idplugin
- the pluginjava.util.List<ITask> selectTaskByIdAction(int nIdAction, fr.paris.lutece.portal.service.plugin.Plugin plugin, java.util.Locale locale)
nIdAction
- the action idplugin
- the pluginlocale
- the locale
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |