Uses of Class
dev.vality.damsel.accounter.Account
Packages that use Account
-
Uses of Account in dev.vality.damsel.accounter
Fields in dev.vality.damsel.accounter declared as AccountFields in dev.vality.damsel.accounter with type parameters of type AccountMethods in dev.vality.damsel.accounter that return AccountModifier and TypeMethodDescriptionAccount.deepCopy()AccounterSrv.Client.getAccountByID(long id) AccounterSrv.Iface.getAccountByID(long id) AccounterSrv.AsyncClient.GetAccountByID_call.getResult()AccounterSrv.GetAccountByID_result.getSuccess()AccounterSrv.Client.recvGetAccountByID()Account.setCreationTime(String creation_time) Account.setCurrencySymCode(String currency_sym_code) Account.setDescription(String description) Account.setId(long id) Account.setMaxAvailableAmount(long max_available_amount) Account.setMinAvailableAmount(long min_available_amount) Account.setOwnAmount(long own_amount) Methods in dev.vality.damsel.accounter that return types with arguments of type AccountModifier and TypeMethodDescriptionPostingPlanLog.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 AccountModifier and TypeMethodDescriptionintbooleanvoidPostingPlanLog.putToAffectedAccounts(long key, Account val) AccounterSrv.GetAccountByID_result.setSuccess(Account success) Method parameters in dev.vality.damsel.accounter with type arguments of type AccountModifier and TypeMethodDescriptionvoidAccounterSrv.AsyncClient.getAccountByID(long id, org.apache.thrift.async.AsyncMethodCallback<Account> resultHandler) voidAccounterSrv.AsyncIface.getAccountByID(long id, org.apache.thrift.async.AsyncMethodCallback<Account> resultHandler) PostingPlanLog.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 AccountModifierConstructorDescriptionPerforms a deep copy on other.GetAccountByID_result(Account success, AccountNotFound ex) Constructor parameters in dev.vality.damsel.accounter with type arguments of type AccountModifierConstructorDescriptionGetAccountByID_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)