Class PatchUpdateAnswerStatusServiceImpl
java.lang.Object
com.skava.ratingandreviews.service.impl.PatchUpdateAnswerStatusServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<RatingsReviewsQAInfoDataRequest,
,PatchAnswerStatusResponse> PatchUpdateAnswerStatusService
@Service
public class PatchUpdateAnswerStatusServiceImpl
extends Object
implements PatchUpdateAnswerStatusService
Class PatchUpdateAnswersStatusServiceImpl
This class provides the implementation for the PatchUpdateAnswersStatus.
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionPatchUpdateAnswerStatusServiceImpl
(CollectionProcess collectionProcess, RatingQuestionsAndAnswersFactory ratingQuestionsAndAnswersFactory, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler) -
Method Summary
Modifier and TypeMethodDescriptionmethod - 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
-
PatchUpdateAnswerStatusServiceImpl
@Autowired public PatchUpdateAnswerStatusServiceImpl(CollectionProcess collectionProcess, RatingQuestionsAndAnswersFactory ratingQuestionsAndAnswersFactory, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler)
-
-
Method Details
-
process
@SendEvent(eventType="ratingsreviewsservice/reviewanswers/patch", identifier="") public PatchAnswerStatusResponse process(RatingsReviewsQAInfoDataRequest input) method - this method returns the response.- Specified by:
process
in interfacecom.skava.core.EcommService<RatingsReviewsQAInfoDataRequest,
PatchAnswerStatusResponse> - Parameters:
input
- - holds the request.- Returns:
- - returns the response.
-