|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAssignmentHistoryDAO
IAssignmentHistoryDAO
Method Summary | |
---|---|
void |
deleteByHistory(int nIdHistory,
int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
delete all assignments associated width the history specified in parameter |
void |
deleteByTask(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
delete all assignments associated width the task specified in parameter |
void |
insert(AssignmentHistory history,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert new history assignment |
java.util.List<AssignmentHistory> |
selectByHistory(int nIdHistory,
int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
return for a history the list of assignments |
Method Detail |
---|
void insert(AssignmentHistory history, fr.paris.lutece.portal.service.plugin.Plugin plugin)
history
- history assignmentplugin
- the pluginjava.util.List<AssignmentHistory> selectByHistory(int nIdHistory, int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdHistory
- the history idnIdTask
- the task idplugin
- the plugin
void deleteByTask(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdTask
- the task idplugin
- the pluginvoid deleteByHistory(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 |