Class FindbyIdRatingReviewServiceImpl
java.lang.Object
com.skava.ratingandreviews.service.impl.FindbyIdRatingReviewServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<RatingReviewsInfoDataRequest,,RatingReviewResponse> FindbyIdRatingReviewService
@Service
public class FindbyIdRatingReviewServiceImpl
extends Object
implements FindbyIdRatingReviewService
Class FindbyIdRatingReviewServiceImpl
This class provides the implementation for the FindbyIdRatingReviewService.
- Since:
- 8.0
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionFindbyIdRatingReviewServiceImpl(RatingReviewFactory ratingReviewFactory, RatingReviewPreferenceProcess ratingReviewPreferenceProcess, FindRatingReviewPreferenceValidator validator, CollectionProcess collectionProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler) -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>method process This method is used to findby Id 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, waitMethods inherited from interface com.skava.core.EcommService
getValidateException, getValidator
-
Constructor Details
-
FindbyIdRatingReviewServiceImpl
@Autowired public FindbyIdRatingReviewServiceImpl(RatingReviewFactory ratingReviewFactory, RatingReviewPreferenceProcess ratingReviewPreferenceProcess, FindRatingReviewPreferenceValidator validator, CollectionProcess collectionProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler)
-
-
Method Details
-
getValidator
- Specified by:
getValidatorin interfacecom.skava.core.EcommService<RatingReviewsInfoDataRequest,RatingReviewResponse>
-
process
method process This method is used to findby Id the RatingReview which uses the argument input passed to it.- Specified by:
processin interfacecom.skava.core.EcommService<RatingReviewsInfoDataRequest,RatingReviewResponse> - Returns:
- RatingReviewResponse the response of the method process is returned in the type of RatingReviewResponse.
-