Uses of Class
com.skava.ratingandreviews.model.datatransferobject.response.GetVotesResponse
Packages that use GetVotesResponse
Package
Description
Provides the exception classes for list.
Provides the exception classes for list.
Provides the exception classes for ratingandreviews.
-
Uses of GetVotesResponse in com.skava.ratingandreviews.process
Methods in com.skava.ratingandreviews.process that return GetVotesResponseModifier and TypeMethodDescriptionRatingQuestionsAndAnswersProcess.getVotesCountById
(VotesRequest input) method getVotesCountByIdQuestion This method is used to find the likes with the help of answerId passed to it as argument. -
Uses of GetVotesResponse in com.skava.ratingandreviews.service.impl
Methods in com.skava.ratingandreviews.service.impl that return GetVotesResponseModifier and TypeMethodDescriptionGetVotesServiceImpl.process
(VotesRequest input) method process This method is used to get the Votes. -
Uses of GetVotesResponse in com.skava.ratingandreviews.web
Methods in com.skava.ratingandreviews.web that return types with arguments of type GetVotesResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<GetVotesResponse>
RatingQuestionsAndAnswersController.getVotes
(long collectionId, String locale, long questionId, long answerId, long userId, String authToken, VoteType voteType) method GetVotesResponseById This method is used to get the votes for answers by Id.