Uses of Interface
cdm.base.datetime.DateTimeList.DateTimeListBuilder
Packages that use DateTimeList.DateTimeListBuilder
Package
Description
Basic date and time concepts: relative date, date range, offset, business centre etc.
Common product schedule concepts: calculation period, reset, fixing and payment dates, stub, notional schedule, roll convention.
-
Uses of DateTimeList.DateTimeListBuilder in cdm.base.datetime
Classes in cdm.base.datetime that implement DateTimeList.DateTimeListBuilderModifier and TypeClassDescriptionstatic classBuilder Implementation of DateTimeListMethods in cdm.base.datetime that return DateTimeList.DateTimeListBuilderModifier and TypeMethodDescriptionDateTimeList.DateTimeListBuilder.addDateTime(ZonedDateTime dateTime) DateTimeList.DateTimeListBuilder.addDateTime(ZonedDateTime dateTime, int idx) DateTimeList.DateTimeListBuilder.addDateTime(List<ZonedDateTime> dateTime) DateTimeList.DateTimeListBuilderImpl.addDateTime(ZonedDateTime _dateTime) DateTimeList.DateTimeListBuilderImpl.addDateTime(ZonedDateTime _dateTime, int idx) DateTimeList.DateTimeListBuilderImpl.addDateTime(List<ZonedDateTime> dateTimes) DateTimeList.builder()DateTimeList.DateTimeListBuilderImpl.merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) DateTimeList.DateTimeListBuilder.prune()DateTimeList.DateTimeListBuilderImpl.prune()DateTimeList.DateTimeListBuilder.setDateTime(List<ZonedDateTime> dateTime) DateTimeList.DateTimeListBuilderImpl.setDateTime(List<ZonedDateTime> dateTimes) DateTimeList.DateTimeListBuilderImpl.toBuilder()DateTimeList.DateTimeListImpl.toBuilder()DateTimeList.toBuilder()Methods in cdm.base.datetime with parameters of type DateTimeList.DateTimeListBuilderModifier and TypeMethodDescriptionprotected voidDateTimeList.DateTimeListImpl.setBuilderFields(DateTimeList.DateTimeListBuilder builder) Constructors in cdm.base.datetime with parameters of type DateTimeList.DateTimeListBuilderModifierConstructorDescriptionprotected -
Uses of DateTimeList.DateTimeListBuilder in cdm.product.common.schedule
Fields in cdm.product.common.schedule declared as DateTimeList.DateTimeListBuilderModifier and TypeFieldDescriptionprotected DateTimeList.DateTimeListBuilderAveragingPeriod.AveragingPeriodBuilderImpl.averagingDateTimesMethods in cdm.product.common.schedule that return DateTimeList.DateTimeListBuilderModifier and TypeMethodDescriptionAveragingPeriod.AveragingPeriodBuilder.getAveragingDateTimes()AveragingPeriod.AveragingPeriodBuilderImpl.getAveragingDateTimes()AveragingPeriod.AveragingPeriodBuilder.getOrCreateAveragingDateTimes()AveragingPeriod.AveragingPeriodBuilderImpl.getOrCreateAveragingDateTimes()