Package | Description |
---|---|
fr.paris.lutece.plugins.seo.business | |
fr.paris.lutece.plugins.seo.service.generator |
Modifier and Type | Method and Description |
---|---|
static FriendlyUrl |
FriendlyUrlHome.create(FriendlyUrl friendlyUrl)
Create an instance of the friendlyUrl class
|
static FriendlyUrl |
FriendlyUrlHome.findByPrimaryKey(int nKey)
Returns an instance of a friendlyUrl whose identifier is specified in parameter
|
FriendlyUrl |
IFriendlyUrlDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
FriendlyUrl |
FriendlyUrlDAO.load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the friendlyUrl from the table
|
static FriendlyUrl |
FriendlyUrlHome.update(FriendlyUrl friendlyUrl)
Update of the friendlyUrl data specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static List<FriendlyUrl> |
FriendlyUrlHome.findAll()
Load the data of all the friendlyUrl objects and returns them in form of a collection
|
List<FriendlyUrl> |
IFriendlyUrlDAO.selectFriendlyUrlsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the friendlyUrl objects and returns them as a List
|
List<FriendlyUrl> |
FriendlyUrlDAO.selectFriendlyUrlsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the friendlyUrls and returns them as a List
|
Modifier and Type | Method and Description |
---|---|
static FriendlyUrl |
FriendlyUrlHome.create(FriendlyUrl friendlyUrl)
Create an instance of the friendlyUrl class
|
void |
IFriendlyUrlDAO.insert(FriendlyUrl friendlyUrl,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
FriendlyUrlDAO.insert(FriendlyUrl friendlyUrl,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
IFriendlyUrlDAO.store(FriendlyUrl friendlyUrl,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
FriendlyUrlDAO.store(FriendlyUrl friendlyUrl,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
static FriendlyUrl |
FriendlyUrlHome.update(FriendlyUrl friendlyUrl)
Update of the friendlyUrl data specified in parameter
|
Modifier and Type | Method and Description |
---|---|
String |
FriendlyUrlGenerator.generate(List<FriendlyUrl> list,
GeneratorOptions options)
Generate alias rules
|
String |
PageFriendlyUrlGenerator.generate(List<FriendlyUrl> list,
GeneratorOptions options)
Generate alias rules
|
Copyright © 2015 City of Paris. All rights reserved.