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 Details

  • 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 interface com.skava.core.EcommService<RatingAnswersRequest,UpdateAllResponse>
      Parameters:
      input - - holds the request.
      Returns:
      - returns the response.