Package cdm.event.common.functions
Class Create_BillingRecords
java.lang.Object
cdm.event.common.functions.Create_BillingRecords
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
Create_BillingRecords.Create_BillingRecordsDefault
public abstract class Create_BillingRecords
extends Object
implements com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Create_BillingRecordprotected com.rosetta.model.lib.functions.ModelObjectValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract List<BillingRecord.BillingRecordBuilder> doEvaluate(List<? extends BillingRecordInstruction> billingInstruction) List<? extends BillingRecord> evaluate(List<? extends BillingRecordInstruction> billingInstruction) 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_BillingRecord
-
-
Constructor Details
-
Create_BillingRecords
public Create_BillingRecords()
-
-
Method Details
-
evaluate
public List<? extends BillingRecord> evaluate(List<? extends BillingRecordInstruction> billingInstruction) - Parameters:
billingInstruction- Instruction for creating the billing records contained within the invoice- Returns:
- billingRecord
-
doEvaluate
protected abstract List<BillingRecord.BillingRecordBuilder> doEvaluate(List<? extends BillingRecordInstruction> billingInstruction)
-