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 Details

  • 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 interface com.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.