Package net.objectlab.kit.datecalc.joda

This package implements the DateCalculator interfaces using Joda-time See Joda-time

See:
          Description

Class Summary
HolidayHandlerYearMonthDayWrapper A Wrapper to handle any HolidayHandler types via a HolidayHandler delegate
JodaExcelDateUtil Convert Excel Date to LocalDate, YearMonthDay or DateTime.
JodaWorkingWeek Immutable class representing a WorkingWeek for the Joda implementation.
LocalDateBackwardHandler A backward handler will move the date backward if it falls on a non working day.
LocalDateCalculator This class is used via the DateCalculator interface, it enables the handling of different HolidayHandler, if no HolidayHandler is defined, the calendar will NOT move a date, even if it falls on a holiday or weekend.
LocalDateForwardHandler A Forward handler will move the date forward if it falls on a non working day.
LocalDateIMMDateCalculator Joda LocalDate based implementation of the IMMDateCalculator.
LocalDateKitCalculatorsFactory The default factory for getting Joda LocalDate based calculators.
LocalDateModifiedFollowingHandler A modified following handler will move the date forward if it falls on a non working day BUT, if the new date falls into another month, it will revert to moving backward until it finds a working day.
LocalDateModifiedPreceedingHandler A modified preceeding handler will move the date backward if it falls on a non working day BUT, if the new date falls into another month, it will revert to moving forward until it finds a working day.
LocalDatePeriodCountCalculator Joda LocalDatePeriod based implementation of the PeriodCountCalculator.
YearMonthDayBackwardHandler A backward handler will move the date backward if it falls on a non working day.
YearMonthDayDateCalculator This class is used via the DateCalculator interface, it enables the handling of different HolidayHandler, if no HolidayHandler is defined, the calendar will NOT move a date, even if it falls on a holiday or weekend.
YearMonthDayForwardHandler A Forward handler will move the date forward if it falls on a non working day.
YearMonthDayIMMDateCalculator Joda YearMonthDay based implementation of the IMMDateCalculator
YearMonthDayKitCalculatorsFactory The default factory for getting Joda YearMonthDay based calculators.
YearMonthDayModifiedFollowingHandler A modified following handler will move the date forward if it falls on a non working day BUT, if the new date falls into another month, it will revert to moving backward until it finds a working day.
YearMonthDayModifiedPreceedingHandler A modified preceeding handler will move the date backward if it falls on a non working day BUT, if the new date falls into another month, it will revert to moving forward until it finds a working day.
YearMonthDayPeriodCountCalculator Joda YearMonthDay based implementation of the PeriodCountCalculator.
 

Package net.objectlab.kit.datecalc.joda Description

This package implements the DateCalculator interfaces using Joda-time See Joda-time