|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskCommentConfig | |
---|---|
fr.paris.lutece.plugins.workflow.modules.taskcomment.business |
Uses of TaskCommentConfig in fr.paris.lutece.plugins.workflow.modules.taskcomment.business |
---|
Methods in fr.paris.lutece.plugins.workflow.modules.taskcomment.business that return TaskCommentConfig | |
---|---|
static TaskCommentConfig |
TaskCommentConfigHome.findByPrimaryKey(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the Config Object |
TaskCommentConfig |
ITaskCommentConfigDAO.load(int nIdConfig,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the config Object |
TaskCommentConfig |
TaskCommentConfigDAO.load(int nIdState,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
|
Methods in fr.paris.lutece.plugins.workflow.modules.taskcomment.business with parameters of type TaskCommentConfig | |
---|---|
static void |
TaskCommentConfigHome.create(TaskCommentConfig config,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of config |
void |
ITaskCommentConfigDAO.insert(TaskCommentConfig config,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
TaskCommentConfigDAO.insert(TaskCommentConfig config,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
|
void |
ITaskCommentConfigDAO.store(TaskCommentConfig config,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
update record in the table. |
void |
TaskCommentConfigDAO.store(TaskCommentConfig config,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
|
static void |
TaskCommentConfigHome.update(TaskCommentConfig config,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of task which is specified in parameter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |