Class RatingSummaryFactoryImpl
java.lang.Object
com.skava.ratingandreviews.factory.impl.RatingSummaryFactoryImpl
- All Implemented Interfaces:
RatingSummaryFactory
Class RatingSummaryFactoryImpl
this class provides the implementation for RatingSummaryFactory interface.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateRatingEntityDomain
(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.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.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.
-
Constructor Details
-
RatingSummaryFactoryImpl
public RatingSummaryFactoryImpl()
-
-
Method Details
-
createRatingSummaryGetDomain
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.- Specified by:
createRatingSummaryGetDomain
in interfaceRatingSummaryFactory
- Returns:
- RatingSummaryDomain
-
createRatingEntityDomain
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.- Specified by:
createRatingEntityDomain
in interfaceRatingSummaryFactory
- Returns:
- RatingSummary
-
createRatingSummaryDomain
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.- Specified by:
createRatingSummaryDomain
in interfaceRatingSummaryFactory
- Returns:
- RatingSummaryDomain
-