|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommentValue | |
---|---|
fr.paris.lutece.plugins.workflow.modules.comment.business | |
fr.paris.lutece.plugins.workflow.modules.comment.service |
Uses of CommentValue in fr.paris.lutece.plugins.workflow.modules.comment.business |
---|
Methods in fr.paris.lutece.plugins.workflow.modules.comment.business that return CommentValue | |
---|---|
CommentValue |
CommentValueDAO.load(int nIdHistory,
int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load a record by primary key |
CommentValue |
ICommentValueDAO.load(int nIdHistory,
int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load a record by primary key |
Methods in fr.paris.lutece.plugins.workflow.modules.comment.business with parameters of type CommentValue | |
---|---|
void |
CommentValueDAO.insert(CommentValue commentValue,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert new record |
void |
ICommentValueDAO.insert(CommentValue commentValue,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert new record |
Uses of CommentValue in fr.paris.lutece.plugins.workflow.modules.comment.service |
---|
Methods in fr.paris.lutece.plugins.workflow.modules.comment.service that return CommentValue | |
---|---|
CommentValue |
CommentValueService.findByPrimaryKey(int nIdHistory,
int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the CommentValue Object |
CommentValue |
ICommentValueService.findByPrimaryKey(int nIdHistory,
int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the CommentValue Object |
Methods in fr.paris.lutece.plugins.workflow.modules.comment.service with parameters of type CommentValue | |
---|---|
void |
CommentValueService.create(CommentValue commentValue,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of comment value |
void |
ICommentValueService.create(CommentValue commentValue,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of comment value |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |