Uses of Class
com.skava.ratingandreviews.model.domain.RatingReviewDomain
Packages that use RatingReviewDomain
Package
Description
Provides the class for List authorization.
Provides the class for List authorization.
Provides the exception classes for list.
Provides the class for List authorization.
Provides the data transfer operation response classes for ratingandreviews.
Provides the exception classes for list.
-
Uses of RatingReviewDomain in com.skava.ratingandreviews.batch
Methods in com.skava.ratingandreviews.batch with parameters of type RatingReviewDomainModifier and TypeMethodDescriptionvoid
RatingAggregation.aggregate
(RatingReviewDomain ratingsReviewsDomain, String storeId, String authToken) aggregate method is used to create rating summary domain in which accumulatedTotal, finalRating,ratingCount,ratingDistribution,collectionId and itemId of ratingReviewdomain and maximum rating is stored and from here the event is triggered with the help of trigger event function with required details. -
Uses of RatingReviewDomain in com.skava.ratingandreviews.factory
Methods in com.skava.ratingandreviews.factory that return RatingReviewDomainModifier and TypeMethodDescriptionRatingReviewFactory.createRatingReviewGetAllDomain
(RatingReviewsInfoDataRequest input) RatingReviewFactory.createRatingReviewPreferenceDomain
(RatingReviewsInfoDataRequest ratingReviewsPreferenceDataRequest) RatingReviewFactory.createRatingReviewPreferenceDomain
(RatingsReviewsEntity ratingReviewsEntity) RatingReviewFactory.updateRatingReviewPreferenceDomain
(RatingReviewsInfoDataRequest ratingReviewsPreferenceDataRequest) RatingReviewFactory.updateRatingReviewPreferenceDomainLikeFeedback
(Integer likecount, Integer unlikecount) Methods in com.skava.ratingandreviews.factory with parameters of type RatingReviewDomainModifier and TypeMethodDescriptionRatingReviewFactory.createRatingReviewPreferenceEntity
(RatingReviewDomain ratingReviewsPreferenceDomain) RatingReviewFactory.createRatingReviewResponse
(RatingReviewDomain ratingReviewdo) RatingReviewFactory.updateUserRatingPreferenceEntity
(RatingReviewDomain ratingReviewPreferenceDomain, RatingsReviewsEntity ratingsReviewsEntity) -
Uses of RatingReviewDomain in com.skava.ratingandreviews.factory.impl
Methods in com.skava.ratingandreviews.factory.impl that return RatingReviewDomainModifier and TypeMethodDescriptionRatingReviewPreferenceFactoryImpl.createRatingReviewGetAllDomain
(RatingReviewsInfoDataRequest input) method createRatingReviewGetAllDomain this method createRatingReviewGetAllDomain is used to create a RatingReviewGetAllDomain with the help of RatingReviewsInfoDataRequest from which the values required can be derived.RatingReviewPreferenceFactoryImpl.createRatingReviewPreferenceDomain
(RatingReviewsInfoDataRequest ratingReviewsPreferenceDataRequest) method createRatingReviewPreferenceDomain this method createRatingReviewPreferenceDomain is used to create a ratingReviewPreferenceDomain with the help of ratingReviewpreferenceDataRequest from which the values required can be derived.RatingReviewPreferenceFactoryImpl.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.updateRatingReviewPreferenceDomain
(RatingReviewsInfoDataRequest ratingReviewsPreferenceDataRequest) method updateRatingReviewPreferenceDomain this method updateRatingReviewPreferenceDomain is used to update a ratingReviewPreferenceDomain with the help of ratingReviewPrefrenceDataRequest from which the values required can be derived.RatingReviewPreferenceFactoryImpl.updateRatingReviewPreferenceDomainLikeFeedback
(Integer likecount, Integer unlikecount) method updateRatingReviewPreferenceDomainLikeFeedback this method updateRatingReviewPreferenceDomainLikeFeedback is used to update a like count and unlike count with the help of likecount and unlikecount from which the values required can be derived and hence the ratingreviewPreference can be updated.Methods in com.skava.ratingandreviews.factory.impl with parameters of type RatingReviewDomainModifier 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.createRatingReviewResponse
(RatingReviewDomain ratingReviewdo) method CreateRatingReviewResponse this method RatingReviewResponse is used to create a RatingReviewResponse with the help of ratingReviewdo 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 . -
Uses of RatingReviewDomain in com.skava.ratingandreviews.model
Constructors in com.skava.ratingandreviews.model with parameters of type RatingReviewDomainModifierConstructorDescriptionRatingReviewEventPayload
(long collectionId2, RatingReviewDomain ratingsReviewsDomain, String userid, String storeId, long businessId) constructor which is used to assign values for the fields with the help of arguments passed to the it -
Uses of RatingReviewDomain in com.skava.ratingandreviews.model.datatransferobject.response
Constructors in com.skava.ratingandreviews.model.datatransferobject.response with parameters of type RatingReviewDomainModifierConstructorDescriptionRatingReviewResponse
(RatingReviewDomain ratingReviewDOtemp) constructor which is used to assign values for the fields -
Uses of RatingReviewDomain in com.skava.ratingandreviews.process
Methods in com.skava.ratingandreviews.process that return RatingReviewDomainModifier and TypeMethodDescriptionRatingReviewPreferenceProcess.createRatingReviewPreference
(RatingReviewDomain ratingReviewPreferenceDomain) method createRatingReviewPreference This method is used to create a RatingReviewPreferance with the help of collection id and userPreferenceId which are derived from the ratingReviewPreferenceDomain which is passed as a argument to it.RatingReviewPreferenceProcess.findRatingReviewPreferenceById
(long userPreferenceId, long collectionid) method findRatingReviewPreferenceById This method is used to find the RatingReviewPreferance with the help od collectionId and UserPRefaranceTd passed to it as arguments.RatingReviewPreferenceProcess.findRatingReviewPreferenceByIdAnduserId
(long id, long collectionid, String userId) method findRatingReviewPreferenceByIdAnduserId This method is used to find the RatingReviewPreferance with the help of id, collectionId,userId which is passed to it as a argument.RatingReviewPreferenceProcess.updateRatingReviewPreference
(RatingReviewDomain ratingReviewPreferenceDomain, long userPreferenceId, long collectionid, String storeId, String authToken) method updateRatingReviewPreference This method is used to update the RatingReviewPreferance with the help of RatingReviewPreferanceDomain,UserPreferanceId, collectionId,storeId,authtoken that are passed as argument to it.Methods in com.skava.ratingandreviews.process that return types with arguments of type RatingReviewDomainModifier and TypeMethodDescriptionRatingReviewPreferenceProcess.findAll
(RatingReviewDomain ratingreviewDomain, boolean skipTotalCount) method findAll This method is used to find RatingReviewDomain with the help of filters,collectionID,sort,Page,size which are derived from the RatingReviewdomain passed as argument to it.Methods in com.skava.ratingandreviews.process with parameters of type RatingReviewDomainModifier and TypeMethodDescriptionRatingReviewPreferenceProcess.createRatingReviewPreference
(RatingReviewDomain ratingReviewPreferenceDomain) method createRatingReviewPreference This method is used to create a RatingReviewPreferance with the help of collection id and userPreferenceId which are derived from the ratingReviewPreferenceDomain which is passed as a argument to it.RatingReviewPreferenceProcess.findAll
(RatingReviewDomain ratingreviewDomain, boolean skipTotalCount) method findAll This method is used to find RatingReviewDomain with the help of filters,collectionID,sort,Page,size which are derived from the RatingReviewdomain passed as argument to it.RatingReviewPreferenceProcess.updateRatingReviewPreference
(RatingReviewDomain ratingReviewPreferenceDomain, long userPreferenceId, long collectionid, String storeId, String authToken) method updateRatingReviewPreference This method is used to update the RatingReviewPreferance with the help of RatingReviewPreferanceDomain,UserPreferanceId, collectionId,storeId,authtoken that are passed as argument to it.