Class GetAllPaymentOptionRankingServiceImpl
java.lang.Object
com.skava.paymentapp.service.impl.paymentoption.GetAllPaymentOptionRankingServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<GetAllPaymentOptionRuleRequest,
,GetAllPaymentOptionRankingResponse> GetAllPaymentOptionRankingService
@Service
public class GetAllPaymentOptionRankingServiceImpl
extends Object
implements GetAllPaymentOptionRankingService
- Author:
- Infosys Equinox GetAllPaymentOptionRankingServiceImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess
(GetAllPaymentOptionRuleRequest request) This method is used to get all payment option ruleMethods 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
-
GetAllPaymentOptionRankingServiceImpl
public GetAllPaymentOptionRankingServiceImpl()
-
-
Method Details
-
process
This method is used to get all payment option rule- Specified by:
process
in interfacecom.skava.core.EcommService<GetAllPaymentOptionRuleRequest,
GetAllPaymentOptionRankingResponse> - Parameters:
request
-- Returns:
- GetAllPaymentOptionRuleResponse
-