Class DeleteRatingReviewPreferenceServiceImpl
java.lang.Object
com.skava.ratingandreviews.service.impl.DeleteRatingReviewPreferenceServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<RatingReviewsInfoDataRequest,
,RatingReviewResponse> DeleteRatingReviewService
@Service
public class DeleteRatingReviewPreferenceServiceImpl
extends Object
implements DeleteRatingReviewService
Class DeleteRatingReviewPreferenceServiceImpl
This class provides the impelemntation of Deleting a RatingReviewPreferance.
- Since:
- 8.0
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionDeleteRatingReviewPreferenceServiceImpl
(RatingReviewPreferenceProcess ratingReviewPreferenceProcess, DeleteRatingReviewPreferenceByIdServiceValidator validator, com.skava.core.auth.AuthTokenHandler authTokenHandler) -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
method process This method is used to delete RatingReviewPreferance with the help of 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
-
DeleteRatingReviewPreferenceServiceImpl
@Autowired public DeleteRatingReviewPreferenceServiceImpl(RatingReviewPreferenceProcess ratingReviewPreferenceProcess, DeleteRatingReviewPreferenceByIdServiceValidator validator, com.skava.core.auth.AuthTokenHandler authTokenHandler)
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<RatingReviewsInfoDataRequest,
RatingReviewResponse>
-
process
@SendEvent(eventType="ratingsreviewsservice/ratingreviewpreference/delete", identifier="request_ratingId") public RatingReviewResponse process(RatingReviewsInfoDataRequest input) method process This method is used to delete RatingReviewPreferance with the help of input argument 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.
-