Uses of Class
com.ntu.fdae.group1.bto.models.booking.BookingReceiptInfo
Packages that use BookingReceiptInfo
Package
Description
-
Uses of BookingReceiptInfo in com.ntu.fdae.group1.bto.controllers.booking
Methods in com.ntu.fdae.group1.bto.controllers.booking that return BookingReceiptInfoModifier and TypeMethodDescriptionReceiptController.getBookingReceiptInfo
(HDBOfficer officer, Booking booking) Retrieves the consolidated information needed to generate a booking receipt. -
Uses of BookingReceiptInfo in com.ntu.fdae.group1.bto.services.booking
Methods in com.ntu.fdae.group1.bto.services.booking that return BookingReceiptInfoModifier and TypeMethodDescriptionIReceiptService.generateBookingReceipt
(Booking booking) Generates comprehensive receipt information for a given booking.ReceiptService.generateBookingReceipt
(Booking booking) Gathers necessary information (Applicant, Project) related to the given Booking and constructs a BookingReceiptInfo DTO. -
Uses of BookingReceiptInfo in com.ntu.fdae.group1.bto.views
Methods in com.ntu.fdae.group1.bto.views with parameters of type BookingReceiptInfoModifier and TypeMethodDescriptionvoid
BookingUIHelper.displayBookingReceipt
(BookingReceiptInfo receiptInfo) Displays the formatted details of a booking receipt.