Package com.skava.accounts.service.impl
Class FindAllPaymentsServiceImpl
java.lang.Object
com.skava.accounts.service.impl.FindAllPaymentsServiceImpl
- All Implemented Interfaces:
FindAllPaymentsService
,com.skava.core.EcommService<PaymentRequestInternal,
PaymentsAPIResponse>
The Class FindAllPaymentsServiceImpl is used for finding all the
payments based on the provided information..
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(PaymentRequestInternal request) 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
-
FindAllPaymentsServiceImpl
public FindAllPaymentsServiceImpl()
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<PaymentRequestInternal,
PaymentsAPIResponse>
-
process
- Specified by:
process
in interfacecom.skava.core.EcommService<PaymentRequestInternal,
PaymentsAPIResponse>
-