C D G H I J L M N S W Y

C

checkBoundary(LocalDate) - Method in class net.objectlab.kit.datecalc.joda.LocalDateCalculator
 
checkBoundary(YearMonthDay) - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayDateCalculator
 
clone(LocalDate) - Method in class net.objectlab.kit.datecalc.joda.LocalDateCalculator
 
clone(YearMonthDay) - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayDateCalculator
 
compareDate(LocalDate, LocalDate, boolean) - Method in class net.objectlab.kit.datecalc.joda.LocalDateCalculator
 
compareDate(YearMonthDay, YearMonthDay, boolean) - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayDateCalculator
 
createNewCalculator(String, LocalDate, HolidayCalendar<LocalDate>, HolidayHandler<LocalDate>) - Method in class net.objectlab.kit.datecalc.joda.LocalDateCalculator
 
createNewCalculator(String, YearMonthDay, HolidayCalendar<YearMonthDay>, HolidayHandler<YearMonthDay>) - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayDateCalculator
 

D

dayDiff(LocalDate, LocalDate, PeriodCountBasis) - Method in class net.objectlab.kit.datecalc.joda.LocalDatePeriodCountCalculator
 
dayDiff(YearMonthDay, YearMonthDay, PeriodCountBasis) - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayPeriodCountCalculator
 
DAYS_IN_WEEK - Static variable in class net.objectlab.kit.datecalc.joda.LocalDateIMMDateCalculator
 
DEFAULT - Static variable in class net.objectlab.kit.datecalc.joda.JodaWorkingWeek
 

G

getDateCalculator(String, String) - Method in class net.objectlab.kit.datecalc.joda.LocalDateKitCalculatorsFactory
Create a new DateCalculator for a given name and type of handling.
getDateCalculator(String, String) - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayKitCalculatorsFactory
Create a new DateCalculator for a given name and type of handling.
getDateTime(double, boolean) - Static method in class net.objectlab.kit.datecalc.joda.JodaExcelDateUtil
 
getDefaultInstance() - Static method in class net.objectlab.kit.datecalc.joda.LocalDateKitCalculatorsFactory
 
getDefaultInstance() - Static method in class net.objectlab.kit.datecalc.joda.YearMonthDayKitCalculatorsFactory
 
getIMMDateCalculator() - Method in class net.objectlab.kit.datecalc.joda.LocalDateKitCalculatorsFactory
 
getIMMDateCalculator() - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayKitCalculatorsFactory
 
getIMMDates(LocalDate, LocalDate, IMMPeriod) - Method in class net.objectlab.kit.datecalc.joda.LocalDateIMMDateCalculator
Returns a list of IMM dates between 2 dates, it will exclude the start date if it is an IMM date but would include the end date if it is an IMM.
getIMMDates(YearMonthDay, YearMonthDay, IMMPeriod) - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayIMMDateCalculator
 
getLocalDate(double, boolean) - Static method in class net.objectlab.kit.datecalc.joda.JodaExcelDateUtil
 
getNextIMMDate(boolean, LocalDate, IMMPeriod) - Method in class net.objectlab.kit.datecalc.joda.LocalDateIMMDateCalculator
 
getNextIMMDate(boolean, YearMonthDay, IMMPeriod) - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayIMMDateCalculator
 
getPeriodCountCalculator() - Method in class net.objectlab.kit.datecalc.joda.LocalDateKitCalculatorsFactory
 
getPeriodCountCalculator() - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayKitCalculatorsFactory
 
getToday() - Method in class net.objectlab.kit.datecalc.joda.LocalDateCalculator
 
getToday() - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayDateCalculator
 
getType() - Method in class net.objectlab.kit.datecalc.joda.HolidayHandlerYearMonthDayWrapper
 
getType() - Method in class net.objectlab.kit.datecalc.joda.LocalDateBackwardHandler
Give the type name for this algorithm.
getType() - Method in class net.objectlab.kit.datecalc.joda.LocalDateForwardHandler
Give the type name for this algorithm.
getType() - Method in class net.objectlab.kit.datecalc.joda.LocalDateForwardUnlessNegativeHandler
Give the type name for this algorithm.
getType() - Method in class net.objectlab.kit.datecalc.joda.LocalDateModifiedFollowingHandler
Give the type name for this algorithm.
getType() - Method in class net.objectlab.kit.datecalc.joda.LocalDateModifiedPrecedingHandler
Give the type name for this algorithm.
getType() - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayBackwardHandler
Give the type name for this algorithm.
getType() - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayForwardHandler
Give the type name for this algorithm.
getType() - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayForwardUnlessNegativeHandler
Give the type name for this algorithm.
getType() - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayModifiedFollowingHandler
Give the type name for this algorithm.
getType() - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayModifiedPrecedingHandler
Give the type name for this algorithm.
getType() - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayModifiedPreceedingHandler
Give the type name for this algorithm.
getYearMonthDay(double, boolean) - Static method in class net.objectlab.kit.datecalc.joda.JodaExcelDateUtil
 

H

HolidayHandlerYearMonthDayWrapper - Class in net.objectlab.kit.datecalc.joda
A Wrapper to handle any HolidayHandler types via a HolidayHandler delegate
HolidayHandlerYearMonthDayWrapper(HolidayHandler<YearMonthDay>, DateCalculator<YearMonthDay>) - Constructor for class net.objectlab.kit.datecalc.joda.HolidayHandlerYearMonthDayWrapper
If the current date of the give calculator is a non-working day, it will be moved according to the algorithm implemented.

I

isIMMDate(LocalDate) - Method in class net.objectlab.kit.datecalc.joda.LocalDateIMMDateCalculator
Checks if a given date is an official IMM Date (3rd Wednesdays of March/June/Sept/Dec.
isIMMDate(YearMonthDay) - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayIMMDateCalculator
 
isWeekend(LocalDate) - Method in class net.objectlab.kit.datecalc.joda.LocalDateCalculator
is the date a non-working day according to the WorkingWeek?
isWeekend(YearMonthDay) - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayDateCalculator
is the date a non-working day according to the WorkingWeek?
isWorkingDay(LocalDate) - Method in class net.objectlab.kit.datecalc.joda.JodaWorkingWeek
 
isWorkingDayFromDateTimeConstant(int) - Method in class net.objectlab.kit.datecalc.joda.JodaWorkingWeek
 

J

JodaExcelDateUtil - Class in net.objectlab.kit.datecalc.joda
Convert Excel Date to LocalDate, YearMonthDay or DateTime.
jodaToCalendarDayConstant(int) - Method in class net.objectlab.kit.datecalc.joda.JodaWorkingWeek
 
JodaWorkingWeek - Class in net.objectlab.kit.datecalc.joda
Immutable class representing a WorkingWeek for the Joda implementation.
JodaWorkingWeek() - Constructor for class net.objectlab.kit.datecalc.joda.JodaWorkingWeek
 
JodaWorkingWeek(byte) - Constructor for class net.objectlab.kit.datecalc.joda.JodaWorkingWeek
 
JodaWorkingWeek(WorkingWeek) - Constructor for class net.objectlab.kit.datecalc.joda.JodaWorkingWeek
 

L

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

M

MONTH_IN_YEAR - Static variable in class net.objectlab.kit.datecalc.joda.LocalDateIMMDateCalculator
 
monthDiff(LocalDate, LocalDate, PeriodCountBasis) - Method in class net.objectlab.kit.datecalc.joda.LocalDatePeriodCountCalculator
 
monthDiff(YearMonthDay, YearMonthDay, PeriodCountBasis) - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayPeriodCountCalculator
 
MONTHS_IN_QUARTER - Static variable in class net.objectlab.kit.datecalc.joda.LocalDateIMMDateCalculator
 
move(DateCalculator<LocalDate>, int) - Method in class net.objectlab.kit.datecalc.joda.LocalDateForwardHandler
 
move(DateCalculator<LocalDate>, int) - Method in class net.objectlab.kit.datecalc.joda.LocalDateForwardUnlessNegativeHandler
 
move(DateCalculator<LocalDate>, int) - Method in class net.objectlab.kit.datecalc.joda.LocalDateModifiedFollowingHandler
 
move(DateCalculator<YearMonthDay>, int) - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayForwardHandler
 
move(DateCalculator<YearMonthDay>, int) - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayForwardUnlessNegativeHandler
 
move(DateCalculator<YearMonthDay>, int) - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayModifiedFollowingHandler
 
moveByDays(int) - Method in class net.objectlab.kit.datecalc.joda.LocalDateCalculator
 
moveByDays(int) - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayDateCalculator
 
moveByMonths(int) - Method in class net.objectlab.kit.datecalc.joda.LocalDateCalculator
 
moveByMonths(int) - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayDateCalculator
 
moveCurrentDate(DateCalculator<LocalDate>) - Method in class net.objectlab.kit.datecalc.joda.HolidayHandlerYearMonthDayWrapper
 
moveCurrentDate(DateCalculator<LocalDate>) - Method in class net.objectlab.kit.datecalc.joda.LocalDateBackwardHandler
If the current date of the give calculator is a non-working day, it will be moved according to the algorithm implemented.
moveCurrentDate(DateCalculator<LocalDate>) - Method in class net.objectlab.kit.datecalc.joda.LocalDateForwardHandler
If the current date of the give calculator is a non-working day, it will be moved according to the algorithm implemented.
moveCurrentDate(DateCalculator<LocalDate>) - Method in class net.objectlab.kit.datecalc.joda.LocalDateForwardUnlessNegativeHandler
If the current date of the give calculator is a non-working day, it will be moved according to the algorithm implemented.
moveCurrentDate(DateCalculator<LocalDate>) - Method in class net.objectlab.kit.datecalc.joda.LocalDateModifiedFollowingHandler
If the current date of the give calculator is a non-working day, it will be moved according to the algorithm implemented.
moveCurrentDate(DateCalculator<LocalDate>) - Method in class net.objectlab.kit.datecalc.joda.LocalDateModifiedPrecedingHandler
If the current date of the give calculator is a non-working day, it will be moved according to the algorithm implemented.
moveCurrentDate(DateCalculator<YearMonthDay>) - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayBackwardHandler
If the current date of the give calculator is a non-working day, it will be moved according to the algorithm implemented.
moveCurrentDate(DateCalculator<YearMonthDay>) - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayForwardHandler
If the current date of the give calculator is a non-working day, it will be moved according to the algorithm implemented.
moveCurrentDate(DateCalculator<YearMonthDay>) - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayForwardUnlessNegativeHandler
If the current date of the give calculator is a non-working day, it will be moved according to the algorithm implemented.
moveCurrentDate(DateCalculator<YearMonthDay>) - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayModifiedFollowingHandler
If the current date of the give calculator is a non-working day, it will be moved according to the algorithm implemented.
moveCurrentDate(DateCalculator<YearMonthDay>) - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayModifiedPrecedingHandler
If the current date of the give calculator is a non-working day, it will be moved according to the algorithm implemented.
moveCurrentDate(DateCalculator<YearMonthDay>) - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayModifiedPreceedingHandler
If the current date of the give calculator is a non-working day, it will be moved according to the algorithm implemented.

N

net.objectlab.kit.datecalc.joda - package net.objectlab.kit.datecalc.joda
This package implements the DateCalculator interfaces using Joda-time See Joda-time

S

setStartDate(YearMonthDay) - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayDateCalculator
 
setWorkingWeek(WorkingWeek) - Method in class net.objectlab.kit.datecalc.joda.LocalDateCalculator
Set the working week.
setWorkingWeek(WorkingWeek) - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayDateCalculator
 

W

withWorkingDayFromDateTimeConstant(boolean, int) - Method in class net.objectlab.kit.datecalc.joda.JodaWorkingWeek
Return a new JodaWorkingWeek if the status for the given day has changed.

Y

yearDiff(LocalDate, LocalDate, PeriodCountBasis) - Method in class net.objectlab.kit.datecalc.joda.LocalDatePeriodCountCalculator
 
yearDiff(YearMonthDay, YearMonthDay, PeriodCountBasis) - Method in class net.objectlab.kit.datecalc.joda.YearMonthDayPeriodCountCalculator
 
YearMonthDayBackwardHandler - Class in net.objectlab.kit.datecalc.joda
A backward handler will move the date backward if it falls on a non working day.
YearMonthDayBackwardHandler() - Constructor for class net.objectlab.kit.datecalc.joda.YearMonthDayBackwardHandler
 
YearMonthDayDateCalculator - Class in net.objectlab.kit.datecalc.joda
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.
YearMonthDayDateCalculator() - Constructor for class net.objectlab.kit.datecalc.joda.YearMonthDayDateCalculator
 
YearMonthDayDateCalculator(String, YearMonthDay, HolidayCalendar<YearMonthDay>, HolidayHandler<YearMonthDay>) - Constructor for class net.objectlab.kit.datecalc.joda.YearMonthDayDateCalculator
 
YearMonthDayForwardHandler - Class in net.objectlab.kit.datecalc.joda
A Forward handler will move the date forward if it falls on a non working day.
YearMonthDayForwardHandler() - Constructor for class net.objectlab.kit.datecalc.joda.YearMonthDayForwardHandler
 
YearMonthDayForwardUnlessNegativeHandler - Class in net.objectlab.kit.datecalc.joda
A Forward handler will move the date forward if it falls on a non working day.
YearMonthDayForwardUnlessNegativeHandler() - Constructor for class net.objectlab.kit.datecalc.joda.YearMonthDayForwardUnlessNegativeHandler
 
YearMonthDayIMMDateCalculator - Class in net.objectlab.kit.datecalc.joda
Joda YearMonthDay based implementation of the IMMDateCalculator
YearMonthDayIMMDateCalculator() - Constructor for class net.objectlab.kit.datecalc.joda.YearMonthDayIMMDateCalculator
 
YearMonthDayKitCalculatorsFactory - Class in net.objectlab.kit.datecalc.joda
The default factory for getting Joda YearMonthDay based calculators.
YearMonthDayKitCalculatorsFactory() - Constructor for class net.objectlab.kit.datecalc.joda.YearMonthDayKitCalculatorsFactory
 
YearMonthDayModifiedFollowingHandler - Class in net.objectlab.kit.datecalc.joda
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.
YearMonthDayModifiedFollowingHandler() - Constructor for class net.objectlab.kit.datecalc.joda.YearMonthDayModifiedFollowingHandler
 
YearMonthDayModifiedPrecedingHandler - Class in net.objectlab.kit.datecalc.joda
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.
YearMonthDayModifiedPrecedingHandler() - Constructor for class net.objectlab.kit.datecalc.joda.YearMonthDayModifiedPrecedingHandler
 
YearMonthDayModifiedPreceedingHandler - Class in net.objectlab.kit.datecalc.joda
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.
YearMonthDayModifiedPreceedingHandler() - Constructor for class net.objectlab.kit.datecalc.joda.YearMonthDayModifiedPreceedingHandler
 
YearMonthDayPeriodCountCalculator - Class in net.objectlab.kit.datecalc.joda
Joda YearMonthDay based implementation of the PeriodCountCalculator.
YearMonthDayPeriodCountCalculator() - Constructor for class net.objectlab.kit.datecalc.joda.YearMonthDayPeriodCountCalculator
 

C D G H I J L M N S W Y

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