fr.paris.lutece.plugins.directory.business.rss
Interface IDirectoryResourceRssConfigDAO

All Known Implementing Classes:
DirectoryResourceRssConfigDAO

public interface IDirectoryResourceRssConfigDAO

IDirectoryResourceRssConfigDAO


Method Summary
 void delete(int nIdConfig, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Delete a record from the table
 void insert(DirectoryResourceRssConfig config, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 DirectoryResourceRssConfig load(int nIdConfig, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          load the data of DirectoryResourceRssConfig from the table
 java.util.List<DirectoryResourceRssConfig> loadAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Return all record
 void store(DirectoryResourceRssConfig config, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the record in the table
 

Method Detail

insert

void insert(DirectoryResourceRssConfig 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(DirectoryResourceRssConfig 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

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

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

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 DirectoryResourceRssConfig
plugin - le plugin

loadAll

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

Parameters:
plugin - le plugin
Returns:
List of DirectoryResourceRssConfig


Copyright © 2011 Mairie de Paris. All Rights Reserved.