Uses of Class
com.skava.ratingandreviews.model.datatransferobject.request.VotesRequest
Packages that use VotesRequest
Package
Description
Provides the class for List authorization.
Provides the exception classes for list.
Provides the exception classes for list.
Provides the exception classes for list.
Provides the exception classes for ratingandreviews.
-
Uses of VotesRequest in com.skava.ratingandreviews.factory
Methods in com.skava.ratingandreviews.factory with parameters of type VotesRequestModifier and TypeMethodDescriptionVotesFactory.createVotesEntity
(VotesRequest request) method - createVotesEntity -
Uses of VotesRequest in com.skava.ratingandreviews.factory.impl
Methods in com.skava.ratingandreviews.factory.impl with parameters of type VotesRequestModifier and TypeMethodDescriptionVotesFactoryImpl.createVotesEntity
(VotesRequest request) method createVotesEntity this method is used to create VotesEntity with the help of VotesRequest from which the values can be derived and the stored inside the VotesEntity. -
Uses of VotesRequest in com.skava.ratingandreviews.process
Methods in com.skava.ratingandreviews.process with parameters of type VotesRequestModifier 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 VotesRequest in com.skava.ratingandreviews.service.impl
Methods in com.skava.ratingandreviews.service.impl with parameters of type VotesRequestModifier and TypeMethodDescriptionCreateVotesServiceImpl.process
(VotesRequest input) method process This method is used to create a Votes.GetVotesServiceImpl.process
(VotesRequest input) method process This method is used to get the Votes. -
Uses of VotesRequest in com.skava.ratingandreviews.web
Methods in com.skava.ratingandreviews.web with parameters of type VotesRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<VotesResponse>
RatingQuestionsAndAnswersController.createVotes
(String locale, long collectionId, String authToken, VotesRequest request) method CreateAnswerForQuestion This method is used to Creates the Answers For Question based on the Question Id.