Uses of Interface
net.objectlab.kit.datecalc.common.HolidayCalendar

Uses of HolidayCalendar in net.objectlab.kit.datecalc.common
 

Classes in net.objectlab.kit.datecalc.common that implement HolidayCalendar
 class DefaultHolidayCalendar<E>
           
 class ImmutableHolidayCalendar<E>
          This is an immutable holiday calendar, once given to a DateCalculator, a HolidayCalendar cannot be modified, it will throw UnsupportedOperationException.
 

Methods in net.objectlab.kit.datecalc.common that return HolidayCalendar
 HolidayCalendar<E> AbstractDateCalculator.getHolidayCalendar()
           
 HolidayCalendar<E> DateCalculator.getHolidayCalendar()
          Returns an immutable version of the HolidayCalendar.
 HolidayCalendar<E> AbstractKitCalculatorsFactory.getHolidayCalendar(String name)
           
 HolidayCalendar<E> KitCalculatorsFactory.getHolidayCalendar(String calendarName)
           
static HolidayCalendar<Calendar> Utils.toHolidayCalendarSet(HolidayCalendar<Date> dates)
          Converts a Set of Date objects to a Set of Calendar objects.
 

Methods in net.objectlab.kit.datecalc.common with parameters of type HolidayCalendar
protected abstract  DateCalculator<E> AbstractDateCalculator.createNewCalculator(String calcName, E theStartDate, HolidayCalendar<E> holidays, HolidayHandler<E> handler)
           
 void 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.
 void KitCalculatorsFactory.registerHolidays(String calendarName, HolidayCalendar<E> holidaysCalendar)
          Use this method to register a holidays calendar.
 void AbstractDateCalculator.setHolidayCalendar(HolidayCalendar<E> calendar)
           
 void DateCalculator.setHolidayCalendar(HolidayCalendar<E> calendar)
          This is typically used at the construction of a DateCalculator to give a reference to a Holiday Calendar, if not the case, the calculator will make an immutable copy of the HolidayCalendar.
static HolidayCalendar<Calendar> Utils.toHolidayCalendarSet(HolidayCalendar<Date> dates)
          Converts a Set of Date objects to a Set of Calendar objects.
 

Constructors in net.objectlab.kit.datecalc.common with parameters of type HolidayCalendar
AbstractDateCalculator(String name, HolidayCalendar<E> holidayCalendar, HolidayHandler<E> holidayHandler)
           
ImmutableHolidayCalendar(HolidayCalendar<E> delegate)
           
 



Copyright © 2006-2010 Appendium - Portfolio Financing Platform. All Rights Reserved.