Uses of Class
cz.cuni.kubinja.hospitalsystem.calendar.CalendarException
Packages that use CalendarException
Package
Description
Provides classes managing calendar and planing of appointments.
Package contains classes providing interface for easy communication between
hospital system and SQLite database.
-
Uses of CalendarException in cz.cuni.kubinja.hospitalsystem.calendar
Methods in cz.cuni.kubinja.hospitalsystem.calendar that throw CalendarExceptionModifier and TypeMethodDescriptionCalendar.getDepartmentCalendar(String department, boolean fromToday) Returns string representing calendar for the provided department.static booleanCalendar.startAtHalves(LocalDateTime time) Checks whether the time is in the opening hours and if satisfy alignment (*:30, *:00).static booleanCalendar.timeIsValid(LocalDateTime start, LocalDateTime end) Decided whether the starting and ending time of appointment satisfy requirements such as: minimal length, opening hours, correct aligning etc. -
Uses of CalendarException in cz.cuni.kubinja.hospitalsystem.database
Methods in cz.cuni.kubinja.hospitalsystem.database that throw CalendarExceptionModifier and TypeMethodDescriptionvoidDatabase.checkAndAddAppointment(AppointmentData appointmentData) Checks the provided appointment data and adds the new appointments into the database.