@Service public class DepositAccountTransactionServiceImpl extends AbstractServiceImpl implements DepositAccountTransactionService
depositAccountConfigService, ledgerService| Constructor and Description |
|---|
DepositAccountTransactionServiceImpl(de.adorsys.ledgers.postings.api.service.PostingService postingService,
de.adorsys.ledgers.postings.api.service.LedgerService ledgerService,
DepositAccountConfigService depositAccountConfigService,
PaymentMapper paymentMapper,
PostingMapper postingMapper,
SerializeService serializeService,
DepositAccountService depositAccountService,
CurrencyExchangeRatesService exchangeRatesService) |
| Modifier and Type | Method and Description |
|---|---|
void |
bookPayment(PaymentBO payment,
LocalDateTime pstTime,
String userName)
Execute a payment.
|
void |
depositCash(String accountId,
AmountBO amount,
String recordUser) |
loadClearingAccount, loadLedgerpublic DepositAccountTransactionServiceImpl(de.adorsys.ledgers.postings.api.service.PostingService postingService,
de.adorsys.ledgers.postings.api.service.LedgerService ledgerService,
DepositAccountConfigService depositAccountConfigService,
PaymentMapper paymentMapper,
PostingMapper postingMapper,
SerializeService serializeService,
DepositAccountService depositAccountService,
CurrencyExchangeRatesService exchangeRatesService)
public void depositCash(String accountId, AmountBO amount, String recordUser)
depositCash in interface DepositAccountTransactionServicepublic void bookPayment(PaymentBO payment, LocalDateTime pstTime, String userName)
bookPayment in interface DepositAccountTransactionServiceCopyright © 2020. All rights reserved.