Uses of Class
de.focus_shift.CalendarHierarchy
-
Packages that use CalendarHierarchy Package Description de.focus_shift de.focus_shift.impl -
-
Uses of CalendarHierarchy in de.focus_shift
Methods in de.focus_shift that return CalendarHierarchy Modifier and Type Method Description abstract CalendarHierarchyHolidayManager. getCalendarHierarchy()Returns the configured hierarchy structure for the specific manager.Methods in de.focus_shift that return types with arguments of type CalendarHierarchy Modifier and Type Method Description Map<String,CalendarHierarchy>CalendarHierarchy. getChildren()Getter for the fieldchildren.Method parameters in de.focus_shift with type arguments of type CalendarHierarchy Modifier and Type Method Description voidCalendarHierarchy. setChildren(Map<String,CalendarHierarchy> children)Setter for the fieldchildren.Constructors in de.focus_shift with parameters of type CalendarHierarchy Constructor Description CalendarHierarchy(CalendarHierarchy parent, String id)Constructor which takes a eventually existing parent hierarchy node and the ID of this hierarchy. -
Uses of CalendarHierarchy in de.focus_shift.impl
Methods in de.focus_shift.impl that return CalendarHierarchy Modifier and Type Method Description CalendarHierarchyDefaultHolidayManager. getCalendarHierarchy()Returns the configured hierarchy structure for the specific manager.
-