Uses of Class
dev.vality.damsel.domain.PaymentInstitutionRef
Packages that use PaymentInstitutionRef
Package
Description
-
Uses of PaymentInstitutionRef in dev.vality.damsel.claim_management
Fields in dev.vality.damsel.claim_management declared as PaymentInstitutionRefMethods in dev.vality.damsel.claim_management that return PaymentInstitutionRefMethods in dev.vality.damsel.claim_management with parameters of type PaymentInstitutionRefModifier and TypeMethodDescriptionContractParams.setPaymentInstitution(PaymentInstitutionRef payment_institution) -
Uses of PaymentInstitutionRef in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as PaymentInstitutionRefModifier and TypeFieldDescriptionContractPaymentInstitutionDefaults.liveContract.payment_institutionIdentityProvider.payment_institutionPaymentInstitutionObject.refContractPaymentInstitutionDefaults.testFields in dev.vality.damsel.domain with type parameters of type PaymentInstitutionRefMethods in dev.vality.damsel.domain that return PaymentInstitutionRefModifier and TypeMethodDescriptionPaymentInstitutionRef.deepCopy()ContractPaymentInstitutionDefaults.getLive()Contract.getPaymentInstitution()IdentityProvider.getPaymentInstitution()Reference.getPaymentInstitution()PaymentInstitutionObject.getRef()ContractPaymentInstitutionDefaults.getTest()PaymentInstitutionRef.setId(int id) Methods in dev.vality.damsel.domain that return types with arguments of type PaymentInstitutionRefModifier and TypeMethodDescriptionGlobals.getPaymentInstitutions()Globals.getPaymentInstitutionsIterator()Methods in dev.vality.damsel.domain with parameters of type PaymentInstitutionRefModifier and TypeMethodDescriptionvoidGlobals.addToPaymentInstitutions(PaymentInstitutionRef elem) intPaymentInstitutionRef.compareTo(PaymentInstitutionRef other) booleanPaymentInstitutionRef.equals(PaymentInstitutionRef that) static ReferenceReference.payment_institution(PaymentInstitutionRef value) ContractPaymentInstitutionDefaults.setLive(PaymentInstitutionRef live) Contract.setPaymentInstitution(PaymentInstitutionRef payment_institution) IdentityProvider.setPaymentInstitution(PaymentInstitutionRef payment_institution) voidReference.setPaymentInstitution(PaymentInstitutionRef value) PaymentInstitutionObject.setRef(PaymentInstitutionRef ref) ContractPaymentInstitutionDefaults.setTest(PaymentInstitutionRef test) Method parameters in dev.vality.damsel.domain with type arguments of type PaymentInstitutionRefModifier and TypeMethodDescriptionGlobals.setPaymentInstitutions(Set<PaymentInstitutionRef> payment_institutions) Constructors in dev.vality.damsel.domain with parameters of type PaymentInstitutionRefModifierConstructorDescriptionIdentityProvider(PaymentInstitutionRef payment_institution, ContractTemplateRef contract_template, ContractorIdentificationLevel contractor_level) Performs a deep copy on other. -
Uses of PaymentInstitutionRef in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as PaymentInstitutionRefModifier and TypeFieldDescriptionContractParams.payment_institutionPartyManagementSrv.ComputePaymentInstitution_args.refPartyManagementSrv.ComputePaymentInstitutionTerms_args.refMethods in dev.vality.damsel.payment_processing that return PaymentInstitutionRefModifier and TypeMethodDescriptionContractParams.getPaymentInstitution()PartyManagementSrv.ComputePaymentInstitution_args.getRef()PartyManagementSrv.ComputePaymentInstitutionTerms_args.getRef()Methods in dev.vality.damsel.payment_processing with parameters of type PaymentInstitutionRefModifier and TypeMethodDescriptionvoidPartyManagementSrv.AsyncClient.computePaymentInstitution(PaymentInstitutionRef ref, long domain_revision, Varset varset, org.apache.thrift.async.AsyncMethodCallback<PaymentInstitution> resultHandler) voidPartyManagementSrv.AsyncIface.computePaymentInstitution(PaymentInstitutionRef ref, long domain_revision, Varset varset, org.apache.thrift.async.AsyncMethodCallback<PaymentInstitution> resultHandler) PartyManagementSrv.Client.computePaymentInstitution(PaymentInstitutionRef ref, long domain_revision, Varset varset) PartyManagementSrv.Iface.computePaymentInstitution(PaymentInstitutionRef ref, long domain_revision, Varset varset) voidPartyManagementSrv.AsyncClient.computePaymentInstitutionTerms(PaymentInstitutionRef ref, Varset varset, org.apache.thrift.async.AsyncMethodCallback<TermSet> resultHandler) voidPartyManagementSrv.AsyncIface.computePaymentInstitutionTerms(PaymentInstitutionRef ref, Varset varset, org.apache.thrift.async.AsyncMethodCallback<TermSet> resultHandler) PartyManagementSrv.Client.computePaymentInstitutionTerms(PaymentInstitutionRef ref, Varset varset) PartyManagementSrv.Iface.computePaymentInstitutionTerms(PaymentInstitutionRef ref, Varset varset) voidPartyManagementSrv.Client.sendComputePaymentInstitution(PaymentInstitutionRef ref, long domain_revision, Varset varset) voidPartyManagementSrv.Client.sendComputePaymentInstitutionTerms(PaymentInstitutionRef ref, Varset varset) ContractParams.setPaymentInstitution(PaymentInstitutionRef payment_institution) PartyManagementSrv.ComputePaymentInstitution_args.setRef(PaymentInstitutionRef ref) PartyManagementSrv.ComputePaymentInstitutionTerms_args.setRef(PaymentInstitutionRef ref) Constructors in dev.vality.damsel.payment_processing with parameters of type PaymentInstitutionRefModifierConstructorDescriptionComputePaymentInstitution_args(PaymentInstitutionRef ref, long domain_revision, Varset varset) ComputePaymentInstitution_call(PaymentInstitutionRef ref, long domain_revision, Varset varset, org.apache.thrift.async.AsyncMethodCallback<PaymentInstitution> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) ComputePaymentInstitutionTerms_call(PaymentInstitutionRef ref, Varset varset, org.apache.thrift.async.AsyncMethodCallback<TermSet> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)