Uses of Class
com.skava.ratingandreviews.model.domain.RatingQuestionsDomain
Packages that use RatingQuestionsDomain
Package
Description
Provides the class for List authorization.
Provides the exception classes for list.
Provides the exception classes for list.
-
Uses of RatingQuestionsDomain in com.skava.ratingandreviews.factory
Methods in com.skava.ratingandreviews.factory that return types with arguments of type RatingQuestionsDomainModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactory.createQuestionStatusDomain
(List<RatingQuestionsEntity> questionStatusEntities) method - UpadetQuestionStatusMethod parameters in com.skava.ratingandreviews.factory with type arguments of type RatingQuestionsDomainModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactory.updateGetQuestionsResponse
(List<RatingQuestionsDomain> ratingQuestionsDomains) method - updateGetQuestionsResponse -
Uses of RatingQuestionsDomain in com.skava.ratingandreviews.factory.impl
Methods in com.skava.ratingandreviews.factory.impl that return types with arguments of type RatingQuestionsDomainModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactoryImpl.createQuestionStatusDomain
(List<RatingQuestionsEntity> questionStatusEntities) Method parameters in com.skava.ratingandreviews.factory.impl with type arguments of type RatingQuestionsDomainModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactoryImpl.updateGetQuestionsResponse
(List<RatingQuestionsDomain> ratingQuestionsDomains) method updateGetQuestionsResponse -
Uses of RatingQuestionsDomain in com.skava.ratingandreviews.process
Methods in com.skava.ratingandreviews.process that return types with arguments of type RatingQuestionsDomainModifier and TypeMethodDescriptionRatingQuestionsAndAnswersProcess.updateQuestion
(RatingsReviewsQAInfoDataRequest request) method updateQuestion This method is used to update the status of question.