|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.modules.taskcomment.business.TaskCommentConfigDAO
public class TaskCommentConfigDAO
class TaskCommentConfig
Constructor Summary | |
---|---|
TaskCommentConfigDAO()
|
Method Summary | |
---|---|
void |
delete(int nIdState,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete the config Object |
void |
insert(TaskCommentConfig config,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
TaskCommentConfig |
load(int nIdState,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the config Object |
void |
store(TaskCommentConfig config,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
update record in the table. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaskCommentConfigDAO()
Method Detail |
---|
public void insert(TaskCommentConfig config, fr.paris.lutece.portal.service.plugin.Plugin plugin)
ITaskCommentConfigDAO
insert
in interface ITaskCommentConfigDAO
config
- instance of the TaskCommentConfig object to insertplugin
- the pluginpublic void store(TaskCommentConfig config, fr.paris.lutece.portal.service.plugin.Plugin plugin)
ITaskCommentConfigDAO
store
in interface ITaskCommentConfigDAO
config
- instance of config object to updateplugin
- the pluginpublic TaskCommentConfig load(int nIdState, fr.paris.lutece.portal.service.plugin.Plugin plugin)
ITaskCommentConfigDAO
load
in interface ITaskCommentConfigDAO
nIdState
- the config idplugin
- the plugin
public void delete(int nIdState, fr.paris.lutece.portal.service.plugin.Plugin plugin)
ITaskCommentConfigDAO
delete
in interface ITaskCommentConfigDAO
nIdState
- the config idplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |