Uses of Class
com.skava.ratingandreviews.model.datatransferobject.response.VotesResponse
Packages that use VotesResponse
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 ratingandreviews.
-
Uses of VotesResponse in com.skava.ratingandreviews.factory
Methods in com.skava.ratingandreviews.factory that return VotesResponseModifier and TypeMethodDescriptionVotesFactory.createVotesResponce
(VotesEntity votesEntity) method - createVotesEntity -
Uses of VotesResponse in com.skava.ratingandreviews.factory.impl
Methods in com.skava.ratingandreviews.factory.impl that return VotesResponseModifier and TypeMethodDescriptionVotesFactoryImpl.createVotesResponce
(VotesEntity votesEntity) method createVotesResponce this method is used to create VotesResponce with the help of VotesEntity from which the values can be derived and the stored inside the VotesEntity. -
Uses of VotesResponse in com.skava.ratingandreviews.service.impl
Methods in com.skava.ratingandreviews.service.impl that return VotesResponseModifier and TypeMethodDescriptionCreateVotesServiceImpl.process
(VotesRequest input) method process This method is used to create a Votes. -
Uses of VotesResponse in com.skava.ratingandreviews.web
Methods in com.skava.ratingandreviews.web that return types with arguments of type VotesResponseModifier 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.