|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITaskCommentConfigDAO
ITaskCommentConfigDAO
Method Summary | |
---|---|
void |
delete(int nIdConfig,
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 nIdConfig,
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. |
Method Detail |
---|
void insert(TaskCommentConfig config, fr.paris.lutece.portal.service.plugin.Plugin plugin)
config
- instance of the TaskCommentConfig object to insertplugin
- the pluginvoid store(TaskCommentConfig config, fr.paris.lutece.portal.service.plugin.Plugin plugin)
config
- instance of config object to updateplugin
- the pluginTaskCommentConfig load(int nIdConfig, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdConfig
- the config idplugin
- the plugin
void delete(int nIdConfig, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdConfig
- the config idplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |