public final class FriendlyUrlHome extends Object
Modifier and Type | Method and Description |
---|---|
static FriendlyUrl |
create(FriendlyUrl friendlyUrl)
Create an instance of the friendlyUrl class
|
static 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
|
public static FriendlyUrl create(FriendlyUrl friendlyUrl)
friendlyUrl
- The instance of the FriendlyUrl which contains the informations to storepublic static FriendlyUrl update(FriendlyUrl friendlyUrl)
friendlyUrl
- The instance of the FriendlyUrl which contains the data to storepublic static void remove(int nFriendlyUrlId)
nFriendlyUrlId
- The friendlyUrl Idpublic static FriendlyUrl findByPrimaryKey(int nKey)
nKey
- The friendlyUrl primary keypublic static List<FriendlyUrl> findAll()
Copyright © 2015 City of Paris. All rights reserved.