fr.paris.lutece.plugins.workflow.modules.tasknotification.business
Class TaskNotificationConfigDAO

java.lang.Object
  extended by fr.paris.lutece.plugins.workflow.modules.tasknotification.business.TaskNotificationConfigDAO
All Implemented Interfaces:
ITaskNotificationConfigDAO

public class TaskNotificationConfigDAO
extends java.lang.Object
implements ITaskNotificationConfigDAO

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

TaskNotificationConfigDAO

public TaskNotificationConfigDAO()
Method Detail

insert

public void insert(TaskNotificationtConfig config,
                   fr.paris.lutece.portal.service.plugin.Plugin plugin)
Description copied from interface: ITaskNotificationConfigDAO
Insert a new record in the table.

Specified by:
insert in interface ITaskNotificationConfigDAO
Parameters:
config - instance of the config object to insert
plugin - the plugin

store

public void store(TaskNotificationtConfig config,
                  fr.paris.lutece.portal.service.plugin.Plugin plugin)
Description copied from interface: ITaskNotificationConfigDAO
update record in the table.

Specified by:
store in interface ITaskNotificationConfigDAO
Parameters:
config - instance of config object to update
plugin - the plugin

load

public TaskNotificationtConfig load(int nIdState,
                                    fr.paris.lutece.portal.service.plugin.Plugin plugin)
Description copied from interface: ITaskNotificationConfigDAO
Load the config Object

Specified by:
load in interface ITaskNotificationConfigDAO
Parameters:
nIdState - the config id
plugin - the plugin
Returns:
the TaskCommentConfig object

delete

public void delete(int nIdState,
                   fr.paris.lutece.portal.service.plugin.Plugin plugin)
Description copied from interface: ITaskNotificationConfigDAO
Delete the config Object

Specified by:
delete in interface ITaskNotificationConfigDAO
Parameters:
nIdState - the config id
plugin - the plugin


Copyright © 2012 Mairie de Paris. All Rights Reserved.