public final class UrlRewriterRuleHome extends Object
Modifier and Type | Method and Description |
---|---|
static UrlRewriterRule |
create(UrlRewriterRule urlRewriterRule)
Create an instance of the urlRewriterRule class
|
static Collection<UrlRewriterRule> |
findAll()
Load the data of all the urlRewriterRule objects and returns them in form of a collection
|
static UrlRewriterRule |
findByPrimaryKey(int nKey)
Returns an instance of a urlRewriterRule whose identifier is specified in parameter
|
static void |
remove(int nUrlRewriterRuleId)
Remove the urlRewriterRule whose identifier is specified in parameter
|
static UrlRewriterRule |
update(UrlRewriterRule urlRewriterRule)
Update of the urlRewriterRule which is specified in parameter
|
public static UrlRewriterRule create(UrlRewriterRule urlRewriterRule)
urlRewriterRule
- The instance of the UrlRewriterRule which contains the informations to storepublic static UrlRewriterRule update(UrlRewriterRule urlRewriterRule)
urlRewriterRule
- The instance of the UrlRewriterRule which contains the data to storepublic static void remove(int nUrlRewriterRuleId)
nUrlRewriterRuleId
- The urlRewriterRule Idpublic static UrlRewriterRule findByPrimaryKey(int nKey)
nKey
- The urlRewriterRule primary keypublic static Collection<UrlRewriterRule> findAll()
Copyright © 2015 City of Paris. All rights reserved.