|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorkgroupConfigService
IWorkgroupConfigService
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 |
Method Detail |
---|
@Transactional(value="workflow.transactionManager") void create(WorkgroupConfig workgroupConfig, fr.paris.lutece.portal.service.plugin.Plugin plugin)
workgroupConfig
- The instance of task which contains the informations to storeplugin
- the plugin@Transactional(value="workflow.transactionManager") void removeByTask(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdTask
- The task keyplugin
- the PluginWorkgroupConfig findByPrimaryKey(int nIdTask, java.lang.String strWorkgroupKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdTask
- the task idstrWorkgroupKey
- the workgroup keyplugin
- the plugin
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 |