Class CreateRatingQuestionsAndAnswersServiceImpl
java.lang.Object
com.skava.ratingandreviews.service.impl.CreateRatingQuestionsAndAnswersServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<RatingQuestionsAnswersRequest,
,RatingQuestionsAndAnswersResponse> CreateRatingQuestionsAndAnswersService
@Service
public class CreateRatingQuestionsAndAnswersServiceImpl
extends Object
implements CreateRatingQuestionsAndAnswersService
Class CreateRatingQuestionsAndAnswersServiceImpl
This class provides the implementation of the CreateRatingQuestionsAndAnswers Service.
- Since:
- 8.0
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionCreateRatingQuestionsAndAnswersServiceImpl
(RatingQuestionsAndAnswersFactory ratingQuestionsAndAnswersFactory, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess, CollectionProcess collectionProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler) -
Method Summary
Modifier and TypeMethodDescriptionmethod process This method is used to create RatingQuestionsAndAnswers based on the request which is passed as argument to it.void
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
-
CreateRatingQuestionsAndAnswersServiceImpl
@Autowired public CreateRatingQuestionsAndAnswersServiceImpl(RatingQuestionsAndAnswersFactory ratingQuestionsAndAnswersFactory, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess, CollectionProcess collectionProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler)
-
-
Method Details
-
process
@SendEvent(eventType="ratingsreviewsservice/reviewanswers/create", identifier="response_itemId") public RatingQuestionsAndAnswersResponse process(RatingQuestionsAnswersRequest input) method process This method is used to create RatingQuestionsAndAnswers based on the request which is passed as argument to it.- Specified by:
process
in interfacecom.skava.core.EcommService<RatingQuestionsAnswersRequest,
RatingQuestionsAndAnswersResponse> - Returns:
- RatingQuestionsAnswersDomain The created RatingQuestionsAndAnswers is returned in the type of RatingQuestionsAnswersDomain.
-
validateQnA
-