Uses of Class
com.skava.ratingandreviews.model.entity.VotesEntity
Packages that use VotesEntity
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 VotesEntity in com.skava.ratingandreviews.factory
Methods in com.skava.ratingandreviews.factory that return VotesEntityModifier and TypeMethodDescriptionVotesFactory.createVotesEntity
(VotesRequest request) method - createVotesEntityMethods in com.skava.ratingandreviews.factory with parameters of type VotesEntityModifier and TypeMethodDescriptionVotesFactory.createVotesResponce
(VotesEntity votesEntity) method - createVotesEntity -
Uses of VotesEntity in com.skava.ratingandreviews.factory.impl
Methods in com.skava.ratingandreviews.factory.impl that return VotesEntityModifier and TypeMethodDescriptionVotesFactoryImpl.createVotesEntity
(VotesRequest request) method createVotesEntity this method is used to create VotesEntity with the help of VotesRequest from which the values can be derived and the stored inside the VotesEntity.Methods in com.skava.ratingandreviews.factory.impl with parameters of type VotesEntityModifier and TypeMethodDescriptionVotesFactoryImpl.createVotesResponce
(VotesEntity votesEntity) method createVotesResponce this method is used to create VotesResponce with the help of VotesEntity from which the values can be derived and the stored inside the VotesEntity. -
Uses of VotesEntity in com.skava.ratingandreviews.model.entity
Constructor parameters in com.skava.ratingandreviews.model.entity with type arguments of type VotesEntityModifierConstructorDescriptionQVotesEntity
(com.querydsl.core.types.Path<? extends VotesEntity> path) -
Uses of VotesEntity in com.skava.ratingandreviews.process
Methods in com.skava.ratingandreviews.process that return VotesEntityModifier and TypeMethodDescriptionCreateVotesProcess.createVotesForQuestionAndAnswer
(VotesEntity votesEntity, long collectionId) method createRatingAnswer This method is used to create Answer for Question with the help of the createRatingAnswersMethods in com.skava.ratingandreviews.process with parameters of type VotesEntityModifier and TypeMethodDescriptionCreateVotesProcess.createVotesForQuestionAndAnswer
(VotesEntity votesEntity, long collectionId) method createRatingAnswer This method is used to create Answer for Question with the help of the createRatingAnswersvoid
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 VotesEntity in com.skava.ratingandreviews.repository
Methods in com.skava.ratingandreviews.repository that return types with arguments of type VotesEntityModifier and TypeMethodDescriptionRatingVotesRepository.findByAnswersId
(long answerId) RatingVotesRepository.findByAnswersIdAndUserId
(long answerId, long userId) RatingVotesRepository.findById
(long id)