Class GetVotesServiceImpl

java.lang.Object
com.skava.ratingandreviews.service.impl.GetVotesServiceImpl
All Implemented Interfaces:
com.skava.core.EcommService<VotesRequest,GetVotesResponse>, GetVotesService

@Service public class GetVotesServiceImpl extends Object implements GetVotesService

Class GetVotesServiceImpl

This class is used to create GetVotesService.

Since:
8.0
Author:
Infosys Equinox
  • Constructor Details

  • Method Details

    • process

      public GetVotesResponse process(VotesRequest input)
      method process This method is used to get the Votes.
      Specified by:
      process in interface com.skava.core.EcommService<VotesRequest,GetVotesResponse>
      Parameters:
      input - This parameter holds the request.
      Returns:
      GetvotesResponse The created RatingReview is returned in the type of GetVotesResponse