|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.modules.assignment.business.AssignmentHistoryDAO
public class AssignmentHistoryDAO
class AssignmentHistoryDAO
Constructor Summary | |
---|---|
AssignmentHistoryDAO()
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssignmentHistoryDAO()
Method Detail |
---|
public void insert(AssignmentHistory history, fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert
in interface IAssignmentHistoryDAO
history
- history assignmentplugin
- the pluginpublic java.util.List<AssignmentHistory> selectByHistory(int nIdHistory, int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectByHistory
in interface IAssignmentHistoryDAO
nIdHistory
- the history idnIdTask
- the task idplugin
- the plugin
public void deleteByHistory(int nIdHistory, int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
deleteByHistory
in interface IAssignmentHistoryDAO
nIdHistory
- the history idnIdTask
- the task idplugin
- the pluginpublic void deleteByTask(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
deleteByTask
in interface IAssignmentHistoryDAO
nIdTask
- the task idplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |