Class UpdatePaymentOptionRankingServiceImpl
java.lang.Object
com.skava.paymentapp.service.impl.paymentoption.UpdatePaymentOptionRankingServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<PaymentOptionRankingRequestInternal,
,PaymentOptionRankingResponse> UpdatePaymentOptionRankingService
@Service
public class UpdatePaymentOptionRankingServiceImpl
extends Object
implements UpdatePaymentOptionRankingService
- Author:
- Infosys Equinox UpdatePaymentOptionRankingServiceImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method is used for updating payment option ranking input - PaymentOptionRankingRequestInternal output - PaymentOptionRankingResponseMethods 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
-
UpdatePaymentOptionRankingServiceImpl
public UpdatePaymentOptionRankingServiceImpl()
-
-
Method Details
-
process
@SendEvent(eventType="paymentservice/paymentoptionranking/update", identifier="request_id") public PaymentOptionRankingResponse process(PaymentOptionRankingRequestInternal request) This method is used for updating payment option ranking input - PaymentOptionRankingRequestInternal output - PaymentOptionRankingResponse- Specified by:
process
in interfacecom.skava.core.EcommService<PaymentOptionRankingRequestInternal,
PaymentOptionRankingResponse>
-