|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkgroupConfig | |
---|---|
fr.paris.lutece.plugins.workflow.modules.taskassignment.business |
Uses of WorkgroupConfig in fr.paris.lutece.plugins.workflow.modules.taskassignment.business |
---|
Methods in fr.paris.lutece.plugins.workflow.modules.taskassignment.business that return WorkgroupConfig | |
---|---|
static WorkgroupConfig |
WorkgroupConfigHome.findByPrimaryKey(int nIdTask,
java.lang.String strWorkgroupKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load a workgroup by primarey key |
WorkgroupConfig |
IWorkgroupConfigDAO.load(int nIdTask,
java.lang.String strWorkgroupKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load a workgroup by primarey key |
WorkgroupConfig |
WorkgroupConfigDAO.load(int nIdTask,
java.lang.String strWorkgroupKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
|
Methods in fr.paris.lutece.plugins.workflow.modules.taskassignment.business that return types with arguments of type WorkgroupConfig | |
---|---|
static java.util.List<WorkgroupConfig> |
WorkgroupConfigHome.getListByConfig(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select the workgroups associated to the configuration |
java.util.List<WorkgroupConfig> |
TaskAssignmentConfig.getWorkgroups()
|
java.util.List<WorkgroupConfig> |
IWorkgroupConfigDAO.selectByConfig(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select the workgroups associated to the configuration |
java.util.List<WorkgroupConfig> |
WorkgroupConfigDAO.selectByConfig(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
|
Methods in fr.paris.lutece.plugins.workflow.modules.taskassignment.business with parameters of type WorkgroupConfig | |
---|---|
static void |
WorkgroupConfigHome.create(WorkgroupConfig workgroupConfig,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of workgroupconfig |
void |
IWorkgroupConfigDAO.insert(WorkgroupConfig workgroupConf,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new workgroup |
void |
WorkgroupConfigDAO.insert(WorkgroupConfig workgroupConf,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
|
Method parameters in fr.paris.lutece.plugins.workflow.modules.taskassignment.business with type arguments of type WorkgroupConfig | |
---|---|
void |
TaskAssignmentConfig.setWorkgroups(java.util.List<WorkgroupConfig> worgroups)
set a list wich contains the differents workgroups to displayed in task form |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |