Package cdm.event.common.functions
Class Create_BillingSummary
java.lang.Object
cdm.event.common.functions.Create_BillingSummary
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
Create_BillingSummary.Create_BillingSummaryDefault
public abstract class Create_BillingSummary
extends Object
implements com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.rosetta.model.lib.functions.ModelObjectValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract BillingSummary.BillingSummaryBuilderdoEvaluate(List<? extends BillingRecord> billingRecord) evaluate(List<? extends BillingRecord> billingRecord) 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
-
-
Constructor Details
-
Create_BillingSummary
public Create_BillingSummary()
-
-
Method Details
-
evaluate
- Parameters:
billingRecord-- Returns:
- billingSummary
-
doEvaluate
protected abstract BillingSummary.BillingSummaryBuilder doEvaluate(List<? extends BillingRecord> billingRecord)
-