|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssignmentHistory | |
---|---|
fr.paris.lutece.plugins.workflow.modules.assignment.business | |
fr.paris.lutece.plugins.workflow.modules.assignment.service |
Uses of AssignmentHistory in fr.paris.lutece.plugins.workflow.modules.assignment.business |
---|
Methods in fr.paris.lutece.plugins.workflow.modules.assignment.business that return types with arguments of type AssignmentHistory | |
---|---|
java.util.List<AssignmentHistory> |
IAssignmentHistoryDAO.selectByHistory(int nIdHistory,
int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
return for a history the list of assignments |
java.util.List<AssignmentHistory> |
AssignmentHistoryDAO.selectByHistory(int nIdHistory,
int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
return for a history the list of assignments |
Methods in fr.paris.lutece.plugins.workflow.modules.assignment.business with parameters of type AssignmentHistory | |
---|---|
void |
IAssignmentHistoryDAO.insert(AssignmentHistory history,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert new history assignment |
void |
AssignmentHistoryDAO.insert(AssignmentHistory history,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert new history assignment |
Uses of AssignmentHistory in fr.paris.lutece.plugins.workflow.modules.assignment.service |
---|
Methods in fr.paris.lutece.plugins.workflow.modules.assignment.service that return types with arguments of type AssignmentHistory | |
---|---|
java.util.List<AssignmentHistory> |
AssignmentHistoryService.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 |
java.util.List<AssignmentHistory> |
IAssignmentHistoryService.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 |
Methods in fr.paris.lutece.plugins.workflow.modules.assignment.service with parameters of type AssignmentHistory | |
---|---|
void |
AssignmentHistoryService.create(AssignmentHistory assignmentHistory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of assignmentHistory |
void |
IAssignmentHistoryService.create(AssignmentHistory assignmentHistory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of assignmentHistory |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |