public interface IRatingHistoryDAO
Modifier and Type | Method and Description |
---|---|
void |
create(RatingHistory ratingHistory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert.
|
RatingHistory |
findByHistoryExtenderId(long lIdHistoryExtenderId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find a
RatingHistory |
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
|
void remove(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nId
- the n id ratingplugin
- the pluginvoid removeByResource(String strIdExtendableResource, String strExtendableResourceType, fr.paris.lutece.portal.service.plugin.Plugin plugin)
strIdExtendableResource
- the str id extendable resourcestrExtendableResourceType
- the str extendable resource typeplugin
- the pluginvoid create(RatingHistory ratingHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
ratingHistory
- the ratingHistoryplugin
- the pluginRatingHistory findByHistoryExtenderId(long lIdHistoryExtenderId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
RatingHistory
lIdHistoryExtenderId
- the extender idplugin
- the pluginRatingHistory
Copyright © 2015 City of Paris. All rights reserved.