fr.paris.lutece.plugins.workflow.modules.comment.service
Class CommentValueService

java.lang.Object
  extended by fr.paris.lutece.plugins.workflow.modules.comment.service.CommentValueService
All Implemented Interfaces:
ICommentValueService

public class CommentValueService
extends java.lang.Object
implements ICommentValueService

CommentValueService


Field Summary
static java.lang.String BEAN_SERVICE
           
 
Constructor Summary
CommentValueService()
           
 
Method Summary
 void create(CommentValue commentValue, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Creation of an instance of comment value
 CommentValue findByPrimaryKey(int nIdHistory, int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the CommentValue Object
 void removeByHistory(int nIdHistory, int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Remove comment value by history
 void removeByTask(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Remove comment value by task
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BEAN_SERVICE

public static final java.lang.String BEAN_SERVICE
See Also:
Constant Field Values
Constructor Detail

CommentValueService

public CommentValueService()
Method Detail

create

@Transactional(value="workflow.transactionManager")
public void create(CommentValue commentValue,
                                 fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of comment value

Specified by:
create in interface ICommentValueService
Parameters:
commentValue - The instance of comment value which contains the informations to store
plugin - the plugin

removeByHistory

@Transactional(value="workflow.transactionManager")
public void removeByHistory(int nIdHistory,
                                          int nIdTask,
                                          fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove comment value by history

Specified by:
removeByHistory in interface ICommentValueService
Parameters:
nIdHistory - the history key
nIdTask - The task key
plugin - the Plugin

removeByTask

@Transactional(value="workflow.transactionManager")
public void removeByTask(int nIdTask,
                                       fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove comment value by task

Specified by:
removeByTask in interface ICommentValueService
Parameters:
nIdTask - The task key
plugin - the Plugin

findByPrimaryKey

public CommentValue findByPrimaryKey(int nIdHistory,
                                     int nIdTask,
                                     fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the CommentValue Object

Specified by:
findByPrimaryKey in interface ICommentValueService
Parameters:
nIdHistory - the history id
nIdTask - the task id
plugin - the plugin
Returns:
the Config Object


Copyright © 2012 Mairie de Paris. All Rights Reserved.