Uses of Class
com.ntu.fdae.group1.bto.exceptions.InvalidInputException
Packages that use InvalidInputException
Package
Description
-
Uses of InvalidInputException in com.ntu.fdae.group1.bto.controllers.booking
Methods in com.ntu.fdae.group1.bto.controllers.booking that throw InvalidInputExceptionModifier and TypeMethodDescriptionBookingController.createBooking
(HDBOfficer officer, String applicantNric, FlatType flatType) Creates a new booking for an applicant by an HDB officer. -
Uses of InvalidInputException in com.ntu.fdae.group1.bto.controllers.enquiry
Methods in com.ntu.fdae.group1.bto.controllers.enquiry that throw InvalidInputExceptionModifier and TypeMethodDescriptionEnquiryController.viewProjectEnquiries
(HDBStaff staff, String projectId) Retrieves enquiries associated with a specific project, performing authorization checks. -
Uses of InvalidInputException in com.ntu.fdae.group1.bto.services.booking
Methods in com.ntu.fdae.group1.bto.services.booking that throw InvalidInputExceptionModifier and TypeMethodDescriptionIBookingService.performBooking
(HDBOfficer officer, String applicantNric, FlatType flatType) Performs a booking operation for an applicant by an HDB officer.