Uses of Class
com.skava.ratingandreviews.model.entity.RatingQuestionsEntity
Packages that use RatingQuestionsEntity
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 RatingQuestionsEntity in com.skava.ratingandreviews.factory
Methods in com.skava.ratingandreviews.factory that return RatingQuestionsEntityModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactory.createQuestionsEntity
(RatingQuestionsAnswersDomain ratingQuestionsAnswersDomain, RatingQuestionsAndAnswersDomain ratingQuestionsAndAnswersDomain) method - createQuestionsEntityMethods in com.skava.ratingandreviews.factory with parameters of type RatingQuestionsEntityModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactory.createQuestionAndAnswersResponse
(RatingQuestionsEntity ratingQuestionsEntity) method - createQuestionAndAnswersResponseRatingQuestionsAndAnswersFactory.createRatingQuestionsAndAnswersDomain
(List<RatingmultipleAnswersDomain> multipleAnswersResponse, RatingQuestionsEntity ratingQuestionsEntity) method - createRatingQuestionsAndAnswersDomainvoid
RatingQuestionsAndAnswersFactory.setRatingAnswerEntity
(RatingQuestionsAnswersDomain ratingQuestionsAnswersDomain, RatingQuestionsEntity ratingQuestionsEntity, RatingmultipleAnswersDomain ratingmultipleAnswersDomain, RatingAnswersEntity ratingAnswersEntity) method - setRatingAnswerEntityvoid
RatingQuestionsAndAnswersFactory.setRatingQuestionsAndAnswersDomain
(RatingQuestionsEntity ratingQuestionsEntity, RatingQuestionsAndAnswersDomain ratingQuestionsAndAnswersDomain) method - setRatingQuestionsAndAnswersDomainMethod parameters in com.skava.ratingandreviews.factory with type arguments of type RatingQuestionsEntityModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactory.createQuestionStatusDomain
(List<RatingQuestionsEntity> questionStatusEntities) method - UpadetQuestionStatus -
Uses of RatingQuestionsEntity in com.skava.ratingandreviews.factory.impl
Methods in com.skava.ratingandreviews.factory.impl that return RatingQuestionsEntityModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactoryImpl.createQuestionsEntity
(RatingQuestionsAnswersDomain ratingQuestionsAnswersDomain, RatingQuestionsAndAnswersDomain ratingQuestionsAndAnswersDomain) method createQuestionsEntityMethods in com.skava.ratingandreviews.factory.impl with parameters of type RatingQuestionsEntityModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactoryImpl.createQuestionAndAnswersResponse
(RatingQuestionsEntity ratingQuestionsEntity) RatingQuestionsAndAnswersFactoryImpl.createRatingQuestionsAndAnswersDomain
(List<RatingmultipleAnswersDomain> multipleAnswersResponse, RatingQuestionsEntity ratingQuestionsEntity) method createRatingQuestionsAndAnswersDomainvoid
RatingQuestionsAndAnswersFactoryImpl.setRatingAnswerEntity
(RatingQuestionsAnswersDomain ratingQuestionsAnswersDomain, RatingQuestionsEntity ratingQuestionsEntity, RatingmultipleAnswersDomain ratingmultipleAnswersDomain, RatingAnswersEntity ratingAnswersEntity) void
RatingQuestionsAndAnswersFactoryImpl.setRatingQuestionsAndAnswersDomain
(RatingQuestionsEntity ratingQuestionsEntity, RatingQuestionsAndAnswersDomain ratingQuestionsAndAnswersDomain) Method parameters in com.skava.ratingandreviews.factory.impl with type arguments of type RatingQuestionsEntityModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactoryImpl.createQuestionStatusDomain
(List<RatingQuestionsEntity> questionStatusEntities) -
Uses of RatingQuestionsEntity in com.skava.ratingandreviews.model.entity
Constructor parameters in com.skava.ratingandreviews.model.entity with type arguments of type RatingQuestionsEntityModifierConstructorDescriptionQRatingQuestionsEntity
(com.querydsl.core.types.Path<? extends RatingQuestionsEntity> path) -
Uses of RatingQuestionsEntity in com.skava.ratingandreviews.process
Methods in com.skava.ratingandreviews.process that return types with arguments of type RatingQuestionsEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<RatingQuestionsEntity>
method Search. -
Uses of RatingQuestionsEntity in com.skava.ratingandreviews.repository
Methods in com.skava.ratingandreviews.repository that return types with arguments of type RatingQuestionsEntityModifier and TypeMethodDescriptionRatingQuestionsRepository.findByCollectionId
(long collectionId) RatingQuestionsRepository.findById
(long id) RatingQuestionsRepository.findByIdAndCollectionId
(long id, long collectionId) RatingQuestionsRepository.findByIdAndCollectionIdAndStatus
(long id, long collectionId, RatingQandAStatus status) RatingQuestionsRepository.findByIdAndStatus
(long id, RatingQandAStatus active) RatingQuestionsRepository.findByItemIdAndCollectionId
(String itemId, long collectionId) RatingQuestionsRepository.findByQuestionsAndItemIdAndCollectionId
(String questions, String itemId, long collectionId)