Uses of Class
dev.vality.damsel.payment_processing.ShopContract
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of ShopContract in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as ShopContract Modifier and Type Field Description ShopContractPartyManagementSrv.GetShopContract_result. successMethods in dev.vality.damsel.payment_processing that return ShopContract Modifier and Type Method Description ShopContractShopContract. deepCopy()ShopContractPartyManagementSrv.AsyncClient.GetShopContract_call. getResult()ShopContractPartyManagementSrv.Client. getShopContract(String party_id, String id)ShopContractPartyManagementSrv.Iface. getShopContract(String party_id, String id)ShopContractPartyManagementSrv.GetShopContract_result. getSuccess()ShopContractPartyManagementSrv.Client. recvGetShopContract()ShopContractShopContract. setContract(Contract contract)ShopContractShopContract. setContractor(PartyContractor contractor)ShopContractShopContract. setShop(Shop shop)Methods in dev.vality.damsel.payment_processing that return types with arguments of type ShopContract Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<ShopContract>PartyManagementSrv.AsyncProcessor.GetShopContract. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in dev.vality.damsel.payment_processing with parameters of type ShopContract Modifier and Type Method Description intShopContract. compareTo(ShopContract other)booleanShopContract. equals(ShopContract that)PartyManagementSrv.GetShopContract_resultPartyManagementSrv.GetShopContract_result. setSuccess(ShopContract success)Method parameters in dev.vality.damsel.payment_processing with type arguments of type ShopContract Modifier and Type Method Description voidPartyManagementSrv.AsyncClient. getShopContract(String party_id, String id, org.apache.thrift.async.AsyncMethodCallback<ShopContract> resultHandler)voidPartyManagementSrv.AsyncIface. getShopContract(String party_id, String id, org.apache.thrift.async.AsyncMethodCallback<ShopContract> resultHandler)voidPartyManagementSrv.AsyncProcessor.GetShopContract. start(I iface, PartyManagementSrv.GetShopContract_args args, org.apache.thrift.async.AsyncMethodCallback<ShopContract> resultHandler)Constructors in dev.vality.damsel.payment_processing with parameters of type ShopContract Constructor Description GetShopContract_result(ShopContract success, PartyNotFound ex2, ShopNotFound ex3, ContractNotFound ex4)ShopContract(ShopContract other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.payment_processing with type arguments of type ShopContract Constructor Description GetShopContract_call(String party_id, String id, org.apache.thrift.async.AsyncMethodCallback<ShopContract> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)