fr.paris.lutece.plugins.workflow.modules.taskassignment.business
Interface ITaskAssignmentConfigDAO

All Known Implementing Classes:
TaskAssignmentConfigDAO

public interface ITaskAssignmentConfigDAO

ITaskAssignmentConfigDAO

Author:
merlinf

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

Method Detail

insert

void insert(TaskAssignmentConfig 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(TaskAssignmentConfig 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

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

Parameters:
nIdTask - the task id
plugin - the plugin
Returns:
the TaskCommentConfig object

delete

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

Parameters:
nIdTask - the task id
plugin - the plugin


Copyright © 2011 Mairie de Paris. All Rights Reserved.