Class PatchUpdateImageServiceImpl
java.lang.Object
com.skava.ratingandreviews.service.impl.PatchUpdateImageServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<RatingReviewsInfoDataRequest,
,RatingReviewResponse> PatchUpdateImageService
Class PatchUpdateImageServiceImpl
This class provides the implementation for the PatchUpdateImageService .
- Since:
- 8.0
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionPatchUpdateImageServiceImpl
(RatingReviewFactory ratingReviewFactory, RatingReviewPreferenceProcess ratingReviewPreferenceProcess, FileUploadProcess fileUploadProcess) -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
method process This method is used to PatchUpdate 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
-
Constructor Details
-
PatchUpdateImageServiceImpl
@Autowired public PatchUpdateImageServiceImpl(RatingReviewFactory ratingReviewFactory, RatingReviewPreferenceProcess ratingReviewPreferenceProcess, FileUploadProcess fileUploadProcess)
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<RatingReviewsInfoDataRequest,
RatingReviewResponse>
-
process
@SendEvent(eventType="ratingsreviewsservice/image/patch", identifier="response_id") public RatingReviewResponse process(RatingReviewsInfoDataRequest input) method process This method is used to PatchUpdate the RatingReview which uses the argument input passed to it.- Specified by:
process
in interfacecom.skava.core.EcommService<RatingReviewsInfoDataRequest,
RatingReviewResponse> - Returns:
- RatingReviewResponse the response of the method process is returned in the type of RatingReviewResponse.
-