Uses of Class
com.skava.ratingandreviews.model.domain.RatingAnswersDomain
Packages that use RatingAnswersDomain
Package
Description
Provides the class for List authorization.
Provides the exception classes for list.
Provides the exception classes for list.
-
Uses of RatingAnswersDomain in com.skava.ratingandreviews.factory
Methods in com.skava.ratingandreviews.factory that return types with arguments of type RatingAnswersDomainModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactory.createAnswerStatusDomain
(List<RatingAnswersEntity> ratingAnswersStatusEntity) method - createAnswerStatusDomainMethod parameters in com.skava.ratingandreviews.factory with type arguments of type RatingAnswersDomainModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactory.updateGetAnswersResponse
(List<RatingAnswersDomain> ratingAnswersDomains) method - updateGetQuestionsResponse -
Uses of RatingAnswersDomain in com.skava.ratingandreviews.factory.impl
Methods in com.skava.ratingandreviews.factory.impl that return types with arguments of type RatingAnswersDomainModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactoryImpl.createAnswerStatusDomain
(List<RatingAnswersEntity> ratingAnswersentities) Method parameters in com.skava.ratingandreviews.factory.impl with type arguments of type RatingAnswersDomainModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactoryImpl.updateGetAnswersResponse
(List<RatingAnswersDomain> ratingAnswersDomains) method updateGetAnswersResponse -
Uses of RatingAnswersDomain in com.skava.ratingandreviews.process
Methods in com.skava.ratingandreviews.process that return types with arguments of type RatingAnswersDomainModifier and TypeMethodDescriptionRatingQuestionsAndAnswersProcess.updateAnswer
(RatingsReviewsQAInfoDataRequest request) method updateAnswer This method is used to update the status of answer.