public interface IRatingListener
Modifier and Type | Method and Description |
---|---|
void |
cancelRating(String strIdExtendableResource,
String strExtendableResourceType,
fr.paris.lutece.portal.service.security.LuteceUser user)
Notify the removal of a rating
|
void |
rating(String strIdExtendableResource,
String strExtendableResourceType,
fr.paris.lutece.portal.service.security.LuteceUser user)
Notify if there was a rate
|
void rating(String strIdExtendableResource, String strExtendableResourceType, fr.paris.lutece.portal.service.security.LuteceUser user)
strIdExtendableResource
- The id of the extendable resourcestrExtendableResourceType
- The type of the extendable resourceuser
- the LuteceUser who ratedvoid cancelRating(String strIdExtendableResource, String strExtendableResourceType, fr.paris.lutece.portal.service.security.LuteceUser user)
strIdExtendableResource
- The id of the extendable resourcestrExtendableResourceType
- The type of the extendable resourceuser
- the LuteceUser who cancel ratedCopyright © 2022 City of Paris. All rights reserved.