Module de.focus_shift.jollyday.core
Package de.focus_shift.jollyday.core.spi
Interface HolidayCalendarConfigurationService
public interface HolidayCalendarConfigurationService
This interface provides the way to receive the serialized holiday configuration
on the base of the xml files for a specific country or special calendar.
-
Method Summary
Modifier and TypeMethodDescription@NonNull HolidayCalendarConfigurationgetHolidayCalendarConfiguration(ManagerParameter parameter) Returns the holiday calendar configuration based on theManagerParameter.
-
Method Details
-
getHolidayCalendarConfiguration
Returns the holiday calendar configuration based on theManagerParameter.In most cases the configuration is based on the countries ISO code 3166.
- Parameters:
parameter- to identify the country or special calendar configuration- Returns:
- the holiday configuration of a country
-