Uses of Class
dev.vality.fistful.deposit.Deposit
| Package | Description |
|---|---|
| dev.vality.fistful.admin | |
| dev.vality.fistful.deposit |
-
Uses of Deposit in dev.vality.fistful.admin
Fields in dev.vality.fistful.admin declared as Deposit Modifier and Type Field Description DepositFistfulAdminSrv.CreateDeposit_result. successDepositFistfulAdminSrv.GetDeposit_result. successMethods in dev.vality.fistful.admin that return Deposit Modifier and Type Method Description DepositFistfulAdminSrv.Client. createDeposit(DepositParams params)DepositFistfulAdminSrv.Iface. createDeposit(DepositParams params)DepositFistfulAdminSrv.Client. getDeposit(String id)DepositFistfulAdminSrv.Iface. getDeposit(String id)DepositFistfulAdminSrv.AsyncClient.CreateDeposit_call. getResult()DepositFistfulAdminSrv.AsyncClient.GetDeposit_call. getResult()DepositFistfulAdminSrv.CreateDeposit_result. getSuccess()DepositFistfulAdminSrv.GetDeposit_result. getSuccess()DepositFistfulAdminSrv.Client. recvCreateDeposit()DepositFistfulAdminSrv.Client. recvGetDeposit()Methods in dev.vality.fistful.admin that return types with arguments of type Deposit Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<Deposit>FistfulAdminSrv.AsyncProcessor.CreateDeposit. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)org.apache.thrift.async.AsyncMethodCallback<Deposit>FistfulAdminSrv.AsyncProcessor.GetDeposit. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in dev.vality.fistful.admin with parameters of type Deposit Modifier and Type Method Description FistfulAdminSrv.CreateDeposit_resultFistfulAdminSrv.CreateDeposit_result. setSuccess(Deposit success)FistfulAdminSrv.GetDeposit_resultFistfulAdminSrv.GetDeposit_result. setSuccess(Deposit success)Method parameters in dev.vality.fistful.admin with type arguments of type Deposit Modifier and Type Method Description voidFistfulAdminSrv.AsyncClient. createDeposit(DepositParams params, org.apache.thrift.async.AsyncMethodCallback<Deposit> resultHandler)voidFistfulAdminSrv.AsyncIface. createDeposit(DepositParams params, org.apache.thrift.async.AsyncMethodCallback<Deposit> resultHandler)voidFistfulAdminSrv.AsyncClient. getDeposit(String id, org.apache.thrift.async.AsyncMethodCallback<Deposit> resultHandler)voidFistfulAdminSrv.AsyncIface. getDeposit(String id, org.apache.thrift.async.AsyncMethodCallback<Deposit> resultHandler)voidFistfulAdminSrv.AsyncProcessor.CreateDeposit. start(I iface, FistfulAdminSrv.CreateDeposit_args args, org.apache.thrift.async.AsyncMethodCallback<Deposit> resultHandler)voidFistfulAdminSrv.AsyncProcessor.GetDeposit. start(I iface, FistfulAdminSrv.GetDeposit_args args, org.apache.thrift.async.AsyncMethodCallback<Deposit> resultHandler)Constructors in dev.vality.fistful.admin with parameters of type Deposit Constructor Description CreateDeposit_result(Deposit success, SourceNotFound ex1, WalletNotFound ex2, SourceUnauthorized ex3, DepositCurrencyInvalid ex4, DepositAmountInvalid ex5)GetDeposit_result(Deposit success, DepositNotFound ex1)Constructor parameters in dev.vality.fistful.admin with type arguments of type Deposit Constructor Description CreateDeposit_call(DepositParams params, org.apache.thrift.async.AsyncMethodCallback<Deposit> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)GetDeposit_call(String id, org.apache.thrift.async.AsyncMethodCallback<Deposit> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) -
Uses of Deposit in dev.vality.fistful.deposit
Fields in dev.vality.fistful.deposit declared as Deposit Modifier and Type Field Description DepositCreatedChange. depositMethods in dev.vality.fistful.deposit that return Deposit Modifier and Type Method Description DepositDeposit. deepCopy()DepositCreatedChange. getDeposit()DepositDeposit. setBody(Cash body)DepositDeposit. setCreatedAt(String created_at)DepositDeposit. setDomainRevision(long domain_revision)DepositDeposit. setExternalId(String external_id)DepositDeposit. setId(String id)DepositDeposit. setMetadata(Map<String,Value> metadata)DepositDeposit. setPartyRevision(long party_revision)DepositDeposit. setSourceId(String source_id)DepositDeposit. setStatus(Status status)TODO Выпилить статус после ухода от интерфейса админкиDepositDeposit. setWalletId(String wallet_id)Methods in dev.vality.fistful.deposit with parameters of type Deposit Modifier and Type Method Description intDeposit. compareTo(Deposit other)booleanDeposit. equals(Deposit that)CreatedChangeCreatedChange. setDeposit(Deposit deposit)Constructors in dev.vality.fistful.deposit with parameters of type Deposit Constructor Description CreatedChange(Deposit deposit)Deposit(Deposit other)Performs a deep copy on other.