Uses of Interface
cdm.product.template.SchedulePeriod
Packages that use SchedulePeriod
Package
Description
Template feature concepts to define payouts.
-
Uses of SchedulePeriod in cdm.product.template
Subinterfaces of SchedulePeriod in cdm.product.templateModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.template that implement SchedulePeriodModifier and TypeClassDescriptionstatic classBuilder Implementation of SchedulePeriodstatic classImmutable Implementation of SchedulePeriodMethods in cdm.product.template that return SchedulePeriodModifier and TypeMethodDescriptionSchedulePeriod.build()Build MethodsSchedulePeriod.SchedulePeriodBuilderImpl.build()SchedulePeriod.SchedulePeriodImpl.build()Methods in cdm.product.template that return types with arguments of type SchedulePeriodModifier and TypeMethodDescriptionList<? extends SchedulePeriod> CalculationSchedule.CalculationScheduleImpl.getSchedulePeriod()List<? extends SchedulePeriod> CalculationSchedule.getSchedulePeriod()Defines a period of a calculation schedule structure.default Class<? extends SchedulePeriod> SchedulePeriod.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends SchedulePeriod> SchedulePeriod.metaData()Utility MethodsMethods in cdm.product.template with parameters of type SchedulePeriodModifier and TypeMethodDescriptionCalculationSchedule.CalculationScheduleBuilder.addSchedulePeriod(SchedulePeriod schedulePeriod) CalculationSchedule.CalculationScheduleBuilder.addSchedulePeriod(SchedulePeriod schedulePeriod, int idx) CalculationSchedule.CalculationScheduleBuilderImpl.addSchedulePeriod(SchedulePeriod _schedulePeriod) CalculationSchedule.CalculationScheduleBuilderImpl.addSchedulePeriod(SchedulePeriod _schedulePeriod, int idx) Method parameters in cdm.product.template with type arguments of type SchedulePeriodModifier and TypeMethodDescriptionCalculationSchedule.CalculationScheduleBuilder.addSchedulePeriod(List<? extends SchedulePeriod> schedulePeriod) CalculationSchedule.CalculationScheduleBuilderImpl.addSchedulePeriod(List<? extends SchedulePeriod> schedulePeriods) CalculationSchedule.CalculationScheduleBuilder.setSchedulePeriod(List<? extends SchedulePeriod> schedulePeriod) CalculationSchedule.CalculationScheduleBuilderImpl.setSchedulePeriod(List<? extends SchedulePeriod> schedulePeriods) -
Uses of SchedulePeriod in cdm.product.template.meta
Methods in cdm.product.template.meta that return types with arguments of type SchedulePeriodModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super SchedulePeriod>> SchedulePeriodMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super SchedulePeriod, com.rosetta.model.lib.qualify.QualifyResult>> SchedulePeriodMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super SchedulePeriod, Set<String>> SchedulePeriodMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super SchedulePeriod> SchedulePeriodMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super SchedulePeriod> SchedulePeriodMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super SchedulePeriod> SchedulePeriodMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super SchedulePeriod> SchedulePeriodMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of SchedulePeriod in cdm.product.template.validation
Methods in cdm.product.template.validation with parameters of type SchedulePeriodModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> SchedulePeriodTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, SchedulePeriod o) List<com.rosetta.model.lib.validation.ValidationResult<?>> SchedulePeriodValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, SchedulePeriod o) -
Uses of SchedulePeriod in cdm.product.template.validation.exists
Methods in cdm.product.template.validation.exists with type parameters of type SchedulePeriodModifier and TypeMethodDescription<T2 extends SchedulePeriod>
com.rosetta.model.lib.validation.ValidationResult<SchedulePeriod> SchedulePeriodOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.template.validation.exists that return types with arguments of type SchedulePeriodModifier and TypeMethodDescription<T2 extends SchedulePeriod>
com.rosetta.model.lib.validation.ValidationResult<SchedulePeriod> SchedulePeriodOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)