Class HolidaySchedule
java.lang.Object
pro.taskana.common.internal.workingtime.HolidaySchedule
The WorkingDaysToDaysConverter provides a method to convert an age in working days into an age in
days.
-
Constructor Summary
ConstructorsConstructorDescriptionHolidaySchedule(boolean germanHolidaysEnabled, boolean corpusChristiEnabled) HolidaySchedule(boolean germanHolidaysEnabled, boolean corpusChristiEnabled, Collection<CustomHoliday> customHolidays) Creates a WorkingDasToDaysConverter. -
Method Summary
-
Constructor Details
-
HolidaySchedule
public HolidaySchedule(boolean germanHolidaysEnabled, boolean corpusChristiEnabled) -
HolidaySchedule
public HolidaySchedule(boolean germanHolidaysEnabled, boolean corpusChristiEnabled, Collection<CustomHoliday> customHolidays) Creates a WorkingDasToDaysConverter.- Parameters:
germanHolidaysEnabled- identifier for German holidayscorpusChristiEnabled- identifier for Corpus Christi - dependent from germanHolidaysEnabled and thus only validated if German holidays are enabled.customHolidays- additional custom holidays
-
-
Method Details