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