Uses of Class
dev.vality.damsel.domain.Contract
Packages that use Contract
-
Uses of Contract in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type ContractMethods in dev.vality.damsel.domain that return ContractModifier and TypeMethodDescriptionContract.deepCopy()Contract.setAdjustments(List<ContractAdjustment> adjustments) Contract.setContractor(Contractor contractor) Contract.setContractorId(String contractor_id) Contract.setCreatedAt(String created_at) Contract.setLegalAgreement(LegalAgreement legal_agreement) Contract.setPaymentInstitution(PaymentInstitutionRef payment_institution) Contract.setPayoutTools(List<PayoutTool> payout_tools) Contract.setReportPreferences(ReportPreferences report_preferences) Contract.setStatus(ContractStatus status) Contract.setTerms(TermSetHierarchyRef terms) Contract.setValidSince(String valid_since) Contract.setValidUntil(String valid_until) Methods in dev.vality.damsel.domain that return types with arguments of type ContractMethods in dev.vality.damsel.domain with parameters of type ContractModifier and TypeMethodDescriptionintbooleanvoidParty.putToContracts(String key, Contract val) Method parameters in dev.vality.damsel.domain with type arguments of type ContractConstructors in dev.vality.damsel.domain with parameters of type Contract -
Uses of Contract in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as ContractModifier and TypeFieldDescriptionShopContract.contractPartyManagementSrv.GetContract_result.successMethods in dev.vality.damsel.payment_processing that return ContractModifier and TypeMethodDescriptionPartyManagementSrv.Client.getContract(String party_id, String contract_id) PartyManagementSrv.Iface.getContract(String party_id, String contract_id) ShopContract.getContract()ContractEffect.getCreated()PartyManagementSrv.AsyncClient.GetContract_call.getResult()PartyManagementSrv.GetContract_result.getSuccess()PartyManagementSrv.Client.recvGetContract()Methods in dev.vality.damsel.payment_processing that return types with arguments of type ContractModifier and TypeMethodDescriptionorg.apache.thrift.async.AsyncMethodCallback<Contract>PartyManagementSrv.AsyncProcessor.GetContract.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Methods in dev.vality.damsel.payment_processing with parameters of type ContractModifier and TypeMethodDescriptionstatic ContractEffectShopContract.setContract(Contract contract) voidContractEffect.setCreated(Contract value) PartyManagementSrv.GetContract_result.setSuccess(Contract success) Method parameters in dev.vality.damsel.payment_processing with type arguments of type ContractModifier and TypeMethodDescriptionvoidPartyManagementSrv.AsyncClient.getContract(String party_id, String contract_id, org.apache.thrift.async.AsyncMethodCallback<Contract> resultHandler) voidPartyManagementSrv.AsyncIface.getContract(String party_id, String contract_id, org.apache.thrift.async.AsyncMethodCallback<Contract> resultHandler) voidPartyManagementSrv.AsyncProcessor.GetContract.start(I iface, PartyManagementSrv.GetContract_args args, org.apache.thrift.async.AsyncMethodCallback<Contract> resultHandler) Constructors in dev.vality.damsel.payment_processing with parameters of type ContractModifierConstructorDescriptionGetContract_result(Contract success, PartyNotFound ex2, ContractNotFound ex3) ShopContract(Shop shop, Contract contract) Constructor parameters in dev.vality.damsel.payment_processing with type arguments of type ContractModifierConstructorDescriptionGetContract_call(String party_id, String contract_id, org.apache.thrift.async.AsyncMethodCallback<Contract> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)