Package | Description |
---|---|
fr.paris.lutece.plugins.seo.business |
Modifier and Type | Method and Description |
---|---|
static UrlRewriterRule |
UrlRewriterRuleHome.create(UrlRewriterRule urlRewriterRule)
Create an instance of the urlRewriterRule class
|
static UrlRewriterRule |
UrlRewriterRuleHome.findByPrimaryKey(int nKey)
Returns an instance of a urlRewriterRule whose identifier is specified in parameter
|
UrlRewriterRule |
UrlRewriterRuleDAO.load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the urlRewriterRule from the table
|
UrlRewriterRule |
IUrlRewriterRuleDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
static UrlRewriterRule |
UrlRewriterRuleHome.update(UrlRewriterRule urlRewriterRule)
Update of the urlRewriterRule which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static Collection<UrlRewriterRule> |
UrlRewriterRuleHome.findAll()
Load the data of all the urlRewriterRule objects and returns them in form of a collection
|
Collection<UrlRewriterRule> |
UrlRewriterRuleDAO.selectUrlRewriterRulesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the urlRewriterRules and returns them as a collection
|
Collection<UrlRewriterRule> |
IUrlRewriterRuleDAO.selectUrlRewriterRulesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the urlRewriterRule objects and returns them as a collection
|
Modifier and Type | Method and Description |
---|---|
static UrlRewriterRule |
UrlRewriterRuleHome.create(UrlRewriterRule urlRewriterRule)
Create an instance of the urlRewriterRule class
|
void |
UrlRewriterRuleDAO.insert(UrlRewriterRule urlRewriterRule,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
IUrlRewriterRuleDAO.insert(UrlRewriterRule urlRewriterRule,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
UrlRewriterRuleDAO.store(UrlRewriterRule urlRewriterRule,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
IUrlRewriterRuleDAO.store(UrlRewriterRule urlRewriterRule,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
static UrlRewriterRule |
UrlRewriterRuleHome.update(UrlRewriterRule urlRewriterRule)
Update of the urlRewriterRule which is specified in parameter
|
Copyright © 2015 City of Paris. All rights reserved.