Uses of Interface
cdm.base.datetime.BusinessDateRange
Packages that use BusinessDateRange
Package
Description
Basic date and time concepts: relative date, date range, offset, business centre etc.
Common product settlement concepts: cash vs physical, non-deliverable, money and cashflow, delivery vs payment.
-
Uses of BusinessDateRange in cdm.base.datetime
Subinterfaces of BusinessDateRange in cdm.base.datetimeModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.base.datetime that implement BusinessDateRangeModifier and TypeClassDescriptionstatic classBuilder Implementation of BusinessDateRangestatic classImmutable Implementation of BusinessDateRangeMethods in cdm.base.datetime that return BusinessDateRangeModifier and TypeMethodDescriptionBusinessDateRange.build()Build MethodsBusinessDateRange.BusinessDateRangeBuilderImpl.build()BusinessDateRange.BusinessDateRangeImpl.build()Methods in cdm.base.datetime that return types with arguments of type BusinessDateRangeModifier and TypeMethodDescriptiondefault Class<? extends BusinessDateRange> BusinessDateRange.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends BusinessDateRange> BusinessDateRange.metaData()Utility Methods -
Uses of BusinessDateRange in cdm.base.datetime.meta
Methods in cdm.base.datetime.meta that return types with arguments of type BusinessDateRangeModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super BusinessDateRange>> BusinessDateRangeMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super BusinessDateRange, com.rosetta.model.lib.qualify.QualifyResult>> BusinessDateRangeMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super BusinessDateRange, Set<String>> BusinessDateRangeMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super BusinessDateRange> BusinessDateRangeMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super BusinessDateRange> BusinessDateRangeMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super BusinessDateRange> BusinessDateRangeMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super BusinessDateRange> BusinessDateRangeMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of BusinessDateRange in cdm.base.datetime.validation
Methods in cdm.base.datetime.validation with parameters of type BusinessDateRangeModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> BusinessDateRangeTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, BusinessDateRange o) List<com.rosetta.model.lib.validation.ValidationResult<?>> BusinessDateRangeValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, BusinessDateRange o) -
Uses of BusinessDateRange in cdm.base.datetime.validation.exists
Methods in cdm.base.datetime.validation.exists with type parameters of type BusinessDateRangeModifier and TypeMethodDescription<T2 extends BusinessDateRange>
com.rosetta.model.lib.validation.ValidationResult<BusinessDateRange> BusinessDateRangeOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.base.datetime.validation.exists that return types with arguments of type BusinessDateRangeModifier and TypeMethodDescription<T2 extends BusinessDateRange>
com.rosetta.model.lib.validation.ValidationResult<BusinessDateRange> BusinessDateRangeOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of BusinessDateRange in cdm.product.common.settlement
Methods in cdm.product.common.settlement that return BusinessDateRangeModifier and TypeMethodDescriptionSettlementDate.getBusinessDateRange()A range of contiguous business days.SettlementDate.SettlementDateImpl.getBusinessDateRange()Methods in cdm.product.common.settlement with parameters of type BusinessDateRangeModifier and TypeMethodDescriptionSettlementDate.SettlementDateBuilder.setBusinessDateRange(BusinessDateRange businessDateRange) SettlementDate.SettlementDateBuilderImpl.setBusinessDateRange(BusinessDateRange _businessDateRange)