Uses of Class
dev.vality.damsel.domain.PaymentInstitutionRef
| Package | Description |
|---|---|
| dev.vality.damsel.claim_management | |
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing |
-
Uses of PaymentInstitutionRef in dev.vality.damsel.claim_management
Fields in dev.vality.damsel.claim_management declared as PaymentInstitutionRef Modifier and Type Field Description PaymentInstitutionRefContractParams. payment_institutionMethods in dev.vality.damsel.claim_management that return PaymentInstitutionRef Modifier and Type Method Description PaymentInstitutionRefContractParams. getPaymentInstitution()Methods in dev.vality.damsel.claim_management with parameters of type PaymentInstitutionRef Modifier and Type Method Description ContractParamsContractParams. setPaymentInstitution(PaymentInstitutionRef payment_institution) -
Uses of PaymentInstitutionRef in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as PaymentInstitutionRef Modifier and Type Field Description PaymentInstitutionRefContractPaymentInstitutionDefaults. livePaymentInstitutionRefContract. payment_institutionPaymentInstitutionRefIdentityProvider. payment_institutionPaymentInstitutionRefPaymentInstitutionObject. refPaymentInstitutionRefContractPaymentInstitutionDefaults. testFields in dev.vality.damsel.domain with type parameters of type PaymentInstitutionRef Modifier and Type Field Description Set<PaymentInstitutionRef>Globals. payment_institutionsMethods in dev.vality.damsel.domain that return PaymentInstitutionRef Modifier and Type Method Description PaymentInstitutionRefPaymentInstitutionRef. deepCopy()PaymentInstitutionRefContractPaymentInstitutionDefaults. getLive()PaymentInstitutionRefContract. getPaymentInstitution()PaymentInstitutionRefIdentityProvider. getPaymentInstitution()PaymentInstitutionRefReference. getPaymentInstitution()PaymentInstitutionRefPaymentInstitutionObject. getRef()PaymentInstitutionRefContractPaymentInstitutionDefaults. getTest()PaymentInstitutionRefPaymentInstitutionRef. setId(int id)Methods in dev.vality.damsel.domain that return types with arguments of type PaymentInstitutionRef Modifier and Type Method Description Set<PaymentInstitutionRef>Globals. getPaymentInstitutions()Iterator<PaymentInstitutionRef>Globals. getPaymentInstitutionsIterator()Methods in dev.vality.damsel.domain with parameters of type PaymentInstitutionRef Modifier and Type Method Description voidGlobals. addToPaymentInstitutions(PaymentInstitutionRef elem)intPaymentInstitutionRef. compareTo(PaymentInstitutionRef other)booleanPaymentInstitutionRef. equals(PaymentInstitutionRef that)static ReferenceReference. payment_institution(PaymentInstitutionRef value)ContractPaymentInstitutionDefaultsContractPaymentInstitutionDefaults. setLive(PaymentInstitutionRef live)ContractContract. setPaymentInstitution(PaymentInstitutionRef payment_institution)IdentityProviderIdentityProvider. setPaymentInstitution(PaymentInstitutionRef payment_institution)voidReference. setPaymentInstitution(PaymentInstitutionRef value)PaymentInstitutionObjectPaymentInstitutionObject. setRef(PaymentInstitutionRef ref)ContractPaymentInstitutionDefaultsContractPaymentInstitutionDefaults. setTest(PaymentInstitutionRef test)Method parameters in dev.vality.damsel.domain with type arguments of type PaymentInstitutionRef Modifier and Type Method Description GlobalsGlobals. setPaymentInstitutions(Set<PaymentInstitutionRef> payment_institutions)Constructors in dev.vality.damsel.domain with parameters of type PaymentInstitutionRef Constructor Description ContractPaymentInstitutionDefaults(PaymentInstitutionRef test, PaymentInstitutionRef live)IdentityProvider(PaymentInstitutionRef payment_institution, ContractTemplateRef contract_template, ContractorIdentificationLevel contractor_level)PaymentInstitutionObject(PaymentInstitutionRef ref, PaymentInstitution data)PaymentInstitutionRef(PaymentInstitutionRef other)Performs a deep copy on other. -
Uses of PaymentInstitutionRef in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as PaymentInstitutionRef Modifier and Type Field Description PaymentInstitutionRefContractParams. payment_institutionPaymentInstitutionRefPartyManagementSrv.ComputePaymentInstitution_args. refPaymentInstitutionRefPartyManagementSrv.ComputePaymentInstitutionTerms_args. refMethods in dev.vality.damsel.payment_processing that return PaymentInstitutionRef Modifier and Type Method Description PaymentInstitutionRefContractParams. getPaymentInstitution()PaymentInstitutionRefPartyManagementSrv.ComputePaymentInstitution_args. getRef()PaymentInstitutionRefPartyManagementSrv.ComputePaymentInstitutionTerms_args. getRef()Methods in dev.vality.damsel.payment_processing with parameters of type PaymentInstitutionRef Modifier and Type Method Description voidPartyManagementSrv.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)PaymentInstitutionPartyManagementSrv.Client. computePaymentInstitution(PaymentInstitutionRef ref, long domain_revision, Varset varset)PaymentInstitutionPartyManagementSrv.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)TermSetPartyManagementSrv.Client. computePaymentInstitutionTerms(PaymentInstitutionRef ref, Varset varset)TermSetPartyManagementSrv.Iface. computePaymentInstitutionTerms(PaymentInstitutionRef ref, Varset varset)voidPartyManagementSrv.Client. sendComputePaymentInstitution(PaymentInstitutionRef ref, long domain_revision, Varset varset)voidPartyManagementSrv.Client. sendComputePaymentInstitutionTerms(PaymentInstitutionRef ref, Varset varset)ContractParamsContractParams. setPaymentInstitution(PaymentInstitutionRef payment_institution)PartyManagementSrv.ComputePaymentInstitution_argsPartyManagementSrv.ComputePaymentInstitution_args. setRef(PaymentInstitutionRef ref)PartyManagementSrv.ComputePaymentInstitutionTerms_argsPartyManagementSrv.ComputePaymentInstitutionTerms_args. setRef(PaymentInstitutionRef ref)Constructors in dev.vality.damsel.payment_processing with parameters of type PaymentInstitutionRef Constructor Description ComputePaymentInstitution_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_args(PaymentInstitutionRef ref, Varset varset)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)