Uses of Class
com.skava.ratingandreviews.model.entity.RatingsReviewsEntity
Packages that use RatingsReviewsEntity
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 RatingsReviewsEntity in com.skava.ratingandreviews.factory
Methods in com.skava.ratingandreviews.factory that return RatingsReviewsEntityModifier and TypeMethodDescriptionRatingReviewFactory.createRatingReviewPreferenceEntity
(RatingReviewDomain ratingReviewsPreferenceDomain) RatingReviewFactory.updateUserRatingPreferenceEntity
(RatingReviewDomain ratingReviewPreferenceDomain, RatingsReviewsEntity ratingsReviewsEntity) Methods in com.skava.ratingandreviews.factory with parameters of type RatingsReviewsEntityModifier and TypeMethodDescriptionRatingReviewFactory.createRatingReviewPreferenceDomain
(RatingsReviewsEntity ratingReviewsEntity) RatingReviewFactory.updateUserRatingPreferenceEntity
(RatingReviewDomain ratingReviewPreferenceDomain, RatingsReviewsEntity ratingsReviewsEntity) -
Uses of RatingsReviewsEntity in com.skava.ratingandreviews.factory.impl
Methods in com.skava.ratingandreviews.factory.impl that return RatingsReviewsEntityModifier and TypeMethodDescriptionRatingReviewPreferenceFactoryImpl.createRatingReviewPreferenceEntity
(RatingReviewDomain ratingReviewsPreferenceDomain) method CreateRatingReviewPreferenceEntity this method RatingReviewResponse is used to create a RatingReviewPreferenceEntity with the help of ratingReviewPreferenceDomain from which the values required can be derived.RatingReviewPreferenceFactoryImpl.updateUserRatingPreferenceEntity
(RatingReviewDomain ratingReviewPreferenceDomain, RatingsReviewsEntity ratingsReviewsEntity) method updateUserRatingPreferenceEntity this method updateUserRatingPreferenceEntity is used to update a RatingReviewsEntity with the help of ratingReviewPreferenceDomain and RatingsReviewsEntity from which the values required can be derived and some validations are done to get update .Methods in com.skava.ratingandreviews.factory.impl with parameters of type RatingsReviewsEntityModifier and TypeMethodDescriptionRatingReviewPreferenceFactoryImpl.createRatingReviewPreferenceDomain
(RatingsReviewsEntity ratingReviewsentity) method CreateRatingReviewPreferenceDomain this method CreateRatingReviewPreferenceDomain is used to create a ratingReviewPreferenceDomain with the help of ratingReviewEntity from which the values required can be derived and doing some validations in order to create a RatingReviewPreferenceDomain.RatingReviewPreferenceFactoryImpl.updateUserRatingPreferenceEntity
(RatingReviewDomain ratingReviewPreferenceDomain, RatingsReviewsEntity ratingsReviewsEntity) method updateUserRatingPreferenceEntity this method updateUserRatingPreferenceEntity is used to update a RatingReviewsEntity with the help of ratingReviewPreferenceDomain and RatingsReviewsEntity from which the values required can be derived and some validations are done to get update . -
Uses of RatingsReviewsEntity in com.skava.ratingandreviews.model.entity
Constructor parameters in com.skava.ratingandreviews.model.entity with type arguments of type RatingsReviewsEntityModifierConstructorDescriptionQRatingsReviewsEntity
(com.querydsl.core.types.Path<? extends RatingsReviewsEntity> path) -
Uses of RatingsReviewsEntity in com.skava.ratingandreviews.process
Methods in com.skava.ratingandreviews.process that return types with arguments of type RatingsReviewsEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<RatingsReviewsEntity>
RatingReviewPreferenceProcess.search
(String filters, org.springframework.data.domain.Sort sort, int page, int size) method search This method is used to search the page of the RatingReviewEntity with the help of filters,sort,page,size passed to it as argument.RatingReviewPreferenceProcess.searchForSkipCount
(String filters, org.springframework.data.domain.Sort sort, int page, int size) Search for skip total count. -
Uses of RatingsReviewsEntity in com.skava.ratingandreviews.repository
Methods in com.skava.ratingandreviews.repository that return types with arguments of type RatingsReviewsEntityModifier and TypeMethodDescriptionRatingsReviewsRepository.findByCollectionIdAndClassification
(long collectionId, RatingClassification classification) RatingsReviewsRepository.findByCollectionIdAndItemIdAndClassificationAndStatus
(long collectionid, String itemid, RatingClassification classification, RatingStatus status) RatingsReviewsRepository.findByIdAndCollectionId
(long id, long collectionid) RatingsReviewsRepository.findByItemIdAndCollectionIdAndStatus
(String itemid, long collectionid, RatingStatus status) RatingsReviewsRepository.findFirst5ByItemIdAndCollectionId
(String itemid, long collectionid) Methods in com.skava.ratingandreviews.repository with parameters of type RatingsReviewsEntityModifier and TypeMethodDescriptionRatingFeedbackRepository.countByRatingreviewAndFeedback
(RatingsReviewsEntity ratingsReviewsEntity, Feedback feedback) RatingFeedbackRepository.findByUserPreferenceIdAndRatingreview
(String userid, RatingsReviewsEntity ratingsReviewsEntity)