public class FormResourceRssConfigDAO extends Object implements IFormResourceRssConfigDAO
Constructor and Description |
---|
FormResourceRssConfigDAO() |
Modifier and Type | Method and Description |
---|---|
void |
delete(int nIdRss,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
void |
insert(FormResourceRssConfig config,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
FormResourceRssConfig |
load(int nIdRss,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load the data of FormResourceRssConfig from the table
|
List<FormResourceRssConfig> |
loadAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return all record
|
void |
store(FormResourceRssConfig config,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
public void insert(FormResourceRssConfig config, fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert
in interface IFormResourceRssConfigDAO
config
- The Instance of the object configplugin
- the pluginpublic void store(FormResourceRssConfig config, fr.paris.lutece.portal.service.plugin.Plugin plugin)
store
in interface IFormResourceRssConfigDAO
config
- instance of config object to updateplugin
- the pluginpublic FormResourceRssConfig load(int nIdRss, fr.paris.lutece.portal.service.plugin.Plugin plugin)
load
in interface IFormResourceRssConfigDAO
nIdRss
- the config idplugin
- the pluginpublic void delete(int nIdRss, fr.paris.lutece.portal.service.plugin.Plugin plugin)
delete
in interface IFormResourceRssConfigDAO
nIdRss
- The id of object FormResourceRssConfigplugin
- le pluginpublic List<FormResourceRssConfig> loadAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
loadAll
in interface IFormResourceRssConfigDAO
plugin
- le pluginCopyright © 2016 City of Paris. All rights reserved.