Class UpdateAllAnswersForQuestionImpl
java.lang.Object
com.skava.ratingandreviews.service.impl.UpdateAllAnswersForQuestionImpl
- All Implemented Interfaces:
com.skava.core.EcommService<RatingAnswersRequest,
,UpdateAllResponse> UpdateAllAnswersForQuestion
@Service
public class UpdateAllAnswersForQuestionImpl
extends Object
implements UpdateAllAnswersForQuestion
Class UpdateAllAnswersForQuestionImpl
This class provides the implementation for the UpdateAllAnswersForQuestion.
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateAllAnswersForQuestionImpl
(CollectionProcess collectionProcess, UpdateAllAnswersProcess updateAllAnswersProcess, RatingQuestionsRepository ratingQuestionsRepository, com.skava.core.auth.AuthTokenHandler authTokenHandler) -
Method Summary
Modifier and TypeMethodDescriptionprocess
(RatingAnswersRequest input) method - this method returns the response.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
-
UpdateAllAnswersForQuestionImpl
@Autowired public UpdateAllAnswersForQuestionImpl(CollectionProcess collectionProcess, UpdateAllAnswersProcess updateAllAnswersProcess, RatingQuestionsRepository ratingQuestionsRepository, com.skava.core.auth.AuthTokenHandler authTokenHandler)
-
-
Method Details
-
process
@SendEvent(eventType="ratingsreviewsservice/ratinganswers/update", identifier="response_id") public UpdateAllResponse process(RatingAnswersRequest input) method - this method returns the response.- Specified by:
process
in interfacecom.skava.core.EcommService<RatingAnswersRequest,
UpdateAllResponse> - Parameters:
input
- - holds the request.- Returns:
- - returns the response.
-