|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FriendlyUrl | |
---|---|
fr.paris.lutece.plugins.seo.business | |
fr.paris.lutece.plugins.seo.service.generator |
Uses of FriendlyUrl in fr.paris.lutece.plugins.seo.business |
---|
Methods in fr.paris.lutece.plugins.seo.business that return FriendlyUrl | |
---|---|
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 |
FriendlyUrlDAO.load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the friendlyUrl from the table |
FriendlyUrl |
IFriendlyUrlDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table |
static FriendlyUrl |
FriendlyUrlHome.update(FriendlyUrl friendlyUrl)
Update of the friendlyUrl data specified in parameter |
Methods in fr.paris.lutece.plugins.seo.business that return types with arguments of type FriendlyUrl | |
---|---|
static java.util.List<FriendlyUrl> |
FriendlyUrlHome.findAll()
Load the data of all the friendlyUrl objects and returns them in form of a collection |
java.util.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 |
java.util.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 |
Methods in fr.paris.lutece.plugins.seo.business with parameters of type FriendlyUrl | |
---|---|
static FriendlyUrl |
FriendlyUrlHome.create(FriendlyUrl friendlyUrl)
Create an instance of the friendlyUrl class |
void |
FriendlyUrlDAO.insert(FriendlyUrl friendlyUrl,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
IFriendlyUrlDAO.insert(FriendlyUrl friendlyUrl,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
FriendlyUrlDAO.store(FriendlyUrl friendlyUrl,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
void |
IFriendlyUrlDAO.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 |
Uses of FriendlyUrl in fr.paris.lutece.plugins.seo.service.generator |
---|
Method parameters in fr.paris.lutece.plugins.seo.service.generator with type arguments of type FriendlyUrl | |
---|---|
java.lang.String |
PageFriendlyUrlGenerator.generate(java.util.List<FriendlyUrl> list,
GeneratorOptions options)
Generate alias rules |
java.lang.String |
FriendlyUrlGenerator.generate(java.util.List<FriendlyUrl> list,
GeneratorOptions options)
Generate alias rules |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |