Package | Description |
---|---|
net.objectlab.kit.datecalc.common |
This package provides functionalities that are used by both JDK and Joda implementation,
it is not released alone but included in the datecalc-jdk, datecalc-jdk8 or datecalc-joda JARs.
|
net.objectlab.kit.datecalc.common.ccy |
This package implements the abstract CurrencyDateCalculator interfaces; it is not released alone but included in the datecalc-jdk, datecalc-jdk8 or datecalc-joda JARs.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BaseCalculator<E> |
interface |
DateCalculator<E>
A DateCalculator is a lightweight container with an optional reference to a
set of holidays, a WorkingWeek (Mon-Fri by default), a startDate and a
current business date.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDateCalculator<E extends Serializable>
Abstract implementation in order to encapsulate all the common functionality
between Jdk and Joda implementations.
|
Modifier and Type | Method and Description |
---|---|
E |
HolidayHandler.adjustDate(E startDate,
int increment,
NonWorkingDayChecker<E> checker)
For a given date, adjust it if required but using the logic across Month/etc for calc
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCurrencyDateCalculator<E extends Serializable>
Abstract Currency calculator implementation in order to encapsulate all the common functionality
between Jdk/Jdk8 and Joda implementations.
|
Copyright © 2006–2022 Appendium - Portfolio Financing Platform. All rights reserved.