Uses of Class
dev.vality.damsel.domain.RoutingRulesetRef
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing |
-
Uses of RoutingRulesetRef in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as RoutingRulesetRef Modifier and Type Field Description RoutingRulesetRefRoutingRules. policiesRoutingRulesetRefRoutingRules. prohibitionsRoutingRulesetRefRoutingRulesObject. refRoutingRulesetRefRoutingDelegate. rulesetMethods in dev.vality.damsel.domain that return RoutingRulesetRef Modifier and Type Method Description RoutingRulesetRefRoutingRulesetRef. deepCopy()RoutingRulesetRefRoutingRules. getPolicies()RoutingRulesetRefRoutingRules. getProhibitions()RoutingRulesetRefRoutingRulesObject. getRef()RoutingRulesetRefReference. getRoutingRules()RoutingRulesetRefRoutingDelegate. getRuleset()RoutingRulesetRefRoutingRulesetRef. setId(int id)Methods in dev.vality.damsel.domain with parameters of type RoutingRulesetRef Modifier and Type Method Description intRoutingRulesetRef. compareTo(RoutingRulesetRef other)booleanRoutingRulesetRef. equals(RoutingRulesetRef that)static ReferenceReference. routing_rules(RoutingRulesetRef value)RoutingRulesRoutingRules. setPolicies(RoutingRulesetRef policies)RoutingRulesRoutingRules. setProhibitions(RoutingRulesetRef prohibitions)RoutingRulesObjectRoutingRulesObject. setRef(RoutingRulesetRef ref)voidReference. setRoutingRules(RoutingRulesetRef value)RoutingDelegateRoutingDelegate. setRuleset(RoutingRulesetRef ruleset)Constructors in dev.vality.damsel.domain with parameters of type RoutingRulesetRef Constructor Description RoutingDelegate(Predicate allowed, RoutingRulesetRef ruleset)RoutingRules(RoutingRulesetRef policies, RoutingRulesetRef prohibitions)RoutingRulesetRef(RoutingRulesetRef other)Performs a deep copy on other.RoutingRulesObject(RoutingRulesetRef ref, RoutingRuleset data) -
Uses of RoutingRulesetRef in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as RoutingRulesetRef Modifier and Type Field Description RoutingRulesetRefPartyManagementSrv.ComputeRoutingRuleset_args. ruleset_refMethods in dev.vality.damsel.payment_processing that return RoutingRulesetRef Modifier and Type Method Description RoutingRulesetRefPartyManagementSrv.ComputeRoutingRuleset_args. getRulesetRef()Methods in dev.vality.damsel.payment_processing with parameters of type RoutingRulesetRef Modifier and Type Method Description voidPartyManagementSrv.AsyncClient. computeRoutingRuleset(RoutingRulesetRef ruleset_ref, long domain_revision, Varset varset, org.apache.thrift.async.AsyncMethodCallback<RoutingRuleset> resultHandler)voidPartyManagementSrv.AsyncIface. computeRoutingRuleset(RoutingRulesetRef ruleset_ref, long domain_revision, Varset varset, org.apache.thrift.async.AsyncMethodCallback<RoutingRuleset> resultHandler)RoutingRulesetPartyManagementSrv.Client. computeRoutingRuleset(RoutingRulesetRef ruleset_ref, long domain_revision, Varset varset)RoutingRulesetPartyManagementSrv.Iface. computeRoutingRuleset(RoutingRulesetRef ruleset_ref, long domain_revision, Varset varset)voidPartyManagementSrv.Client. sendComputeRoutingRuleset(RoutingRulesetRef ruleset_ref, long domain_revision, Varset varset)PartyManagementSrv.ComputeRoutingRuleset_argsPartyManagementSrv.ComputeRoutingRuleset_args. setRulesetRef(RoutingRulesetRef ruleset_ref)Constructors in dev.vality.damsel.payment_processing with parameters of type RoutingRulesetRef Constructor Description ComputeRoutingRuleset_args(RoutingRulesetRef ruleset_ref, long domain_revision, Varset varset)ComputeRoutingRuleset_call(RoutingRulesetRef ruleset_ref, long domain_revision, Varset varset, org.apache.thrift.async.AsyncMethodCallback<RoutingRuleset> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)