public interface IRatingValidationService
Modifier and Type | Method and Description |
---|---|
String |
validateRating(javax.servlet.http.HttpServletRequest request,
fr.paris.lutece.portal.service.security.LuteceUser user,
String strIdResource,
String strResourceTypeKey,
float dVoteValue)
Check if a user is allowed to validate a resource
|
String validateRating(javax.servlet.http.HttpServletRequest request, fr.paris.lutece.portal.service.security.LuteceUser user, String strIdResource, String strResourceTypeKey, float dVoteValue)
request
- The requestuser
- The user that wants to rate a resourcestrIdResource
- the id of the resourcestrResourceTypeKey
- The resource type keydVoteValue
- The value of the voteCopyright © 2022 City of Paris. All rights reserved.