Class FindbyIdQuestionsAndAnswersServiceImpl
java.lang.Object
com.skava.ratingandreviews.service.impl.FindbyIdQuestionsAndAnswersServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<RatingsReviewsQAInfoDataRequest,
,GetByIdQuestionAndAnswersResponse> FindbyIdQuestionsAndAnswersService
@Service
public class FindbyIdQuestionsAndAnswersServiceImpl
extends Object
implements FindbyIdQuestionsAndAnswersService
Class FindbyIdRatingReviewServiceImpl
This class provides the implementation for the FindbyIdRatingReviewService.
- Since:
- 8.0
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionFindbyIdQuestionsAndAnswersServiceImpl
(CollectionProcess collectionProcess, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess) -
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
-
FindbyIdQuestionsAndAnswersServiceImpl
@Autowired public FindbyIdQuestionsAndAnswersServiceImpl(CollectionProcess collectionProcess, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess)
-
-
Method Details
-
process
- Specified by:
process
in interfacecom.skava.core.EcommService<RatingsReviewsQAInfoDataRequest,
GetByIdQuestionAndAnswersResponse>
-