Class DepositAccountConfigServiceImpl
- java.lang.Object
-
- de.adorsys.ledgers.deposit.api.service.impl.DepositAccountConfigServiceImpl
-
- All Implemented Interfaces:
DepositAccountConfigService
@Service public class DepositAccountConfigServiceImpl extends Object implements DepositAccountConfigService
-
-
Constructor Summary
Constructors Constructor Description DepositAccountConfigServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCashAccount()StringgetClearingAccount(String paymentProduct)StringgetDepositParentAccount()StringgetLedger()
-
-
-
Method Detail
-
getDepositParentAccount
public String getDepositParentAccount()
- Specified by:
getDepositParentAccountin interfaceDepositAccountConfigService
-
getLedger
public String getLedger()
- Specified by:
getLedgerin interfaceDepositAccountConfigService
-
getClearingAccount
public String getClearingAccount(String paymentProduct)
- Specified by:
getClearingAccountin interfaceDepositAccountConfigService
-
getCashAccount
public String getCashAccount()
- Specified by:
getCashAccountin interfaceDepositAccountConfigService
-
-