|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.modules.tasknotification.business.TaskNotificationConfigHome
public final class TaskNotificationConfigHome
This class provides instances management methods (create, find, ...) for TaskCommentConfigHome objects
Method Summary | |
---|---|
static void |
create(TaskNotificationtConfig config,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of config |
static TaskNotificationtConfig |
findByPrimaryKey(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the Config Object |
static void |
remove(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
remove config associated to the task which is specified in parameter |
static void |
update(TaskNotificationtConfig config,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of task which is specified in parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void create(TaskNotificationtConfig config, fr.paris.lutece.portal.service.plugin.Plugin plugin)
config
- The instance of task which contains the informations to storeplugin
- the pluginpublic static void update(TaskNotificationtConfig config, fr.paris.lutece.portal.service.plugin.Plugin plugin)
config
- The instance of config which contains the informations to updateplugin
- the Pluginpublic static void remove(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdTask
- The task keyplugin
- the Pluginpublic static TaskNotificationtConfig findByPrimaryKey(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 |