Package cdm.event.common.functions
Class Create_BillingRecord
java.lang.Object
cdm.event.common.functions.Create_BillingRecord
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
Create_BillingRecord.Create_BillingRecordDefault
public abstract class Create_BillingRecord
extends Object
implements com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.rosetta.model.lib.functions.ModelObjectValidatorprotected ResolveSecurityFinanceBillingAmount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract com.rosetta.model.lib.mapper.MapperS<? extends Transfer> billingAmount(BillingRecordInstruction billingInstruction) protected abstract BillingRecord.BillingRecordBuilderdoEvaluate(BillingRecordInstruction billingInstruction) evaluate(BillingRecordInstruction billingInstruction) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends TradeState> tradeState(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_AssetPayoutTradeStateWithObservations
@Inject protected Create_AssetPayoutTradeStateWithObservations create_AssetPayoutTradeStateWithObservations -
resolveSecurityFinanceBillingAmount
-
-
Constructor Details
-
Create_BillingRecord
public Create_BillingRecord()
-
-
Method Details
-
evaluate
- Parameters:
billingInstruction- Instruction for creating the billing records contained within the invoice- Returns:
- billingRecord The billing record
-
doEvaluate
protected abstract BillingRecord.BillingRecordBuilder doEvaluate(BillingRecordInstruction billingInstruction) -
tradeState
protected abstract com.rosetta.model.lib.mapper.MapperS<? extends TradeState> tradeState(BillingRecordInstruction billingInstruction) -
billingAmount
protected abstract com.rosetta.model.lib.mapper.MapperS<? extends Transfer> billingAmount(BillingRecordInstruction billingInstruction)
-