Uses of Interface
cdm.base.datetime.PeriodRange
Packages that use PeriodRange
Package
Description
Basic date and time concepts: relative date, date range, offset, business centre etc.
-
Uses of PeriodRange in cdm.base.datetime
Subinterfaces of PeriodRange in cdm.base.datetimeModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.base.datetime that implement PeriodRangeModifier and TypeClassDescriptionstatic classBuilder Implementation of PeriodRangestatic classImmutable Implementation of PeriodRangeMethods in cdm.base.datetime that return PeriodRangeModifier and TypeMethodDescriptionPeriodRange.build()Build MethodsPeriodRange.PeriodRangeBuilderImpl.build()PeriodRange.PeriodRangeImpl.build()Methods in cdm.base.datetime that return types with arguments of type PeriodRangeModifier and TypeMethodDescriptiondefault Class<? extends PeriodRange> PeriodRange.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends PeriodRange> PeriodRange.metaData()Utility Methods -
Uses of PeriodRange in cdm.base.datetime.meta
Methods in cdm.base.datetime.meta that return types with arguments of type PeriodRangeModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super PeriodRange>> PeriodRangeMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super PeriodRange, com.rosetta.model.lib.qualify.QualifyResult>> PeriodRangeMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super PeriodRange, Set<String>> PeriodRangeMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super PeriodRange> PeriodRangeMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super PeriodRange> PeriodRangeMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super PeriodRange> PeriodRangeMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super PeriodRange> PeriodRangeMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of PeriodRange in cdm.base.datetime.validation
Methods in cdm.base.datetime.validation with parameters of type PeriodRangeModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> PeriodRangeTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, PeriodRange o) List<com.rosetta.model.lib.validation.ValidationResult<?>> PeriodRangeValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, PeriodRange o) -
Uses of PeriodRange in cdm.base.datetime.validation.datarule
Methods in cdm.base.datetime.validation.datarule with parameters of type PeriodRangeModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> PeriodRangeAtLeastOneOf.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, PeriodRange periodRange) List<com.rosetta.model.lib.validation.ValidationResult<?>> PeriodRangeAtLeastOneOf.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, PeriodRange periodRange) -
Uses of PeriodRange in cdm.base.datetime.validation.exists
Methods in cdm.base.datetime.validation.exists with type parameters of type PeriodRangeModifier and TypeMethodDescription<T2 extends PeriodRange>
com.rosetta.model.lib.validation.ValidationResult<PeriodRange> PeriodRangeOnlyExistsValidator.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 PeriodRangeModifier and TypeMethodDescription<T2 extends PeriodRange>
com.rosetta.model.lib.validation.ValidationResult<PeriodRange> PeriodRangeOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of PeriodRange in cdm.product.collateral
Methods in cdm.product.collateral that return PeriodRangeModifier and TypeMethodDescriptionAssetCriteria.AssetCriteriaImpl.getMaturityRange()AssetCriteria.getMaturityRange()Represents a filter based on the underlying asset maturity.Methods in cdm.product.collateral with parameters of type PeriodRangeModifier and TypeMethodDescriptionAssetCriteria.AssetCriteriaBuilder.setMaturityRange(PeriodRange maturityRange) AssetCriteria.AssetCriteriaBuilderImpl.setMaturityRange(PeriodRange _maturityRange) -
Uses of PeriodRange in cdm.product.collateral.functions
Methods in cdm.product.collateral.functions with parameters of type PeriodRangeModifier and TypeMethodDescriptionprotected BooleanCheckMaturity.CheckMaturityDefault.assignOutput(Boolean isEqual, PeriodRange maturityRange, EligibilityQuery query) protected BooleanCheckMaturity.CheckMaturityDefault.doEvaluate(PeriodRange maturityRange, EligibilityQuery query) protected abstract BooleanCheckMaturity.doEvaluate(PeriodRange maturityRange, EligibilityQuery query) CheckMaturity.evaluate(PeriodRange maturityRange, EligibilityQuery query) protected com.rosetta.model.lib.mapper.MapperS<Boolean> CheckMaturity.CheckMaturityDefault.lowerBoundCheck(PeriodRange maturityRange, EligibilityQuery query) protected abstract com.rosetta.model.lib.mapper.MapperS<Boolean> CheckMaturity.lowerBoundCheck(PeriodRange maturityRange, EligibilityQuery query) protected com.rosetta.model.lib.mapper.MapperS<Boolean> CheckMaturity.CheckMaturityDefault.upperBoundCheck(PeriodRange maturityRange, EligibilityQuery query) protected abstract com.rosetta.model.lib.mapper.MapperS<Boolean> CheckMaturity.upperBoundCheck(PeriodRange maturityRange, EligibilityQuery query)