|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICommentValueDAO
ICommentValueDAO
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 |
Method Detail |
---|
void insert(CommentValue commentValue, fr.paris.lutece.portal.service.plugin.Plugin plugin)
commentValue
- the CommmentValue Objectplugin
- the pluginCommentValue load(int nIdHistory, int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdHistory
- the action history idnIdTask
- the task idplugin
- the plugin
void deleteByHistory(int nIdHistory, int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdHistory
- the History idnIdTask
- the task idplugin
- the pluginvoid deleteByTask(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdTask
- the task idplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |