|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.modules.taskassignment.business.AssignmentHistoryHome
public final class AssignmentHistoryHome
This class provides instances management methods (create, find, ...) for AssignmentHistory objects
Method Summary | |
---|---|
static void |
create(AssignmentHistory assignmentHistory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of assignmentHistory |
static java.util.List<AssignmentHistory> |
getListByHistory(int nIdHistory,
int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
return the list of assignment associated width the history specified in parameter |
static void |
removeByHistory(int nIdHistory,
int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
remove all assignment associated width the history specified in parameter |
static void |
removeByTask(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
remove all assignment associated width the task specified in parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void create(AssignmentHistory assignmentHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
assignmentHistory
- the history of the assignmenntplugin
- the pluginpublic static void removeByHistory(int nIdHistory, int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdHistory
- the history keynIdTask
- The task keyplugin
- the Pluginpublic static void removeByTask(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdTask
- The task keyplugin
- the Pluginpublic static java.util.List<AssignmentHistory> getListByHistory(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 |