|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.modules.taskcomment.business.CommentValueDAO
public class CommentValueDAO
class CommentValueDAO
Constructor Summary | |
---|---|
CommentValueDAO()
|
Method Summary | |
---|---|
void |
deleteByHistory(int nIdHistory,
int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove comment by history |
void |
deleteByTask(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove comment by task |
void |
insert(CommentValue commentValue,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert new record |
CommentValue |
load(int nIdHistory,
int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load a record by primary key |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommentValueDAO()
Method Detail |
---|
public void insert(CommentValue commentValue, fr.paris.lutece.portal.service.plugin.Plugin plugin)
ICommentValueDAO
insert
in interface ICommentValueDAO
commentValue
- the CommmentValue Objectplugin
- the pluginpublic CommentValue load(int nIdHistory, int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
ICommentValueDAO
load
in interface ICommentValueDAO
nIdHistory
- the action history idnIdTask
- the task idplugin
- the plugin
public void deleteByHistory(int nIdHistory, int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
ICommentValueDAO
deleteByHistory
in interface ICommentValueDAO
nIdHistory
- the History idnIdTask
- the task idplugin
- the pluginpublic void deleteByTask(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
ICommentValueDAO
deleteByTask
in interface ICommentValueDAO
nIdTask
- the task idplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |