|
||||||||||
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.WorkgroupConfigHome
public final class WorkgroupConfigHome
This class provides instances management methods (create, find, ...) for WorkgroupConfig objects
Method Summary | |
---|---|
static void |
create(WorkgroupConfig workgroupConfig,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of workgroupconfig |
static WorkgroupConfig |
findByPrimaryKey(int nIdTask,
java.lang.String strWorkgroupKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load a workgroup by primarey key |
static java.util.List<WorkgroupConfig> |
getListByConfig(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select the workgroups associated to the configuration |
static void |
removeByTask(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
remove all all workgroups associated to the configuration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void create(WorkgroupConfig workgroupConfig, fr.paris.lutece.portal.service.plugin.Plugin plugin)
config
- The instance of task which contains the informations to storeplugin
- the pluginpublic static void removeByTask(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdTask
- The task keyplugin
- the Pluginpublic static WorkgroupConfig findByPrimaryKey(int nIdTask, java.lang.String strWorkgroupKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdTask
- the task idstrWorkgroupKey
- the workgroup keyplugin
- the plugin
public static java.util.List<WorkgroupConfig> getListByConfig(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdTask
- the task idplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |