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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractKitCalculatorsFactory<E extends Serializable>
Base class for all calculator factories, it handles the holiday registration.
|
Modifier and Type | Method and Description |
---|---|
KitCalculatorsFactory<E> |
AbstractKitCalculatorsFactory.registerHolidays(String name,
HolidayCalendar<E> holidaysCalendar)
Use this method to register a given calendar, it will replace any
existing one with the same name.
|
KitCalculatorsFactory<E> |
KitCalculatorsFactory.registerHolidays(String calendarName,
HolidayCalendar<E> holidaysCalendar)
Use this method to register a holidays calendar.
|
KitCalculatorsFactory<E> |
AbstractKitCalculatorsFactory.unregisterAllHolidayCalendars()
unregister all holiday calendars;
|
KitCalculatorsFactory<E> |
KitCalculatorsFactory.unregisterAllHolidayCalendars()
unregister all holiday calendars;
|
KitCalculatorsFactory<E> |
AbstractKitCalculatorsFactory.unregisterHolidayCalendar(String calendarName)
Unregister a given holiday calendar
|
KitCalculatorsFactory<E> |
KitCalculatorsFactory.unregisterHolidayCalendar(String calendarName)
Unregister a given holiday calendar
|
Copyright © 2006–2022 Appendium - Portfolio Financing Platform. All rights reserved.