|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFriendlyUrlDAO
IFriendlyUrlDAO Interface
Method Summary | |
---|---|
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 |
java.util.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 |
Method Detail |
---|
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 Plugin
java.util.List<FriendlyUrl> selectFriendlyUrlsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the Plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |