Class FindALLRatingReviewServiceImpl
java.lang.Object
com.skava.ratingandreviews.service.impl.FindALLRatingReviewServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<RatingReviewsInfoDataRequest,
,RatingReviewsResponse> FindALLRatingReviewService
@Service
public class FindALLRatingReviewServiceImpl
extends Object
implements FindALLRatingReviewService
Class FindALLRatingReviewServiceImpl
This class provides the implementation for FindAllRatingReview Service.
- Since:
- 8.0
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionFindALLRatingReviewServiceImpl
(RatingReviewFactory ratingReviewFactory, RatingsReviewsRepository ratingsReviewsRepository, RatingReviewPreferenceProcess ratingReviewPreferenceProcess, FindRatingReviewPreferenceValidator validator, CollectionProcess collectionProcess, ReviewApp reviewApp, com.skava.core.auth.AuthTokenHandler authTokenHandler) -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
Gets the validator.Method process This method is used to FindAll the ratingReviewSevice which uses input,argument 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
-
Constructor Details
-
FindALLRatingReviewServiceImpl
@Autowired public FindALLRatingReviewServiceImpl(RatingReviewFactory ratingReviewFactory, RatingsReviewsRepository ratingsReviewsRepository, RatingReviewPreferenceProcess ratingReviewPreferenceProcess, FindRatingReviewPreferenceValidator validator, CollectionProcess collectionProcess, ReviewApp reviewApp, com.skava.core.auth.AuthTokenHandler authTokenHandler)
-
-
Method Details
-
getValidator
Gets the validator.- Specified by:
getValidator
in interfacecom.skava.core.EcommService<RatingReviewsInfoDataRequest,
RatingReviewsResponse> - Returns:
- the validator
-
process
Method process This method is used to FindAll the ratingReviewSevice which uses input,argument passed to it.- Specified by:
process
in interfacecom.skava.core.EcommService<RatingReviewsInfoDataRequest,
RatingReviewsResponse> - Parameters:
input
- the input- Returns:
- RatingReviewsResponse The response of the method process is returned in the type RatingReviewsResponse.
-