|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void insert(FormResourceRssConfig config, fr.paris.lutece.portal.service.plugin.Plugin plugin)
config
- The Instance of the object configplugin
- the pluginvoid store(FormResourceRssConfig config, fr.paris.lutece.portal.service.plugin.Plugin plugin)
config
- instance of config object to updateplugin
- the pluginFormResourceRssConfig load(int nIdConfig, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdConfig
- the config idplugin
- the plugin
void delete(int nIdConfig, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdConfig
- The id of object FormResourceRssConfigplugin
- le pluginjava.util.List<FormResourceRssConfig> loadAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- le plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |