|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.modules.assignment.service.WorkgroupConfigService
public class WorkgroupConfigService
WorkgroupConfigService
Field Summary | |
---|---|
static java.lang.String |
BEAN_SERVICE
|
Constructor Summary | |
---|---|
WorkgroupConfigService()
|
Method Summary | |
---|---|
void |
create(WorkgroupConfig workgroupConfig,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of workgroupconfig |
WorkgroupConfig |
findByPrimaryKey(int nIdTask,
java.lang.String strWorkgroupKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load a workgroup by primarey key |
java.util.List<WorkgroupConfig> |
getListByConfig(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select the workgroups associated to the configuration |
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 |
Field Detail |
---|
public static final java.lang.String BEAN_SERVICE
Constructor Detail |
---|
public WorkgroupConfigService()
Method Detail |
---|
@Transactional(value="workflow.transactionManager") public void create(WorkgroupConfig workgroupConfig, fr.paris.lutece.portal.service.plugin.Plugin plugin)
create
in interface IWorkgroupConfigService
workgroupConfig
- The instance of task which contains the informations to storeplugin
- the plugin@Transactional(value="workflow.transactionManager") public void removeByTask(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
removeByTask
in interface IWorkgroupConfigService
nIdTask
- The task keyplugin
- the Pluginpublic WorkgroupConfig findByPrimaryKey(int nIdTask, java.lang.String strWorkgroupKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
findByPrimaryKey
in interface IWorkgroupConfigService
nIdTask
- the task idstrWorkgroupKey
- the workgroup keyplugin
- the plugin
public java.util.List<WorkgroupConfig> getListByConfig(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
getListByConfig
in interface IWorkgroupConfigService
nIdTask
- the task idplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |