Uses of Class
dev.vality.damsel.domain.PaymentInstitution
Packages that use PaymentInstitution
-
Uses of PaymentInstitution in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as PaymentInstitutionMethods in dev.vality.damsel.domain that return PaymentInstitutionModifier and TypeMethodDescriptionPaymentInstitution.deepCopy()PaymentInstitutionObject.getData()PaymentInstitution.setCalendar(CalendarRef calendar) PaymentInstitution.setDefaultContractTemplate(ContractTemplateSelector default_contract_template) PaymentInstitution.setDescription(String description) PaymentInstitution.setIdentity(String identity) PaymentInstitution.setInspector(InspectorSelector inspector) PaymentInstitution.setPaymentRoutingRules(RoutingRules payment_routing_rules) PaymentInstitution.setPaymentSystem(PaymentSystemSelector payment_system) PaymentInstitution.setProviders(ProviderSelector providers) PaymentInstitution.setRealm(PaymentInstitutionRealm realm) PaymentInstitution.setResidences(Set<CountryCode> residences) PaymentInstitution.setSystemAccountSet(SystemAccountSetSelector system_account_set) PaymentInstitution.setWalletSystemAccountSet(SystemAccountSetSelector wallet_system_account_set) PaymentInstitution.setWithdrawalRoutingRules(RoutingRules withdrawal_routing_rules) Methods in dev.vality.damsel.domain with parameters of type PaymentInstitutionModifier and TypeMethodDescriptionintPaymentInstitution.compareTo(PaymentInstitution other) booleanPaymentInstitution.equals(PaymentInstitution that) PaymentInstitutionObject.setData(PaymentInstitution data) Constructors in dev.vality.damsel.domain with parameters of type PaymentInstitutionModifierConstructorDescriptionPerforms a deep copy on other. -
Uses of PaymentInstitution in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as PaymentInstitutionMethods in dev.vality.damsel.payment_processing that return PaymentInstitutionModifier and TypeMethodDescriptionPartyManagementSrv.Client.computePaymentInstitution(PaymentInstitutionRef ref, long domain_revision, Varset varset) PartyManagementSrv.Iface.computePaymentInstitution(PaymentInstitutionRef ref, long domain_revision, Varset varset) PartyManagementSrv.AsyncClient.ComputePaymentInstitution_call.getResult()PartyManagementSrv.ComputePaymentInstitution_result.getSuccess()PartyManagementSrv.Client.recvComputePaymentInstitution()Methods in dev.vality.damsel.payment_processing that return types with arguments of type PaymentInstitutionModifier and TypeMethodDescriptionorg.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 PaymentInstitutionModifier and TypeMethodDescriptionPartyManagementSrv.ComputePaymentInstitution_result.setSuccess(PaymentInstitution success) Method parameters in dev.vality.damsel.payment_processing with type arguments of type PaymentInstitutionModifier 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) 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 PaymentInstitutionModifierConstructorDescriptionComputePaymentInstitution_result(PaymentInstitution success, PartyNotFound ex2, PaymentInstitutionNotFound ex3) Constructor parameters in dev.vality.damsel.payment_processing with type arguments of type PaymentInstitutionModifierConstructorDescriptionComputePaymentInstitution_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)