Class PaymentExecutionService
- java.lang.Object
-
- de.adorsys.ledgers.deposit.api.service.impl.PaymentExecutionService
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
@Service public class PaymentExecutionService extends Object implements org.springframework.beans.factory.InitializingBean
-
-
Constructor Summary
Constructors Constructor Description PaymentExecutionService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()AmountBOcalculateTotalPaymentAmount(PaymentBO payment)TransactionStatusBOexecutePayment(Payment payment, String userName)TransactionStatusBOschedulePayment(Payment payment)
-
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
executePayment
public TransactionStatusBO executePayment(Payment payment, String userName)
-
schedulePayment
public TransactionStatusBO schedulePayment(Payment payment)
-
-