Uses of Class
dev.vality.damsel.payment_processing.ShopContract
Packages that use ShopContract
-
Uses of ShopContract in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as ShopContractMethods in dev.vality.damsel.payment_processing that return ShopContractModifier and TypeMethodDescriptionShopContract.deepCopy()PartyManagementSrv.AsyncClient.GetShopContract_call.getResult()PartyManagementSrv.Client.getShopContract(String party_id, String id) PartyManagementSrv.Iface.getShopContract(String party_id, String id) PartyManagementSrv.GetShopContract_result.getSuccess()PartyManagementSrv.Client.recvGetShopContract()ShopContract.setContract(Contract contract) ShopContract.setContractor(PartyContractor contractor) Methods in dev.vality.damsel.payment_processing that return types with arguments of type ShopContractModifier and TypeMethodDescriptionorg.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 ShopContractModifier and TypeMethodDescriptionintShopContract.compareTo(ShopContract other) booleanShopContract.equals(ShopContract that) PartyManagementSrv.GetShopContract_result.setSuccess(ShopContract success) Method parameters in dev.vality.damsel.payment_processing with type arguments of type ShopContractModifier and TypeMethodDescriptionvoidPartyManagementSrv.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 ShopContractModifierConstructorDescriptionGetShopContract_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 ShopContractModifierConstructorDescriptionGetShopContract_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)