public class CNGAccountServiceImpl extends ExternalAccountServiceImpl
Constructor and Description |
---|
CNGAccountServiceImpl(AccountDao accountDao,
CNGRestAdapter restAdapter,
HttpPushAdapter httpPushAdapter) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccountServiceType()
Returns the account service type associated with this account service.
|
java.util.List<NamedCurrencyAmountVO> |
retrieveAccountBalances(long accountId)
Returns all currency balances for the specified account
|
getDepositAddress, getExternalAccountService, getWalletHistory, persist, subscribeAccountEvent, unSubscribeAccountEvent, withdraw
public CNGAccountServiceImpl(AccountDao accountDao, CNGRestAdapter restAdapter, HttpPushAdapter httpPushAdapter)
public java.util.List<NamedCurrencyAmountVO> retrieveAccountBalances(long accountId)
AccountService
retrieveAccountBalances
in interface AccountService
retrieveAccountBalances
in class ExternalAccountServiceImpl
public java.lang.String getAccountServiceType()
ExternalAccountService