- LocalDateBackwardHandler - Class in net.objectlab.kit.datecalc.jdk8
-
A backward handler will move the date backward if it falls on a non working
day.
- LocalDateBackwardHandler() - Constructor for class net.objectlab.kit.datecalc.jdk8.LocalDateBackwardHandler
-
- LocalDateCalculator - Class in net.objectlab.kit.datecalc.jdk8
-
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.
- LocalDateCalculator() - Constructor for class net.objectlab.kit.datecalc.jdk8.LocalDateCalculator
-
- LocalDateCalculator(String, LocalDate, HolidayCalendar<LocalDate>, HolidayHandler<LocalDate>) - Constructor for class net.objectlab.kit.datecalc.jdk8.LocalDateCalculator
-
- LocalDateCurrencyDateCalculator - Class in net.objectlab.kit.datecalc.jdk8
-
JDK8 Date implementation for currency date calculator.
- LocalDateCurrencyDateCalculator(CurrencyDateCalculatorBuilder<LocalDate>) - Constructor for class net.objectlab.kit.datecalc.jdk8.LocalDateCurrencyDateCalculator
-
- LocalDateForwardHandler - Class in net.objectlab.kit.datecalc.jdk8
-
A Forward handler will move the date forward if it falls on a non working
day.
- LocalDateForwardHandler() - Constructor for class net.objectlab.kit.datecalc.jdk8.LocalDateForwardHandler
-
- LocalDateForwardUnlessNegativeHandler - Class in net.objectlab.kit.datecalc.jdk8
-
A Forward handler will move the date forward if it falls on a non working
day.
- LocalDateForwardUnlessNegativeHandler() - Constructor for class net.objectlab.kit.datecalc.jdk8.LocalDateForwardUnlessNegativeHandler
-
- LocalDateIMMDateCalculator - Class in net.objectlab.kit.datecalc.jdk8
-
Joda LocalDate based implementation of the
IMMDateCalculator.
- LocalDateIMMDateCalculator() - Constructor for class net.objectlab.kit.datecalc.jdk8.LocalDateIMMDateCalculator
-
- LocalDateKitCalculatorsFactory - Class in net.objectlab.kit.datecalc.jdk8
-
The default factory for getting Joda LocalDate based
calculators.
- LocalDateKitCalculatorsFactory() - Constructor for class net.objectlab.kit.datecalc.jdk8.LocalDateKitCalculatorsFactory
-
- LocalDateModifiedFollowingHandler - Class in net.objectlab.kit.datecalc.jdk8
-
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.
- LocalDateModifiedFollowingHandler() - Constructor for class net.objectlab.kit.datecalc.jdk8.LocalDateModifiedFollowingHandler
-
- LocalDateModifiedPrecedingHandler - Class in net.objectlab.kit.datecalc.jdk8
-
A modified preceding 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.
- LocalDateModifiedPrecedingHandler() - Constructor for class net.objectlab.kit.datecalc.jdk8.LocalDateModifiedPrecedingHandler
-
- LocalDatePeriodCountCalculator - Class in net.objectlab.kit.datecalc.jdk8
-
Joda LocalDatePeriod based implementation of the
PeriodCountCalculator.
- LocalDatePeriodCountCalculator() - Constructor for class net.objectlab.kit.datecalc.jdk8.LocalDatePeriodCountCalculator
-