fr.paris.lutece.plugins.form.business.rss
Class FormResourceRssConfigDAO

java.lang.Object
  extended by fr.paris.lutece.plugins.form.business.rss.FormResourceRssConfigDAO
All Implemented Interfaces:
IFormResourceRssConfigDAO

public class FormResourceRssConfigDAO
extends java.lang.Object
implements IFormResourceRssConfigDAO

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

FormResourceRssConfigDAO

public FormResourceRssConfigDAO()
Method Detail

insert

public void insert(FormResourceRssConfig config,
                   fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.

Specified by:
insert in interface IFormResourceRssConfigDAO
Parameters:
config - The Instance of the object config
plugin - the plugin

store

public void store(FormResourceRssConfig config,
                  fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table

Specified by:
store in interface IFormResourceRssConfigDAO
Parameters:
config - instance of config object to update
plugin - the plugin

load

public FormResourceRssConfig load(int nIdRss,
                                  fr.paris.lutece.portal.service.plugin.Plugin plugin)
load the data of FormResourceRssConfig from the table

Specified by:
load in interface IFormResourceRssConfigDAO
Parameters:
nIdRss - the Rss id
plugin - the plugin
Returns:
The Instance of the object FormResourceRssConfig

delete

public void delete(int nIdRss,
                   fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table

Specified by:
delete in interface IFormResourceRssConfigDAO
Parameters:
nIdRss - The id of object FormResourceRssConfig
plugin - le plugin

loadAll

public java.util.List<FormResourceRssConfig> loadAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return all record

Specified by:
loadAll in interface IFormResourceRssConfigDAO
Parameters:
plugin - le plugin
Returns:
List of FormResourceRssConfig


Copyright © 2012 Mairie de Paris. All Rights Reserved.