Uses of Class
com.skava.ratingandreviews.model.datatransferobject.request.RatingFeedbackInfoDataRequest
Packages that use RatingFeedbackInfoDataRequest
Package
Description
Provides the class for List authorization.
Provides the exception classes for list.
Provides the exception classes for list.
-
Uses of RatingFeedbackInfoDataRequest in com.skava.ratingandreviews.factory
Methods in com.skava.ratingandreviews.factory with parameters of type RatingFeedbackInfoDataRequestModifier and TypeMethodDescriptionRatingFeedbackFactory.createRatingFeedbackDomain
(RatingFeedbackInfoDataRequest ratingFeedbackInfoDataRequest) RatingFeedbackFactory.updateRatingFeedbackDomain
(RatingFeedbackInfoDataRequest request) -
Uses of RatingFeedbackInfoDataRequest in com.skava.ratingandreviews.factory.impl
Methods in com.skava.ratingandreviews.factory.impl with parameters of type RatingFeedbackInfoDataRequestModifier and TypeMethodDescriptionRatingFeedbackFactoryImpl.createRatingFeedbackDomain
(RatingFeedbackInfoDataRequest ratingFeedbackInfoDataRequest) method ReviewFeedbackDomainRatingFeedbackFactoryImpl.updateRatingFeedbackDomain
(RatingFeedbackInfoDataRequest ratingFeedbackInfoDataRequest) method updateRatingFeedbackDomain -
Uses of RatingFeedbackInfoDataRequest in com.skava.ratingandreviews.service.impl
Methods in com.skava.ratingandreviews.service.impl with parameters of type RatingFeedbackInfoDataRequestModifier and TypeMethodDescriptionCreateRatingFeedbackServiceImpl.process
(RatingFeedbackInfoDataRequest request) method process This method is used to create RatingFeedback based on the request which is passed as argument to it.UpdateRatingFeedbackServiceImpl.process
(RatingFeedbackInfoDataRequest request) method process This method is used to update the RatingReview which uses the argument input passed to it.