public class FavoriteHistoryDAO extends Object implements IFavoriteHistoryDAO
| Constructor and Description |
|---|
FavoriteHistoryDAO() |
| Modifier and Type | Method and Description |
|---|---|
void |
create(FavoriteHistory favoriteHistory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert.
|
FavoriteHistory |
findByHistoryExtenderId(long lIdHistoryExtenderId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find a
FavoriteHistory |
void |
remove(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete.
|
void |
removeByResource(String strIdExtendableResource,
String strExtendableResourceType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete by resource
|
public void remove(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
IFavoriteHistoryDAOremove in interface IFavoriteHistoryDAOnId - the n id favoriteplugin - the pluginpublic void removeByResource(String strIdExtendableResource, String strExtendableResourceType, fr.paris.lutece.portal.service.plugin.Plugin plugin)
IFavoriteHistoryDAOremoveByResource in interface IFavoriteHistoryDAOstrIdExtendableResource - the str id extendable resourcestrExtendableResourceType - the str extendable resource typeplugin - the pluginpublic void create(FavoriteHistory favoriteHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
IFavoriteHistoryDAOcreate in interface IFavoriteHistoryDAOfavoriteHistory - the favoriteHistoryplugin - the pluginpublic FavoriteHistory findByHistoryExtenderId(long lIdHistoryExtenderId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
IFavoriteHistoryDAOFavoriteHistoryfindByHistoryExtenderId in interface IFavoriteHistoryDAOlIdHistoryExtenderId - the extender idplugin - the pluginFavoriteHistoryCopyright © 2018 City of Paris. All rights reserved.