|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.modules.tasknotification.business.TaskNotificationConfigDAO
public class TaskNotificationConfigDAO
class TaskNotificationConfigDAO
Constructor Summary | |
---|---|
TaskNotificationConfigDAO()
|
Method Summary | |
---|---|
void |
delete(int nIdState,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete the config Object |
void |
insert(TaskNotificationtConfig config,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
TaskNotificationtConfig |
load(int nIdState,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the config Object |
void |
store(TaskNotificationtConfig config,
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 TaskNotificationConfigDAO()
Method Detail |
---|
public void insert(TaskNotificationtConfig config, fr.paris.lutece.portal.service.plugin.Plugin plugin)
ITaskNotificationConfigDAO
insert
in interface ITaskNotificationConfigDAO
config
- instance of the config object to insertplugin
- the pluginpublic void store(TaskNotificationtConfig config, fr.paris.lutece.portal.service.plugin.Plugin plugin)
ITaskNotificationConfigDAO
store
in interface ITaskNotificationConfigDAO
config
- instance of config object to updateplugin
- the pluginpublic TaskNotificationtConfig load(int nIdState, fr.paris.lutece.portal.service.plugin.Plugin plugin)
ITaskNotificationConfigDAO
load
in interface ITaskNotificationConfigDAO
nIdState
- the config idplugin
- the plugin
public void delete(int nIdState, fr.paris.lutece.portal.service.plugin.Plugin plugin)
ITaskNotificationConfigDAO
delete
in interface ITaskNotificationConfigDAO
nIdState
- the config idplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |