Package cdm.event.common.functions
Class Qualify_OnDemandPayment.Qualify_OnDemandPaymentDefault
java.lang.Object
cdm.event.common.functions.Qualify_OnDemandPayment
cdm.event.common.functions.Qualify_OnDemandPayment.Qualify_OnDemandPaymentDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.IQualifyFunctionExtension<BusinessEvent>,com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
Qualify_OnDemandPayment
public static class Qualify_OnDemandPayment.Qualify_OnDemandPaymentDefault
extends Qualify_OnDemandPayment
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.event.common.functions.Qualify_OnDemandPayment
Qualify_OnDemandPayment.Qualify_OnDemandPaymentDefault -
Field Summary
Fields inherited from class cdm.event.common.functions.Qualify_OnDemandPayment
filterClosedTradeStates, filterOpenTradeStates -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.rosetta.model.lib.mapper.MapperC<? extends Cashflow> afterCashFlow(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> afterTradeStates(BusinessEvent businessEvent) protected BooleanassignOutput(Boolean is_event, BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends Cashflow> beforeCashFlow(BusinessEvent businessEvent) protected BooleandoEvaluate(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends Instruction> instruction(BusinessEvent businessEvent) Methods inherited from class cdm.event.common.functions.Qualify_OnDemandPayment
evaluate, getNamePrefixMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.functions.RosettaFunction
toBuilder, toBuilder, toBuilder
-
Constructor Details
-
Qualify_OnDemandPaymentDefault
public Qualify_OnDemandPaymentDefault()
-
-
Method Details
-
doEvaluate
- Specified by:
doEvaluatein classQualify_OnDemandPayment
-
assignOutput
-
instruction
protected com.rosetta.model.lib.mapper.MapperS<? extends Instruction> instruction(BusinessEvent businessEvent) - Specified by:
instructionin classQualify_OnDemandPayment
-
afterTradeStates
protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> afterTradeStates(BusinessEvent businessEvent) - Specified by:
afterTradeStatesin classQualify_OnDemandPayment
-
beforeCashFlow
protected com.rosetta.model.lib.mapper.MapperC<? extends Cashflow> beforeCashFlow(BusinessEvent businessEvent) - Specified by:
beforeCashFlowin classQualify_OnDemandPayment
-
afterCashFlow
protected com.rosetta.model.lib.mapper.MapperC<? extends Cashflow> afterCashFlow(BusinessEvent businessEvent) - Specified by:
afterCashFlowin classQualify_OnDemandPayment
-