|
||||||||||
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.WorkgroupConfigDAO
public class WorkgroupConfigDAO
class TaskAssignmentConfigDAO
Constructor Summary | |
---|---|
WorkgroupConfigDAO()
|
Method Summary | |
---|---|
void |
deleteByTask(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete all workgroups associated to the configuration |
void |
insert(WorkgroupConfig workgroupConf,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new workgroup |
WorkgroupConfig |
load(int nIdTask,
java.lang.String strWorkgroupKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load a workgroup by primarey key |
java.util.List<WorkgroupConfig> |
selectByConfig(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select the workgroups associated to the configuration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkgroupConfigDAO()
Method Detail |
---|
public WorkgroupConfig load(int nIdTask, java.lang.String strWorkgroupKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
IWorkgroupConfigDAO
load
in interface IWorkgroupConfigDAO
nIdTask
- the task idstrWorkgroupKey
- the workgroup keyplugin
- the plugin
public java.util.List<WorkgroupConfig> selectByConfig(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
IWorkgroupConfigDAO
selectByConfig
in interface IWorkgroupConfigDAO
nIdTask
- the task idplugin
- the plugin
public void deleteByTask(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
IWorkgroupConfigDAO
deleteByTask
in interface IWorkgroupConfigDAO
nIdTask
- the task idplugin
- the pluginpublic void insert(WorkgroupConfig workgroupConf, fr.paris.lutece.portal.service.plugin.Plugin plugin)
IWorkgroupConfigDAO
insert
in interface IWorkgroupConfigDAO
plugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |