Uses of Class
com.ntu.fdae.group1.bto.exceptions.BookingException
Packages that use BookingException
Package
Description
-
Uses of BookingException in com.ntu.fdae.group1.bto.controllers.booking
Methods in com.ntu.fdae.group1.bto.controllers.booking that throw BookingExceptionModifier and TypeMethodDescriptionBookingController.createBooking
(HDBOfficer officer, String applicantNric, FlatType flatType) Creates a new booking for an applicant by an HDB officer.BookingController.getBookingsForProject
(String projectId) Retrieves all bookings associated with a specific project. -
Uses of BookingException in com.ntu.fdae.group1.bto.services.booking
Methods in com.ntu.fdae.group1.bto.services.booking that throw BookingExceptionModifier and TypeMethodDescriptionBookingService.getBookingsByProject
(String projectId) Retrieves all bookings associated with a specific project.IBookingService.getBookingsByProject
(String projectId) Retrieves all bookings associated with a specific project.BookingService.performBooking
(HDBOfficer officer, String applicantNRIC, FlatType flatType) Performs a booking operation for an applicant by an HDB officer.IBookingService.performBooking
(HDBOfficer officer, String applicantNric, FlatType flatType) Performs a booking operation for an applicant by an HDB officer.