Uses of Class
com.skava.ratingandreviews.model.datatransferobject.response.GetByIdQuestionAndAnswersResponse
Packages that use GetByIdQuestionAndAnswersResponse
Package
Description
Provides the class for List authorization.
Provides the exception classes for list.
Provides the exception classes for list.
Provides the exception classes for list.
Provides the exception classes for ratingandreviews.
-
Uses of GetByIdQuestionAndAnswersResponse in com.skava.ratingandreviews.factory
Methods in com.skava.ratingandreviews.factory that return GetByIdQuestionAndAnswersResponseModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactory.createQuestionAndAnswersResponse
(RatingQuestionsEntity ratingQuestionsEntity) method - createQuestionAndAnswersResponse -
Uses of GetByIdQuestionAndAnswersResponse in com.skava.ratingandreviews.factory.impl
Methods in com.skava.ratingandreviews.factory.impl that return GetByIdQuestionAndAnswersResponseModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactoryImpl.createQuestionAndAnswersResponse
(RatingQuestionsEntity ratingQuestionsEntity) -
Uses of GetByIdQuestionAndAnswersResponse in com.skava.ratingandreviews.process
Methods in com.skava.ratingandreviews.process that return GetByIdQuestionAndAnswersResponseModifier and TypeMethodDescriptionRatingQuestionsAndAnswersProcess.deleteByIdQuestion
(long id, long collectionId) method deleteByIdQuestion This method is used to delete the Question with the help of QuestionId and CollectionId passed to it as argument.RatingQuestionsAndAnswersProcess.getQuestionsAndAnswerById
(RatingsReviewsQAInfoDataRequest request) method getQuestionsAndAnswerById This method is used to create getQuestionsAndAnswerById with the help of the questionId -
Uses of GetByIdQuestionAndAnswersResponse in com.skava.ratingandreviews.service.impl
Methods in com.skava.ratingandreviews.service.impl that return GetByIdQuestionAndAnswersResponseModifier and TypeMethodDescriptionDeleteQuestionServiceImpl.process
(RatingsReviewsQAInfoDataRequest input) method process This method is used to delete Question with the help of input argument passed to it.FindbyIdQuestionsAndAnswersServiceImpl.process
(RatingsReviewsQAInfoDataRequest input) -
Uses of GetByIdQuestionAndAnswersResponse in com.skava.ratingandreviews.web
Methods in com.skava.ratingandreviews.web that return types with arguments of type GetByIdQuestionAndAnswersResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<GetByIdQuestionAndAnswersResponse>
RatingQuestionsAndAnswersController.deleteQuestionsById
(long collectionId, String locale, String authToken, long id) method DeleteQuestionById This method is used to delete the RatingReviews by Id.org.springframework.http.ResponseEntity<GetByIdQuestionAndAnswersResponse>
RatingQuestionsAndAnswersController.getQuestionsAndAnswersById
(long collectionId, String locale, String authToken, long id) method getRatingReviewById This method is used to get the RatingReview by Id.