Class DeletePaymentOptionsServiceImpl
java.lang.Object
com.skava.paymentapp.service.impl.paymentoption.DeletePaymentOptionsServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<GetPaymentOptionRequest,
,com.skava.core.ResponseModel> DeletePaymentOptionsService
@Service
public class DeletePaymentOptionsServiceImpl
extends Object
implements DeletePaymentOptionsService
The Class DeletePaymentOptionsServiceImpl.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.skava.core.ResponseModel
process
(GetPaymentOptionRequest requestInternal) PaymentOptionResponse process.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, getValidator
-
Constructor Details
-
DeletePaymentOptionsServiceImpl
public DeletePaymentOptionsServiceImpl()
-
-
Method Details
-
process
@Audit @Transactional @SendEvent(eventType="paymentservice/paymentoption/delete", identifier="response_paymentOptionId") public com.skava.core.ResponseModel process(GetPaymentOptionRequest requestInternal) PaymentOptionResponse process.- Specified by:
process
in interfacecom.skava.core.EcommService<GetPaymentOptionRequest,
com.skava.core.ResponseModel> - Parameters:
requestInternal
- the request internal- Returns:
- the response model
-