Class FindAllRatingSummaryServiceImpl
java.lang.Object
com.skava.ratingandreviews.service.impl.FindAllRatingSummaryServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<RatingsSummaryInfoDataRequest,
,RatingsSummarysResponse> FindAllSummaryService
@Service
public class FindAllRatingSummaryServiceImpl
extends Object
implements FindAllSummaryService
Class FindAllRatingSummaryServiceImpl
This class provides the implementatio of the FindAllRatingSummary Service.
- Since:
- 8.0
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionFindAllRatingSummaryServiceImpl
(RatingSummaryFactory ratingSummaryFactory, RatingSummaryProcess ratingSummaryProcess) -
Method Summary
Modifier and TypeMethodDescriptionmethod process This method is used to findaAll the RatingReview which uses the argument input passed to it.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.skava.core.EcommService
getValidateException, getValidator, getValidator
-
Constructor Details
-
FindAllRatingSummaryServiceImpl
@Autowired public FindAllRatingSummaryServiceImpl(RatingSummaryFactory ratingSummaryFactory, RatingSummaryProcess ratingSummaryProcess)
-
-
Method Details
-
process
method process This method is used to findaAll the RatingReview which uses the argument input passed to it.- Specified by:
process
in interfacecom.skava.core.EcommService<RatingsSummaryInfoDataRequest,
RatingsSummarysResponse> - Returns:
- RatingSummaryResponse the response of the method process is returned in the type ratingSummaryResponse.
-