fr.paris.lutece.plugins.workflow.modules.taskcomment.business
Interface ITaskCommentConfigDAO

All Known Implementing Classes:
TaskCommentConfigDAO

public interface ITaskCommentConfigDAO

ITaskCommentConfigDAO


Method Summary
 void delete(int nIdConfig, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Delete the config Object
 void insert(TaskCommentConfig config, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 TaskCommentConfig load(int nIdConfig, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the config Object
 void store(TaskCommentConfig config, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          update record in the table.
 

Method Detail

insert

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

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

store

void store(TaskCommentConfig 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

TaskCommentConfig 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 © 2012 Mairie de Paris. All Rights Reserved.