|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICommentValueService
ICommentValueService
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 |
Method Detail |
---|
@Transactional(value="workflow.transactionManager") void create(CommentValue commentValue, fr.paris.lutece.portal.service.plugin.Plugin plugin)
commentValue
- The instance of comment value which contains the informations to storeplugin
- the plugin@Transactional(value="workflow.transactionManager") void removeByHistory(int nIdHistory, int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdHistory
- the history keynIdTask
- The task keyplugin
- the Plugin@Transactional(value="workflow.transactionManager") void removeByTask(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdTask
- The task keyplugin
- the PluginCommentValue 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 |