Uses of Class
dev.vality.damsel.domain.PaymentInstitution
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing |
-
Uses of PaymentInstitution in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as PaymentInstitution Modifier and Type Field Description PaymentInstitutionPaymentInstitutionObject. dataMethods in dev.vality.damsel.domain with parameters of type PaymentInstitution Modifier and Type Method Description intPaymentInstitution. compareTo(PaymentInstitution other)booleanPaymentInstitution. equals(PaymentInstitution that)PaymentInstitutionObjectPaymentInstitutionObject. setData(PaymentInstitution data)Constructors in dev.vality.damsel.domain with parameters of type PaymentInstitution Constructor Description PaymentInstitution(PaymentInstitution other)Performs a deep copy on other.PaymentInstitutionObject(PaymentInstitutionRef ref, PaymentInstitution data) -
Uses of PaymentInstitution in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as PaymentInstitution Modifier and Type Field Description PaymentInstitutionPartyManagementSrv.ComputePaymentInstitution_result. successMethods in dev.vality.damsel.payment_processing that return PaymentInstitution Modifier and Type Method Description PaymentInstitutionPartyManagementSrv.Client. computePaymentInstitution(PaymentInstitutionRef ref, long domain_revision, Varset varset)PaymentInstitutionPartyManagementSrv.Iface. computePaymentInstitution(PaymentInstitutionRef ref, long domain_revision, Varset varset)PaymentInstitutionPartyManagementSrv.AsyncClient.ComputePaymentInstitution_call. getResult()PaymentInstitutionPartyManagementSrv.ComputePaymentInstitution_result. getSuccess()PaymentInstitutionPartyManagementSrv.Client. recvComputePaymentInstitution()Methods in dev.vality.damsel.payment_processing that return types with arguments of type PaymentInstitution Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<PaymentInstitution>PartyManagementSrv.AsyncProcessor.ComputePaymentInstitution. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in dev.vality.damsel.payment_processing with parameters of type PaymentInstitution Modifier and Type Method Description PartyManagementSrv.ComputePaymentInstitution_resultPartyManagementSrv.ComputePaymentInstitution_result. setSuccess(PaymentInstitution success)Method parameters in dev.vality.damsel.payment_processing with type arguments of type PaymentInstitution 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)voidPartyManagementSrv.AsyncProcessor.ComputePaymentInstitution. start(I iface, PartyManagementSrv.ComputePaymentInstitution_args args, org.apache.thrift.async.AsyncMethodCallback<PaymentInstitution> resultHandler)Constructors in dev.vality.damsel.payment_processing with parameters of type PaymentInstitution Constructor Description ComputePaymentInstitution_result(PaymentInstitution success, PartyNotFound ex2, PaymentInstitutionNotFound ex3)Constructor parameters in dev.vality.damsel.payment_processing with type arguments of type PaymentInstitution Constructor Description 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)