Uses of Interface
cdm.base.datetime.AdjustedRelativeDateOffset
Packages that use AdjustedRelativeDateOffset
Package
Description
Basic date and time concepts: relative date, date range, offset, business centre etc.
-
Uses of AdjustedRelativeDateOffset in cdm.base.datetime
Subinterfaces of AdjustedRelativeDateOffset in cdm.base.datetimeModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.base.datetime that implement AdjustedRelativeDateOffsetModifier and TypeClassDescriptionstatic classBuilder Implementation of AdjustedRelativeDateOffsetstatic classImmutable Implementation of AdjustedRelativeDateOffsetMethods in cdm.base.datetime that return AdjustedRelativeDateOffsetModifier and TypeMethodDescriptionAdjustedRelativeDateOffset.AdjustedRelativeDateOffsetBuilderImpl.build()AdjustedRelativeDateOffset.AdjustedRelativeDateOffsetImpl.build()AdjustedRelativeDateOffset.build()Build MethodsAdjustableOrRelativeDate.AdjustableOrRelativeDateImpl.getRelativeDate()AdjustableOrRelativeDate.getRelativeDate()A date specified as some offset to another date (the anchor date).Methods in cdm.base.datetime that return types with arguments of type AdjustedRelativeDateOffsetModifier and TypeMethodDescriptiondefault Class<? extends AdjustedRelativeDateOffset> AdjustedRelativeDateOffset.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends AdjustedRelativeDateOffset> AdjustedRelativeDateOffset.metaData()Utility MethodsMethods in cdm.base.datetime with parameters of type AdjustedRelativeDateOffsetModifier and TypeMethodDescriptionAdjustableOrRelativeDate.AdjustableOrRelativeDateBuilder.setRelativeDate(AdjustedRelativeDateOffset relativeDate) AdjustableOrRelativeDate.AdjustableOrRelativeDateBuilderImpl.setRelativeDate(AdjustedRelativeDateOffset _relativeDate) -
Uses of AdjustedRelativeDateOffset in cdm.base.datetime.functions
Methods in cdm.base.datetime.functions that return types with arguments of type AdjustedRelativeDateOffsetModifier and TypeMethodDescriptionprotected com.rosetta.model.lib.mapper.MapperS<? extends AdjustedRelativeDateOffset> ConvertToAdjustableOrAdjustedOrRelativeDate.ConvertToAdjustableOrAdjustedOrRelativeDateDefault.relativeDate(AdjustableOrRelativeDate adjustableOrRelativeDate) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends AdjustedRelativeDateOffset> ConvertToAdjustableOrAdjustedOrRelativeDate.relativeDate(AdjustableOrRelativeDate adjustableOrRelativeDate) -
Uses of AdjustedRelativeDateOffset in cdm.base.datetime.meta
Methods in cdm.base.datetime.meta that return types with arguments of type AdjustedRelativeDateOffsetModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super AdjustedRelativeDateOffset>> AdjustedRelativeDateOffsetMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super AdjustedRelativeDateOffset, com.rosetta.model.lib.qualify.QualifyResult>> AdjustedRelativeDateOffsetMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super AdjustedRelativeDateOffset, Set<String>> AdjustedRelativeDateOffsetMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super AdjustedRelativeDateOffset> AdjustedRelativeDateOffsetMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super AdjustedRelativeDateOffset> AdjustedRelativeDateOffsetMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super AdjustedRelativeDateOffset> AdjustedRelativeDateOffsetMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super AdjustedRelativeDateOffset> AdjustedRelativeDateOffsetMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of AdjustedRelativeDateOffset in cdm.base.datetime.validation
Methods in cdm.base.datetime.validation with parameters of type AdjustedRelativeDateOffsetModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> AdjustedRelativeDateOffsetTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AdjustedRelativeDateOffset o) List<com.rosetta.model.lib.validation.ValidationResult<?>> AdjustedRelativeDateOffsetValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AdjustedRelativeDateOffset o) -
Uses of AdjustedRelativeDateOffset in cdm.base.datetime.validation.exists
Methods in cdm.base.datetime.validation.exists with type parameters of type AdjustedRelativeDateOffsetModifier and TypeMethodDescription<T2 extends AdjustedRelativeDateOffset>
com.rosetta.model.lib.validation.ValidationResult<AdjustedRelativeDateOffset> AdjustedRelativeDateOffsetOnlyExistsValidator.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 AdjustedRelativeDateOffsetModifier and TypeMethodDescription<T2 extends AdjustedRelativeDateOffset>
com.rosetta.model.lib.validation.ValidationResult<AdjustedRelativeDateOffset> AdjustedRelativeDateOffsetOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of AdjustedRelativeDateOffset in cdm.product.common.schedule.functions
Methods in cdm.product.common.schedule.functions with parameters of type AdjustedRelativeDateOffsetModifier and TypeMethodDescriptionstatic com.rosetta.model.lib.records.DateAdjustableDateUtils.adjustDate(AdjustedRelativeDateOffset relativeDate)