|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.modules.comment.service.CommentValueService
public class CommentValueService
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 |
---|
public static final java.lang.String BEAN_SERVICE
Constructor Detail |
---|
public CommentValueService()
Method Detail |
---|
@Transactional(value="workflow.transactionManager") public void create(CommentValue commentValue, fr.paris.lutece.portal.service.plugin.Plugin plugin)
create
in interface ICommentValueService
commentValue
- The instance of comment value which contains the informations to storeplugin
- the plugin@Transactional(value="workflow.transactionManager") public void removeByHistory(int nIdHistory, int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
removeByHistory
in interface ICommentValueService
nIdHistory
- the history keynIdTask
- The task keyplugin
- the Plugin@Transactional(value="workflow.transactionManager") public void removeByTask(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
removeByTask
in interface ICommentValueService
nIdTask
- The task keyplugin
- the Pluginpublic CommentValue findByPrimaryKey(int nIdHistory, int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
findByPrimaryKey
in interface ICommentValueService
nIdHistory
- the history idnIdTask
- the task idplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |