|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IUrlRewriterRuleDAO
IUrlRewriterRuleDAO Interface
Method Summary | |
---|---|
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 |
java.util.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 |
Method Detail |
---|
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 Plugin
java.util.Collection<UrlRewriterRule> selectUrlRewriterRulesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the Plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |