Uses of Class
com.skava.ratingandreviews.model.datatransferobject.request.RatingsSummaryInfoDataRequest
Packages that use RatingsSummaryInfoDataRequest
Package
Description
Provides the class for List authorization.
Provides the exception classes for list.
Provides the exception classes for list.
-
Uses of RatingsSummaryInfoDataRequest in com.skava.ratingandreviews.factory
Methods in com.skava.ratingandreviews.factory with parameters of type RatingsSummaryInfoDataRequestModifier and TypeMethodDescriptionRatingSummaryFactory.createRatingSummaryGetDomain
(RatingsSummaryInfoDataRequest input) -
Uses of RatingsSummaryInfoDataRequest in com.skava.ratingandreviews.factory.impl
Methods in com.skava.ratingandreviews.factory.impl with parameters of type RatingsSummaryInfoDataRequestModifier and TypeMethodDescriptionRatingSummaryFactoryImpl.createRatingSummaryGetDomain
(RatingsSummaryInfoDataRequest input) method createRatingSummaryGetDomain this method is used to create RatingSummaryGetDomain with the help of RatingSummaryInfoDataRequest from which the values can be derived and the stored inside the RatingSumaryDomain. -
Uses of RatingsSummaryInfoDataRequest in com.skava.ratingandreviews.service.impl
Methods in com.skava.ratingandreviews.service.impl with parameters of type RatingsSummaryInfoDataRequestModifier and TypeMethodDescriptionFindAllRatingSummaryServiceImpl.process
(RatingsSummaryInfoDataRequest input) method process This method is used to findaAll the RatingReview which uses the argument input passed to it.