Class UpdateRatingFeedbackServiceImpl
java.lang.Object
com.skava.ratingandreviews.service.impl.UpdateRatingFeedbackServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<RatingFeedbackInfoDataRequest,
,ReviewFeedbackResponse> UpdateRatingFeedbackService
@Service
public class UpdateRatingFeedbackServiceImpl
extends Object
implements UpdateRatingFeedbackService
Class UpdateRatingFeedbackServiceImpl
This class provides the implementation for the UpdateRatingFeedbackService .
- Since:
- 8.0
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateRatingFeedbackServiceImpl
(RatingFeedbackFactory ratingfeedbackFactory, RatingFeedbackProcess ratingFeedbackProcess) -
Method Summary
Modifier and TypeMethodDescriptionprocess
(RatingFeedbackInfoDataRequest request) method process This method is used to update the RatingReview which uses the argument input passed to it.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
-
UpdateRatingFeedbackServiceImpl
@Autowired public UpdateRatingFeedbackServiceImpl(RatingFeedbackFactory ratingfeedbackFactory, RatingFeedbackProcess ratingFeedbackProcess)
-
-
Method Details
-
process
@SendEvent(eventType="ratingsreviewsservice/ratingfeedback/update", identifier="response_id", skipAuth=true) public ReviewFeedbackResponse process(RatingFeedbackInfoDataRequest request) method process This method is used to update the RatingReview which uses the argument input passed to it.- Specified by:
process
in interfacecom.skava.core.EcommService<RatingFeedbackInfoDataRequest,
ReviewFeedbackResponse> - Parameters:
request
- - holds the information of the reuqest in the form ofRatingFeedbackInfoDataRequest- Returns:
- RatingReviewResponse the response of the method process is returned in the type of RatingReviewResponse.
-