public interface IRatingHistoryService
Modifier and Type | Method and Description |
---|---|
void |
create(RatingHistory ratingHistory)
Insert.
|
RatingHistory |
findByHistoryExtenderId(long lIdHistoryExtenderId)
Find a
RatingHistory |
void |
remove(int nId)
Delete.
|
void |
removeByResource(String strIdExtendableResource,
String strExtendableResourceType)
Delete by resource
|
@Transactional(value="extend-rating.transactionManager") void remove(int nId)
nId
- the n id rating@Transactional(value="extend-rating.transactionManager") void removeByResource(String strIdExtendableResource, String strExtendableResourceType)
strIdExtendableResource
- the str id extendable resourcestrExtendableResourceType
- the str extendable resource type@Transactional(value="extend-rating.transactionManager") void create(RatingHistory ratingHistory)
ratingHistory
- the ratingHistory@Transactional(value="extend-rating.transactionManager") RatingHistory findByHistoryExtenderId(long lIdHistoryExtenderId)
RatingHistory
lIdHistoryExtenderId
- the extender idRatingHistory
Copyright © 2015 City of Paris. All rights reserved.