Class CreateVotesServiceImpl

java.lang.Object
com.skava.ratingandreviews.service.impl.CreateVotesServiceImpl
All Implemented Interfaces:
com.skava.core.EcommService<VotesRequest,VotesResponse>, CreateVotesService

@Service public class CreateVotesServiceImpl extends Object implements CreateVotesService

Class CreateRatingReviewServiceImpl

This class is used to create RatingReviewService.

Since:
8.0
Author:
Infosys Equinox
  • Constructor Details

  • Method Details

    • process

      @SendEvent(eventType="ratingsreviewsservice/createvotes/create", identifier="request_questionId") public VotesResponse process(VotesRequest input)
      method process This method is used to create a Votes.
      Specified by:
      process in interface com.skava.core.EcommService<VotesRequest,VotesResponse>
      Parameters:
      input - This parameter holds the request.
      Returns:
      VotesResponse The created RatingReview is returned in the type of VotesResponse