fr.paris.lutece.plugins.form.business.rss
Interface IFormResourceRssConfigDAO

All Known Implementing Classes:
FormResourceRssConfigDAO

public interface IFormResourceRssConfigDAO

IFormResourceRssConfigDAO


Method Summary
 void delete(int nIdConfig, 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 nIdConfig, 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
 

Method Detail

insert

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

Parameters:
config - The Instance of the object config
plugin - the plugin

store

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

Parameters:
config - instance of config object to update
plugin - the plugin

load

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

Parameters:
nIdConfig - the config id
plugin - the plugin
Returns:
The Instance of the object FormResourceRssConfig

delete

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

Parameters:
nIdConfig - The id of object FormResourceRssConfig
plugin - le plugin

loadAll

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

Parameters:
plugin - le plugin
Returns:
List of FormResourceRssConfig


Copyright © 2012 Mairie de Paris. All Rights Reserved.