Class GetVotesServiceImpl
java.lang.Object
com.skava.ratingandreviews.service.impl.GetVotesServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<VotesRequest,
,GetVotesResponse> GetVotesService
Class GetVotesServiceImpl
This class is used to create GetVotesService.
- Since:
- 8.0
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionGetVotesServiceImpl
(CollectionProcess collectionProcess, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess) -
Method Summary
Modifier and TypeMethodDescriptionprocess
(VotesRequest input) method process This method is used to get the Votes.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.skava.core.EcommService
getValidateException, getValidator, getValidator
-
Constructor Details
-
GetVotesServiceImpl
@Autowired public GetVotesServiceImpl(CollectionProcess collectionProcess, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess)
-
-
Method Details
-
process
method process This method is used to get the Votes.- Specified by:
process
in interfacecom.skava.core.EcommService<VotesRequest,
GetVotesResponse> - Parameters:
input
- This parameter holds the request.- Returns:
- GetvotesResponse The created RatingReview is returned in the type of GetVotesResponse
-