Uses of Class
com.skava.ratingandreviews.model.entity.RatingAnswersEntity
Packages that use RatingAnswersEntity
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 list.
-
Uses of RatingAnswersEntity in com.skava.ratingandreviews.factory
Methods in com.skava.ratingandreviews.factory with parameters of type RatingAnswersEntityModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactory.createAnswersFromAnswerEntity
(RatingAnswersEntity ratingAnswersEntity) method - createAnswersFromAnswerEntityRatingQuestionsAndAnswersFactory.setAnswersDomain
(RatingAnswersEntity ratingAnswersEntity) method - setAnswersDomainRatingQuestionsAndAnswersFactory.setAnswersResponse
(RatingAnswersEntity ratingAnswersEntity) method - setAnswersResponsevoid
RatingQuestionsAndAnswersFactory.setRatingAnswerEntity
(RatingQuestionsAnswersDomain ratingQuestionsAnswersDomain, RatingQuestionsEntity ratingQuestionsEntity, RatingmultipleAnswersDomain ratingmultipleAnswersDomain, RatingAnswersEntity ratingAnswersEntity) method - setRatingAnswerEntityMethod parameters in com.skava.ratingandreviews.factory with type arguments of type RatingAnswersEntityModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactory.createAnswerStatusDomain
(List<RatingAnswersEntity> ratingAnswersStatusEntity) method - createAnswerStatusDomain -
Uses of RatingAnswersEntity in com.skava.ratingandreviews.factory.impl
Methods in com.skava.ratingandreviews.factory.impl with parameters of type RatingAnswersEntityModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactoryImpl.createAnswersFromAnswerEntity
(RatingAnswersEntity ratingAnswersEntity) method createAnswersFromAnswerEntityRatingQuestionsAndAnswersFactoryImpl.setAnswersDomain
(RatingAnswersEntity ratingAnswersEntity) RatingQuestionsAndAnswersFactoryImpl.setAnswersResponse
(RatingAnswersEntity ratingAnswersEntity) void
RatingQuestionsAndAnswersFactoryImpl.setRatingAnswerEntity
(RatingQuestionsAnswersDomain ratingQuestionsAnswersDomain, RatingQuestionsEntity ratingQuestionsEntity, RatingmultipleAnswersDomain ratingmultipleAnswersDomain, RatingAnswersEntity ratingAnswersEntity) Method parameters in com.skava.ratingandreviews.factory.impl with type arguments of type RatingAnswersEntityModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactoryImpl.createAnswerStatusDomain
(List<RatingAnswersEntity> ratingAnswersentities) -
Uses of RatingAnswersEntity in com.skava.ratingandreviews.model.entity
Methods in com.skava.ratingandreviews.model.entity that return RatingAnswersEntityModifier and TypeMethodDescriptionRatingAnswersEntity.toEntity
(RatingmultipleAnswersDomain ratingmultipleAnswersDomain) Constructor parameters in com.skava.ratingandreviews.model.entity with type arguments of type RatingAnswersEntityModifierConstructorDescriptionQRatingAnswersEntity
(com.querydsl.core.types.Path<? extends RatingAnswersEntity> path) -
Uses of RatingAnswersEntity in com.skava.ratingandreviews.process
Methods in com.skava.ratingandreviews.process that return types with arguments of type RatingAnswersEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<RatingAnswersEntity>
RatingQuestionsAndAnswersProcess.searchAnswers
(String filters, org.springframework.data.domain.Sort sort, int page, int size) method Search.Methods in com.skava.ratingandreviews.process with parameters of type RatingAnswersEntityModifier and TypeMethodDescriptionvoid
CreateVotesProcess.updateVotesForAnswers
(RatingAnswersEntity answerEntity, VotesEntity votesEntity) method updateVotesForAnswers This method is used to update votes for answer with the help of the votesEnitity -
Uses of RatingAnswersEntity in com.skava.ratingandreviews.repository
Methods in com.skava.ratingandreviews.repository that return types with arguments of type RatingAnswersEntityModifier and TypeMethodDescriptionRatingAnswersRepository.findByIdAndQuestionId
(long id, long questionId) RatingAnswersRepository.findByQuestionId
(long questionId) RatingAnswersRepository.findByQuestionIdAndIdNotIn
(long id, List<Long> answerIds) RatingAnswersRepository.findFirst5ByQuestionIdOrderByCreatedTimeDesc
(long questionId)