|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.seo.business.FriendlyUrlHome
public final class FriendlyUrlHome
This class provides instances management methods (create, find, ...) for FriendlyUrl objects
Method Summary | |
---|---|
static FriendlyUrl |
create(FriendlyUrl friendlyUrl)
Create an instance of the friendlyUrl class |
static java.util.List<FriendlyUrl> |
findAll()
Load the data of all the friendlyUrl objects and returns them in form of a collection |
static FriendlyUrl |
findByPrimaryKey(int nKey)
Returns an instance of a friendlyUrl whose identifier is specified in parameter |
static void |
remove(int nFriendlyUrlId)
Remove the friendlyUrl whose identifier is specified in parameter |
static FriendlyUrl |
update(FriendlyUrl friendlyUrl)
Update of the friendlyUrl data 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 FriendlyUrl create(FriendlyUrl friendlyUrl)
friendlyUrl
- The instance of the FriendlyUrl which contains the informations to store
public static FriendlyUrl update(FriendlyUrl friendlyUrl)
friendlyUrl
- The instance of the FriendlyUrl which contains the data to store
public static void remove(int nFriendlyUrlId)
nFriendlyUrlId
- The friendlyUrl Idpublic static FriendlyUrl findByPrimaryKey(int nKey)
nKey
- The friendlyUrl primary key
public static java.util.List<FriendlyUrl> findAll()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |