fr.paris.lutece.plugins.workflow.modules.taskcomment.business
Class TaskCommentConfigDAO

java.lang.Object
  extended by fr.paris.lutece.plugins.workflow.modules.taskcomment.business.TaskCommentConfigDAO
All Implemented Interfaces:
ITaskCommentConfigDAO

public class TaskCommentConfigDAO
extends java.lang.Object
implements ITaskCommentConfigDAO

class TaskCommentConfig


Constructor Summary
TaskCommentConfigDAO()
           
 
Method Summary
 void delete(int nIdState, 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 nIdState, 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskCommentConfigDAO

public TaskCommentConfigDAO()
Method Detail

insert

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

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

store

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

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

load

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

Specified by:
load in interface ITaskCommentConfigDAO
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: ITaskCommentConfigDAO
Delete the config Object

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


Copyright © 2011 Mairie de Paris. All Rights Reserved.