Uses of Class
dev.vality.damsel.domain.Predicate
Packages that use Predicate
-
Uses of Predicate in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as PredicateModifier and TypeFieldDescriptionPaymentAllocationServiceTerms.allowNOTE Если распределения средств (allocations) разрешены на этом уровне, они также автоматически разрешены для возвратов (refunds) платежей, при создании которых было указано распределение средств (allocation).PaymentChargebackServiceTerms.allowPaymentsProvisionTerms.allowW2WServiceTerms.allowWithdrawalProvisionTerms.allowRoutingCandidate.allowedRoutingDelegate.allowedPaymentsProvisionTerms.global_allowWithdrawalProvisionTerms.global_allowAttemptLimitDesision.if_BusinessScheduleDecision.if_CashFlowDecision.if_CashLimitDecision.if_CashValueDecision.if_CategoryDecision.if_ContractTemplateDecision.if_CurrencyDecision.if_ExternalAccountSetDecision.if_FeeDecision.if_HoldLifetimeDecision.if_InspectorDecision.if_LifetimeDecision.if_PaymentMethodDecision.if_PaymentSystemDecision.if_PayoutMethodDecision.if_ProviderDecision.if_RiskScoreDecision.if_SystemAccountSetDecision.if_TimeSpanDecision.if_TurnoverLimitDecision.if_Criterion.predicateMethods in dev.vality.damsel.domain that return PredicateModifier and TypeMethodDescriptionstatic Predicatestatic Predicatestatic Predicatestatic PredicatePredicate.constant(boolean value) static PredicatePredicate.criterion(CriterionRef value) Predicate.deepCopy()PaymentAllocationServiceTerms.getAllow()NOTE Если распределения средств (allocations) разрешены на этом уровне, они также автоматически разрешены для возвратов (refunds) платежей, при создании которых было указано распределение средств (allocation).PaymentChargebackServiceTerms.getAllow()PaymentsProvisionTerms.getAllow()W2WServiceTerms.getAllow()WithdrawalProvisionTerms.getAllow()RoutingCandidate.getAllowed()RoutingDelegate.getAllowed()PaymentsProvisionTerms.getGlobalAllow()WithdrawalProvisionTerms.getGlobalAllow()AttemptLimitDesision.getIf()BusinessScheduleDecision.getIf()CashFlowDecision.getIf()CashLimitDecision.getIf()CashValueDecision.getIf()CategoryDecision.getIf()ContractTemplateDecision.getIf()CurrencyDecision.getIf()ExternalAccountSetDecision.getIf()FeeDecision.getIf()HoldLifetimeDecision.getIf()InspectorDecision.getIf()LifetimeDecision.getIf()PaymentMethodDecision.getIf()PaymentSystemDecision.getIf()PayoutMethodDecision.getIf()ProviderDecision.getIf()RiskScoreDecision.getIf()SystemAccountSetDecision.getIf()TimeSpanDecision.getIf()TurnoverLimitDecision.getIf()Predicate.getIsNot()Criterion.getPredicate()static PredicateMethods in dev.vality.damsel.domain that return types with arguments of type PredicateMethods in dev.vality.damsel.domain with parameters of type PredicateModifier and TypeMethodDescriptionintbooleanstatic PredicateNOTE Если распределения средств (allocations) разрешены на этом уровне, они также автоматически разрешены для возвратов (refunds) платежей, при создании которых было указано распределение средств (allocation).RoutingCandidate.setAllowed(Predicate allowed) RoutingDelegate.setAllowed(Predicate allowed) PaymentsProvisionTerms.setGlobalAllow(Predicate global_allow) WithdrawalProvisionTerms.setGlobalAllow(Predicate global_allow) voidCriterion.setPredicate(Predicate predicate) Method parameters in dev.vality.damsel.domain with type arguments of type PredicateConstructors in dev.vality.damsel.domain with parameters of type PredicateModifierConstructorDescriptionAttemptLimitDesision(Predicate if_, AttemptLimitSelector then_) CashFlowDecision(Predicate if_, CashFlowSelector then_) CashLimitDecision(Predicate if_, CashLimitSelector then_) CashValueDecision(Predicate if_, CashValueSelector then_) CategoryDecision(Predicate if_, CategorySelector then_) CurrencyDecision(Predicate if_, CurrencySelector then_) FeeDecision(Predicate if_, FeeSelector then_) HoldLifetimeDecision(Predicate if_, HoldLifetimeSelector then_) InspectorDecision(Predicate if_, InspectorSelector then_) LifetimeDecision(Predicate if_, LifetimeSelector then_) PaymentMethodDecision(Predicate if_, PaymentMethodSelector then_) PaymentSystemDecision(Predicate if_, PaymentSystemSelector then_) PayoutMethodDecision(Predicate if_, PayoutMethodSelector then_) ProviderDecision(Predicate if_, ProviderSelector then_) RiskScoreDecision(Predicate if_, RiskScoreSelector then_) RoutingCandidate(Predicate allowed, TerminalRef terminal) RoutingDelegate(Predicate allowed, RoutingRulesetRef ruleset) TimeSpanDecision(Predicate if_, TimeSpanSelector then_) TurnoverLimitDecision(Predicate if_, TurnoverLimitSelector then_)