@Service public class DepositAccountTransactionServiceImpl extends AbstractServiceImpl implements DepositAccountTransactionService
depositAccountConfigService, ledgerService| Constructor and Description |
|---|
DepositAccountTransactionServiceImpl(PostingService postingService,
LedgerService ledgerService,
DepositAccountConfigService depositAccountConfigService,
SerializeService serializeService) |
| Modifier and Type | Method and Description |
|---|---|
void |
bookPayment(Payment payment,
LocalDateTime pstTime,
String userName)
Execute a payment.
|
loadClearingAccount, loadLedgerpublic DepositAccountTransactionServiceImpl(PostingService postingService, LedgerService ledgerService, DepositAccountConfigService depositAccountConfigService, SerializeService serializeService)
public void bookPayment(Payment payment, LocalDateTime pstTime, String userName)
+ Bulk payment without batch execution will be split into single payments and each single payment will be individually sent to this method.
bookPayment in interface DepositAccountTransactionServiceCopyright © 2019. All rights reserved.