public interface IFriendlyUrlDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(int nIdFriendlyUrl,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
void |
insert(FriendlyUrl friendlyUrl,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
FriendlyUrl |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
List<FriendlyUrl> |
selectFriendlyUrlsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the friendlyUrl objects and returns them as a List
|
void |
store(FriendlyUrl friendlyUrl,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void insert(FriendlyUrl friendlyUrl, fr.paris.lutece.portal.service.plugin.Plugin plugin)
friendlyUrl
- instance of the FriendlyUrl object to inssertplugin
- the Pluginvoid store(FriendlyUrl friendlyUrl, fr.paris.lutece.portal.service.plugin.Plugin plugin)
friendlyUrl
- the reference of the FriendlyUrlplugin
- the Pluginvoid delete(int nIdFriendlyUrl, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdFriendlyUrl
- int identifier of the FriendlyUrl to deleteplugin
- the PluginFriendlyUrl load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the friendlyUrlplugin
- the PluginList<FriendlyUrl> selectFriendlyUrlsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the PluginCopyright © 2015 City of Paris. All rights reserved.