Uses of Class
dev.vality.damsel.accounter.Account
| Package | Description |
|---|---|
| dev.vality.damsel.accounter |
-
Uses of Account in dev.vality.damsel.accounter
Fields in dev.vality.damsel.accounter declared as Account Modifier and Type Field Description AccountAccounterSrv.GetAccountByID_result. successFields in dev.vality.damsel.accounter with type parameters of type Account Modifier and Type Field Description Map<Long,Account>PostingPlanLog. affected_accountsMethods in dev.vality.damsel.accounter that return Account Modifier and Type Method Description AccountAccount. deepCopy()AccountAccounterSrv.Client. getAccountByID(long id)AccountAccounterSrv.Iface. getAccountByID(long id)AccountAccounterSrv.AsyncClient.GetAccountByID_call. getResult()AccountAccounterSrv.GetAccountByID_result. getSuccess()AccountAccounterSrv.Client. recvGetAccountByID()AccountAccount. setCreationTime(String creation_time)AccountAccount. setCurrencySymCode(String currency_sym_code)AccountAccount. setDescription(String description)AccountAccount. setId(long id)AccountAccount. setMaxAvailableAmount(long max_available_amount)AccountAccount. setMinAvailableAmount(long min_available_amount)AccountAccount. setOwnAmount(long own_amount)Methods in dev.vality.damsel.accounter that return types with arguments of type Account Modifier and Type Method Description Map<Long,Account>PostingPlanLog. getAffectedAccounts()org.apache.thrift.async.AsyncMethodCallback<Account>AccounterSrv.AsyncProcessor.GetAccountByID. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in dev.vality.damsel.accounter with parameters of type Account Modifier and Type Method Description intAccount. compareTo(Account other)booleanAccount. equals(Account that)voidPostingPlanLog. putToAffectedAccounts(long key, Account val)AccounterSrv.GetAccountByID_resultAccounterSrv.GetAccountByID_result. setSuccess(Account success)Method parameters in dev.vality.damsel.accounter with type arguments of type Account Modifier and Type Method Description voidAccounterSrv.AsyncClient. getAccountByID(long id, org.apache.thrift.async.AsyncMethodCallback<Account> resultHandler)voidAccounterSrv.AsyncIface. getAccountByID(long id, org.apache.thrift.async.AsyncMethodCallback<Account> resultHandler)PostingPlanLogPostingPlanLog. setAffectedAccounts(Map<Long,Account> affected_accounts)voidAccounterSrv.AsyncProcessor.GetAccountByID. start(I iface, AccounterSrv.GetAccountByID_args args, org.apache.thrift.async.AsyncMethodCallback<Account> resultHandler)Constructors in dev.vality.damsel.accounter with parameters of type Account Constructor Description Account(Account other)Performs a deep copy on other.GetAccountByID_result(Account success, AccountNotFound ex)Constructor parameters in dev.vality.damsel.accounter with type arguments of type Account Constructor Description GetAccountByID_call(long id, org.apache.thrift.async.AsyncMethodCallback<Account> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)PostingPlanLog(Map<Long,Account> affected_accounts)