Class UpdateAllAnswersProcess
java.lang.Object
com.skava.ratingandreviews.process.UpdateAllAnswersProcess
Class RatingFeedbackProcess
this class provides the feedback process of the ratings
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateAllAnswersProcess
(RatingAnswersRepository ratingAnswersRepository, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess) -
Method Summary
Modifier and TypeMethodDescriptionmethod - This method is used to update answers.
-
Constructor Details
-
UpdateAllAnswersProcess
@Autowired public UpdateAllAnswersProcess(RatingAnswersRepository ratingAnswersRepository, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess)
-
-
Method Details
-
updateAnswers
method - This method is used to update answers.- Parameters:
input
- - holds the request.- Returns:
- - returns the response.
-