fr.paris.lutece.plugins.workflow.modules.tasknotification.business
Interface ITaskNotificationConfigDAO

All Known Implementing Classes:
TaskNotificationConfigDAO

public interface ITaskNotificationConfigDAO

ITaskNotificationConfigDAO


Method Summary
 void delete(int nIdConfig, 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 nIdConfig, 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.
 

Method Detail

insert

void insert(TaskNotificationtConfig config,
            fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.

Parameters:
config - instance of the config object to insert
plugin - the plugin

store

void store(TaskNotificationtConfig config,
           fr.paris.lutece.portal.service.plugin.Plugin plugin)
update record in the table.

Parameters:
config - instance of config object to update
plugin - the plugin

load

TaskNotificationtConfig load(int nIdConfig,
                             fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the config Object

Parameters:
nIdConfig - the config id
plugin - the plugin
Returns:
the TaskCommentConfig object

delete

void delete(int nIdConfig,
            fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete the config Object

Parameters:
nIdConfig - the config id
plugin - the plugin


Copyright © 2011 Mairie de Paris. All Rights Reserved.