public abstract class AbstractServiceImpl extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DepositAccountConfigService |
depositAccountConfigService |
protected LedgerService |
ledgerService |
| Constructor and Description |
|---|
AbstractServiceImpl(DepositAccountConfigService depositAccountConfigService,
LedgerService ledgerService) |
| Modifier and Type | Method and Description |
|---|---|
protected LedgerAccountBO |
loadClearing(LedgerBO ledgerBO,
String accountName) |
protected LedgerAccountBO |
loadClearingAccount(LedgerBO ledgerBO,
PaymentProductBO paymentProductBO) |
protected LedgerBO |
loadLedger() |
protected DepositAccountConfigService depositAccountConfigService
protected LedgerService ledgerService
public AbstractServiceImpl(DepositAccountConfigService depositAccountConfigService, LedgerService ledgerService)
protected LedgerBO loadLedger()
protected LedgerAccountBO loadClearingAccount(LedgerBO ledgerBO, PaymentProductBO paymentProductBO)
protected LedgerAccountBO loadClearing(LedgerBO ledgerBO, String accountName)
Copyright © 2019. All rights reserved.