Uses of Class
dev.vality.damsel.accounter.AccountNotFound
| Package | Description |
|---|---|
| dev.vality.damsel.accounter |
-
Uses of AccountNotFound in dev.vality.damsel.accounter
Fields in dev.vality.damsel.accounter declared as AccountNotFound Modifier and Type Field Description AccountNotFoundAccounterSrv.GetAccountBalance_result. exAccountNotFoundAccounterSrv.GetAccountBalanceDiff_result. exAccountNotFoundAccounterSrv.GetAccountByID_result. exMethods in dev.vality.damsel.accounter that return AccountNotFound Modifier and Type Method Description AccountNotFoundAccountNotFound. deepCopy()AccountNotFoundAccounterSrv.GetAccountBalance_result. getEx()AccountNotFoundAccounterSrv.GetAccountBalanceDiff_result. getEx()AccountNotFoundAccounterSrv.GetAccountByID_result. getEx()AccountNotFoundAccountNotFound. setAccountId(long account_id)Methods in dev.vality.damsel.accounter with parameters of type AccountNotFound Modifier and Type Method Description intAccountNotFound. compareTo(AccountNotFound other)booleanAccountNotFound. equals(AccountNotFound that)AccounterSrv.GetAccountBalance_resultAccounterSrv.GetAccountBalance_result. setEx(AccountNotFound ex)AccounterSrv.GetAccountBalanceDiff_resultAccounterSrv.GetAccountBalanceDiff_result. setEx(AccountNotFound ex)AccounterSrv.GetAccountByID_resultAccounterSrv.GetAccountByID_result. setEx(AccountNotFound ex)Methods in dev.vality.damsel.accounter that throw AccountNotFound Modifier and Type Method Description longAccounterSrv.Client. getAccountBalance(long id, String to_time)longAccounterSrv.Iface. getAccountBalance(long id, String to_time)longAccounterSrv.Client. getAccountBalanceDiff(long id, String from_time, String to_time)longAccounterSrv.Iface. getAccountBalanceDiff(long id, String from_time, String to_time)AccountAccounterSrv.Client. getAccountByID(long id)AccountAccounterSrv.Iface. getAccountByID(long id)LongAccounterSrv.AsyncClient.GetAccountBalance_call. getResult()LongAccounterSrv.AsyncClient.GetAccountBalanceDiff_call. getResult()AccountAccounterSrv.AsyncClient.GetAccountByID_call. getResult()longAccounterSrv.Client. recvGetAccountBalance()longAccounterSrv.Client. recvGetAccountBalanceDiff()AccountAccounterSrv.Client. recvGetAccountByID()Constructors in dev.vality.damsel.accounter with parameters of type AccountNotFound Constructor Description AccountNotFound(AccountNotFound other)Performs a deep copy on other.GetAccountBalance_result(long success, AccountNotFound ex)GetAccountBalanceDiff_result(long success, AccountNotFound ex)GetAccountByID_result(Account success, AccountNotFound ex)