Uses of Class
com.skava.ratingandreviews.model.domain.RatingmultipleAnswersDomain
Packages that use RatingmultipleAnswersDomain
Package
Description
Provides the class for List authorization.
Provides the exception classes for list.
Provides the exception classes for list.
-
Uses of RatingmultipleAnswersDomain in com.skava.ratingandreviews.factory
Methods in com.skava.ratingandreviews.factory that return RatingmultipleAnswersDomainModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactory.createAnswersFromAnswerEntity
(RatingAnswersEntity ratingAnswersEntity) method - createAnswersFromAnswerEntityRatingQuestionsAndAnswersFactory.setAnswersDomain
(RatingAnswersEntity ratingAnswersEntity) method - setAnswersDomainMethods in com.skava.ratingandreviews.factory with parameters of type RatingmultipleAnswersDomainModifier and TypeMethodDescriptionvoid
RatingQuestionsAndAnswersFactory.setRatingAnswerEntity
(RatingQuestionsAnswersDomain ratingQuestionsAnswersDomain, RatingQuestionsEntity ratingQuestionsEntity, RatingmultipleAnswersDomain ratingmultipleAnswersDomain, RatingAnswersEntity ratingAnswersEntity) method - setRatingAnswerEntityMethod parameters in com.skava.ratingandreviews.factory with type arguments of type RatingmultipleAnswersDomainModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactory.createRatingQuestionsAndAnswersDomain
(List<RatingmultipleAnswersDomain> multipleAnswersResponse, RatingQuestionsEntity ratingQuestionsEntity) method - createRatingQuestionsAndAnswersDomain -
Uses of RatingmultipleAnswersDomain in com.skava.ratingandreviews.factory.impl
Methods in com.skava.ratingandreviews.factory.impl that return RatingmultipleAnswersDomainModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactoryImpl.createAnswersFromAnswerEntity
(RatingAnswersEntity ratingAnswersEntity) method createAnswersFromAnswerEntityRatingQuestionsAndAnswersFactoryImpl.setAnswersDomain
(RatingAnswersEntity ratingAnswersEntity) Methods in com.skava.ratingandreviews.factory.impl with parameters of type RatingmultipleAnswersDomainModifier and TypeMethodDescriptionvoid
RatingQuestionsAndAnswersFactoryImpl.setRatingAnswerEntity
(RatingQuestionsAnswersDomain ratingQuestionsAnswersDomain, RatingQuestionsEntity ratingQuestionsEntity, RatingmultipleAnswersDomain ratingmultipleAnswersDomain, RatingAnswersEntity ratingAnswersEntity) Method parameters in com.skava.ratingandreviews.factory.impl with type arguments of type RatingmultipleAnswersDomainModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactoryImpl.createRatingQuestionsAndAnswersDomain
(List<RatingmultipleAnswersDomain> multipleAnswersResponse, RatingQuestionsEntity ratingQuestionsEntity) method createRatingQuestionsAndAnswersDomain -
Uses of RatingmultipleAnswersDomain in com.skava.ratingandreviews.model.entity
Methods in com.skava.ratingandreviews.model.entity with parameters of type RatingmultipleAnswersDomainModifier and TypeMethodDescriptionRatingAnswersEntity.toEntity
(RatingmultipleAnswersDomain ratingmultipleAnswersDomain)