Package cdm.event.common.functions
Class Create_BusinessEvent
java.lang.Object
cdm.event.common.functions.Create_BusinessEvent
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
Create_BusinessEvent.Create_BusinessEventDefault
public abstract class Create_BusinessEvent
extends Object
implements com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Create_Exerciseprotected Create_Splitprotected Create_TradeStateprotected com.rosetta.model.lib.functions.ModelObjectValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract BusinessEvent.BusinessEventBuilderdoEvaluate(List<? extends Instruction> instruction, EventIntentEnum intent, com.rosetta.model.lib.records.Date eventDate, com.rosetta.model.lib.records.Date effectiveDate) evaluate(List<? extends Instruction> instruction, EventIntentEnum intent, com.rosetta.model.lib.records.Date eventDate, com.rosetta.model.lib.records.Date effectiveDate) Methods 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
-
Field Details
-
objectValidator
@Inject protected com.rosetta.model.lib.functions.ModelObjectValidator objectValidator -
create_Exercise
-
create_Split
-
create_TradeState
-
-
Constructor Details
-
Create_BusinessEvent
public Create_BusinessEvent()
-
-
Method Details
-
evaluate
public BusinessEvent evaluate(List<? extends Instruction> instruction, EventIntentEnum intent, com.rosetta.model.lib.records.Date eventDate, com.rosetta.model.lib.records.Date effectiveDate) - Parameters:
instruction-intent-eventDate-effectiveDate-- Returns:
- businessEvent
-
doEvaluate
protected abstract BusinessEvent.BusinessEventBuilder doEvaluate(List<? extends Instruction> instruction, EventIntentEnum intent, com.rosetta.model.lib.records.Date eventDate, com.rosetta.model.lib.records.Date effectiveDate)
-