Uses of Class
dev.vality.damsel.accounter.AccountNotFound
Packages that use AccountNotFound
-
Uses of AccountNotFound in dev.vality.damsel.accounter
Fields in dev.vality.damsel.accounter declared as AccountNotFoundModifier and TypeFieldDescriptionAccounterSrv.GetAccountBalance_result.exAccounterSrv.GetAccountBalanceDiff_result.exAccounterSrv.GetAccountByID_result.exMethods in dev.vality.damsel.accounter that return AccountNotFoundModifier and TypeMethodDescriptionAccountNotFound.deepCopy()AccounterSrv.GetAccountBalance_result.getEx()AccounterSrv.GetAccountBalanceDiff_result.getEx()AccounterSrv.GetAccountByID_result.getEx()AccountNotFound.setAccountId(long account_id) Methods in dev.vality.damsel.accounter with parameters of type AccountNotFoundModifier and TypeMethodDescriptionintAccountNotFound.compareTo(AccountNotFound other) booleanAccountNotFound.equals(AccountNotFound that) AccounterSrv.GetAccountBalance_result.setEx(AccountNotFound ex) AccounterSrv.GetAccountBalanceDiff_result.setEx(AccountNotFound ex) AccounterSrv.GetAccountByID_result.setEx(AccountNotFound ex) Methods in dev.vality.damsel.accounter that throw AccountNotFoundModifier and TypeMethodDescriptionlongAccounterSrv.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) AccounterSrv.Client.getAccountByID(long id) AccounterSrv.Iface.getAccountByID(long id) AccounterSrv.AsyncClient.GetAccountBalance_call.getResult()AccounterSrv.AsyncClient.GetAccountBalanceDiff_call.getResult()AccounterSrv.AsyncClient.GetAccountByID_call.getResult()longAccounterSrv.Client.recvGetAccountBalance()longAccounterSrv.Client.recvGetAccountBalanceDiff()AccounterSrv.Client.recvGetAccountByID()Constructors in dev.vality.damsel.accounter with parameters of type AccountNotFoundModifierConstructorDescriptionAccountNotFound(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)