|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.business.rss.FormResourceRssConfigDAO
public class FormResourceRssConfigDAO
class FormResourceRssConfigDAO
Constructor Summary | |
---|---|
FormResourceRssConfigDAO()
|
Method Summary | |
---|---|
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 |
java.util.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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FormResourceRssConfigDAO()
Method Detail |
---|
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 Rss idplugin
- the plugin
public void delete(int nIdRss, fr.paris.lutece.portal.service.plugin.Plugin plugin)
delete
in interface IFormResourceRssConfigDAO
nIdRss
- The id of object FormResourceRssConfigplugin
- le pluginpublic java.util.List<FormResourceRssConfig> loadAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
loadAll
in interface IFormResourceRssConfigDAO
plugin
- le plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |