|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormResourceRssConfig | |
---|---|
fr.paris.lutece.plugins.form.business.rss |
Uses of FormResourceRssConfig in fr.paris.lutece.plugins.form.business.rss |
---|
Methods in fr.paris.lutece.plugins.form.business.rss that return FormResourceRssConfig | |
---|---|
static FormResourceRssConfig |
FormResourceRssConfigHome.findByPrimaryKey(int nIdFormResourceRssConfig,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a configuration |
FormResourceRssConfig |
FormResourceRssConfigDAO.load(int nIdRss,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load the data of FormResourceRssConfig from the table |
FormResourceRssConfig |
IFormResourceRssConfigDAO.load(int nIdConfig,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load the data of FormResourceRssConfig from the table |
Methods in fr.paris.lutece.plugins.form.business.rss that return types with arguments of type FormResourceRssConfig | |
---|---|
static java.util.List<FormResourceRssConfig> |
FormResourceRssConfigHome.getAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load All FormResourceRssConfig |
java.util.List<FormResourceRssConfig> |
FormResourceRssConfigDAO.loadAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return all record |
java.util.List<FormResourceRssConfig> |
IFormResourceRssConfigDAO.loadAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return all record |
Methods in fr.paris.lutece.plugins.form.business.rss with parameters of type FormResourceRssConfig | |
---|---|
static void |
FormResourceRssConfigHome.create(FormResourceRssConfig config,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert new configuration |
void |
FormResourceRssConfigDAO.insert(FormResourceRssConfig config,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
IFormResourceRssConfigDAO.insert(FormResourceRssConfig config,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
FormResourceRssConfigDAO.store(FormResourceRssConfig config,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
void |
IFormResourceRssConfigDAO.store(FormResourceRssConfig config,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
static void |
FormResourceRssConfigHome.update(FormResourceRssConfig config,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update a configuration |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |