Uses of Class
com.skava.ratingandreviews.model.domain.RatingSummaryDomain
Packages that use RatingSummaryDomain
Package
Description
Provides the class for List authorization.
Provides the exception classes for list.
Provides the data transfer operation response classes for ratingandreviews.
Provides the exception classes for list.
-
Uses of RatingSummaryDomain in com.skava.ratingandreviews.factory
Methods in com.skava.ratingandreviews.factory that return RatingSummaryDomainModifier and TypeMethodDescriptionRatingSummaryFactory.createRatingSummaryDomain
(RatingSummaryEntity summaryEntity) RatingSummaryFactory.createRatingSummaryGetDomain
(RatingsSummaryInfoDataRequest input) Methods in com.skava.ratingandreviews.factory with parameters of type RatingSummaryDomainModifier and TypeMethodDescriptionRatingSummaryFactory.createRatingEntityDomain
(RatingSummaryDomain ratingsummaryDomain) -
Uses of RatingSummaryDomain in com.skava.ratingandreviews.factory.impl
Methods in com.skava.ratingandreviews.factory.impl that return RatingSummaryDomainModifier and TypeMethodDescriptionRatingSummaryFactoryImpl.createRatingSummaryDomain
(RatingSummaryEntity summaryEntity) method createRatingSummaryDomain this method is used to create RatingSummaryDomain with the help of RatingSummaryEntity from which the values can be derived and the stored inside the RatingSumaryDomain.RatingSummaryFactoryImpl.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.Methods in com.skava.ratingandreviews.factory.impl with parameters of type RatingSummaryDomainModifier and TypeMethodDescriptionRatingSummaryFactoryImpl.createRatingEntityDomain
(RatingSummaryDomain ratingsummaryDomain) method createRatingEntityDomain this method is used to create RatingEntityDomain with the help of RatingSummaryDomain from which the values can be derived and the stored inside the RatingSumaryDomain. -
Uses of RatingSummaryDomain in com.skava.ratingandreviews.model.datatransferobject.response
Constructors in com.skava.ratingandreviews.model.datatransferobject.response with parameters of type RatingSummaryDomainModifierConstructorDescriptionRatingsSummaryResponse
(RatingSummaryDomain ratingSummaryDOtemp) constructor which is used to assign values for the respective fields from the arguments passsed to it -
Uses of RatingSummaryDomain in com.skava.ratingandreviews.process
Methods in com.skava.ratingandreviews.process that return RatingSummaryDomainModifier and TypeMethodDescriptionRatingSummaryProcess.createRatingSummary
(RatingSummaryDomain ratingsummaryDomain) method createRatingSummary This method is used to create RatingSummary with the help of the collectionid which is derived from the RatingdummaryDomain passed to it.Methods in com.skava.ratingandreviews.process that return types with arguments of type RatingSummaryDomainModifier and TypeMethodDescriptionRatingSummaryProcess.findAll
(RatingSummaryDomain ratingsummaryDomain) method findAll This method is used to find all the Rating summary which satisifies the CollectionId,Filters,sort which are derived from the RatingSummaryDomain.Methods in com.skava.ratingandreviews.process with parameters of type RatingSummaryDomainModifier and TypeMethodDescriptionRatingSummaryProcess.createRatingSummary
(RatingSummaryDomain ratingsummaryDomain) method createRatingSummary This method is used to create RatingSummary with the help of the collectionid which is derived from the RatingdummaryDomain passed to it.RatingSummaryProcess.findAll
(RatingSummaryDomain ratingsummaryDomain) method findAll This method is used to find all the Rating summary which satisifies the CollectionId,Filters,sort which are derived from the RatingSummaryDomain.