|
||||||||||
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.CommentValueHome
public final class CommentValueHome
This class provides instances management methods (create, find, ...) for TaskCommentConfigHome objects
Method Summary | |
---|---|
static void |
create(CommentValue commentValue,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of comment value |
static CommentValue |
findByPrimaryKey(int nIdHistory,
int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the CommentValue Object |
static void |
removeByHistory(int nIdHistory,
int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
remove comment value by history |
static 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 |
Method Detail |
---|
public static void create(CommentValue commentValue, fr.paris.lutece.portal.service.plugin.Plugin plugin)
commentValue
- The instance of comment valuewhich contains the informations to storeplugin
- the pluginpublic static void removeByHistory(int nIdHistory, int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdHistory
- the history keynIdTask
- The task keyplugin
- the Pluginpublic static void removeByTask(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdTask
- The task keyplugin
- the Pluginpublic static CommentValue findByPrimaryKey(int nIdHistory, int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
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 |