Class FindAllAnswersServiceImpl
java.lang.Object
com.skava.ratingandreviews.service.impl.FindAllAnswersServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<RatingsReviewsQAInfoDataRequest,
,RatingAnswersResponse> FindAllAnswersService
Class FindbyIdRatingReviewServiceImpl
This class provides the implementation for the FindbyIdRatingReviewService.
- Since:
- 8.0
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionFindAllAnswersServiceImpl
(CollectionProcess collectionProcess, RatingQuestionsRepository ratingQuestionsRepository, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler) -
Method Summary
Modifier and TypeMethodDescriptionMethods 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
-
FindAllAnswersServiceImpl
@Autowired public FindAllAnswersServiceImpl(CollectionProcess collectionProcess, RatingQuestionsRepository ratingQuestionsRepository, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler)
-
-
Method Details
-
process
- Specified by:
process
in interfacecom.skava.core.EcommService<RatingsReviewsQAInfoDataRequest,
RatingAnswersResponse>
-