Uses of Interface
cdm.event.common.BillingRecordInstruction
Packages that use BillingRecordInstruction
Package
Description
Business event concepts: primitives, contract state and associated state transition function specifications.
-
Uses of BillingRecordInstruction in cdm.event.common
Subinterfaces of BillingRecordInstruction in cdm.event.commonModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.event.common that implement BillingRecordInstructionModifier and TypeClassDescriptionstatic classBuilder Implementation of BillingRecordInstructionstatic classImmutable Implementation of BillingRecordInstructionMethods in cdm.event.common that return BillingRecordInstructionModifier and TypeMethodDescriptionBillingRecordInstruction.BillingRecordInstructionBuilderImpl.build()BillingRecordInstruction.BillingRecordInstructionImpl.build()BillingRecordInstruction.build()Build MethodsMethods in cdm.event.common that return types with arguments of type BillingRecordInstructionModifier and TypeMethodDescriptionList<? extends BillingRecordInstruction> BillingInstruction.BillingInstructionImpl.getBillingRecordInstruction()List<? extends BillingRecordInstruction> BillingInstruction.getBillingRecordInstruction()Instructions for creating the billing records contained within the invoicedefault Class<? extends BillingRecordInstruction> BillingRecordInstruction.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends BillingRecordInstruction> BillingRecordInstruction.metaData()Utility MethodsMethods in cdm.event.common with parameters of type BillingRecordInstructionModifier and TypeMethodDescriptionBillingInstruction.BillingInstructionBuilder.addBillingRecordInstruction(BillingRecordInstruction billingRecordInstruction) BillingInstruction.BillingInstructionBuilder.addBillingRecordInstruction(BillingRecordInstruction billingRecordInstruction, int idx) BillingInstruction.BillingInstructionBuilderImpl.addBillingRecordInstruction(BillingRecordInstruction _billingRecordInstruction) BillingInstruction.BillingInstructionBuilderImpl.addBillingRecordInstruction(BillingRecordInstruction _billingRecordInstruction, int idx) Method parameters in cdm.event.common with type arguments of type BillingRecordInstructionModifier and TypeMethodDescriptionBillingInstruction.BillingInstructionBuilder.addBillingRecordInstruction(List<? extends BillingRecordInstruction> billingRecordInstruction) BillingInstruction.BillingInstructionBuilderImpl.addBillingRecordInstruction(List<? extends BillingRecordInstruction> billingRecordInstructions) BillingInstruction.BillingInstructionBuilder.setBillingRecordInstruction(List<? extends BillingRecordInstruction> billingRecordInstruction) BillingInstruction.BillingInstructionBuilderImpl.setBillingRecordInstruction(List<? extends BillingRecordInstruction> billingRecordInstructions) -
Uses of BillingRecordInstruction in cdm.event.common.functions
Methods in cdm.event.common.functions with parameters of type BillingRecordInstructionModifier and TypeMethodDescriptionprotected BillingRecord.BillingRecordBuilderCreate_BillingRecord.Create_BillingRecordDefault.assignOutput(BillingRecord.BillingRecordBuilder billingRecord, BillingRecordInstruction billingInstruction) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends Transfer> Create_BillingRecord.billingAmount(BillingRecordInstruction billingInstruction) protected com.rosetta.model.lib.mapper.MapperS<? extends Transfer> Create_BillingRecord.Create_BillingRecordDefault.billingAmount(BillingRecordInstruction billingInstruction) protected BillingRecord.BillingRecordBuilderCreate_BillingRecord.Create_BillingRecordDefault.doEvaluate(BillingRecordInstruction billingInstruction) protected abstract BillingRecord.BillingRecordBuilderCreate_BillingRecord.doEvaluate(BillingRecordInstruction billingInstruction) Create_BillingRecord.evaluate(BillingRecordInstruction billingInstruction) protected com.rosetta.model.lib.mapper.MapperS<? extends TradeState> Create_BillingRecord.Create_BillingRecordDefault.tradeState(BillingRecordInstruction billingInstruction) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends TradeState> Create_BillingRecord.tradeState(BillingRecordInstruction billingInstruction) Method parameters in cdm.event.common.functions with type arguments of type BillingRecordInstructionModifier and TypeMethodDescriptionprotected List<BillingRecord.BillingRecordBuilder> Create_BillingRecords.Create_BillingRecordsDefault.doEvaluate(List<? extends BillingRecordInstruction> billingInstruction) protected abstract List<BillingRecord.BillingRecordBuilder> Create_BillingRecords.doEvaluate(List<? extends BillingRecordInstruction> billingInstruction) List<? extends BillingRecord> Create_BillingRecords.evaluate(List<? extends BillingRecordInstruction> billingInstruction) -
Uses of BillingRecordInstruction in cdm.event.common.meta
Methods in cdm.event.common.meta that return types with arguments of type BillingRecordInstructionModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super BillingRecordInstruction>> BillingRecordInstructionMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super BillingRecordInstruction, com.rosetta.model.lib.qualify.QualifyResult>> BillingRecordInstructionMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super BillingRecordInstruction, Set<String>> BillingRecordInstructionMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super BillingRecordInstruction> BillingRecordInstructionMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super BillingRecordInstruction> BillingRecordInstructionMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super BillingRecordInstruction> BillingRecordInstructionMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super BillingRecordInstruction> BillingRecordInstructionMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of BillingRecordInstruction in cdm.event.common.validation
Methods in cdm.event.common.validation with parameters of type BillingRecordInstructionModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> BillingRecordInstructionTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, BillingRecordInstruction o) List<com.rosetta.model.lib.validation.ValidationResult<?>> BillingRecordInstructionValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, BillingRecordInstruction o) -
Uses of BillingRecordInstruction in cdm.event.common.validation.exists
Methods in cdm.event.common.validation.exists with type parameters of type BillingRecordInstructionModifier and TypeMethodDescription<T2 extends BillingRecordInstruction>
com.rosetta.model.lib.validation.ValidationResult<BillingRecordInstruction> BillingRecordInstructionOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.event.common.validation.exists that return types with arguments of type BillingRecordInstructionModifier and TypeMethodDescription<T2 extends BillingRecordInstruction>
com.rosetta.model.lib.validation.ValidationResult<BillingRecordInstruction> BillingRecordInstructionOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of BillingRecordInstruction in cdm.observable.event.functions
Methods in cdm.observable.event.functions with parameters of type BillingRecordInstructionModifier and TypeMethodDescriptionprotected abstract com.rosetta.model.lib.mapper.MapperS<? extends AssetPayout> Create_AssetPayoutTradeStateWithObservations.assetPayout(BillingRecordInstruction billingInstruction) protected com.rosetta.model.lib.mapper.MapperS<? extends AssetPayout> Create_AssetPayoutTradeStateWithObservations.Create_AssetPayoutTradeStateWithObservationsDefault.assetPayout(BillingRecordInstruction billingInstruction) protected TradeState.TradeStateBuilderCreate_AssetPayoutTradeStateWithObservations.Create_AssetPayoutTradeStateWithObservationsDefault.assignOutput(TradeState.TradeStateBuilder tradeState, BillingRecordInstruction billingInstruction) protected com.rosetta.model.lib.mapper.MapperS<com.rosetta.model.lib.records.Date> Create_AssetPayoutTradeStateWithObservations.Create_AssetPayoutTradeStateWithObservationsDefault.date(BillingRecordInstruction billingInstruction) protected abstract com.rosetta.model.lib.mapper.MapperS<com.rosetta.model.lib.records.Date> Create_AssetPayoutTradeStateWithObservations.date(BillingRecordInstruction billingInstruction) protected TradeState.TradeStateBuilderCreate_AssetPayoutTradeStateWithObservations.Create_AssetPayoutTradeStateWithObservationsDefault.doEvaluate(BillingRecordInstruction billingInstruction) protected abstract TradeState.TradeStateBuilderCreate_AssetPayoutTradeStateWithObservations.doEvaluate(BillingRecordInstruction billingInstruction) Create_AssetPayoutTradeStateWithObservations.evaluate(BillingRecordInstruction billingInstruction)