public interface IUrlRewriterRuleDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(int nIdUrlRewriterRule,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
void |
insert(UrlRewriterRule urlRewriterRule,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
UrlRewriterRule |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
Collection<UrlRewriterRule> |
selectUrlRewriterRulesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the urlRewriterRule objects and returns them as a collection
|
void |
store(UrlRewriterRule urlRewriterRule,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void insert(UrlRewriterRule urlRewriterRule, fr.paris.lutece.portal.service.plugin.Plugin plugin)
urlRewriterRule
- instance of the UrlRewriterRule object to inssertplugin
- the Pluginvoid store(UrlRewriterRule urlRewriterRule, fr.paris.lutece.portal.service.plugin.Plugin plugin)
urlRewriterRule
- the reference of the UrlRewriterRuleplugin
- the Pluginvoid delete(int nIdUrlRewriterRule, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdUrlRewriterRule
- int identifier of the UrlRewriterRule to deleteplugin
- the PluginUrlRewriterRule load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the urlRewriterRuleplugin
- the PluginCollection<UrlRewriterRule> selectUrlRewriterRulesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the PluginCopyright © 2015 City of Paris. All rights reserved.