|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.seo.business.UrlRewriterRuleHome
public final class UrlRewriterRuleHome
This class provides instances management methods (create, find, ...) for UrlRewriterRule objects
Method Summary | |
---|---|
static UrlRewriterRule |
create(UrlRewriterRule urlRewriterRule)
Create an instance of the urlRewriterRule class |
static java.util.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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static UrlRewriterRule create(UrlRewriterRule urlRewriterRule)
urlRewriterRule
- The instance of the UrlRewriterRule which contains the informations to store
public static UrlRewriterRule update(UrlRewriterRule urlRewriterRule)
urlRewriterRule
- The instance of the UrlRewriterRule which contains the data to store
public static void remove(int nUrlRewriterRuleId)
nUrlRewriterRuleId
- The urlRewriterRule Idpublic static UrlRewriterRule findByPrimaryKey(int nKey)
nKey
- The urlRewriterRule primary key
public static java.util.Collection<UrlRewriterRule> findAll()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |