Uses of Class
com.ntu.fdae.group1.bto.controllers.booking.ReceiptController
Packages that use ReceiptController
-
Uses of ReceiptController in com.ntu.fdae.group1.bto.controllers
Fields in com.ntu.fdae.group1.bto.controllers declared as ReceiptControllerModifier and TypeFieldDescriptionControllerContainer.receiptController
Controller for generating and managing booking receipts and payment records.Constructors in com.ntu.fdae.group1.bto.controllers with parameters of type ReceiptControllerModifierConstructorDescriptionControllerContainer
(AuthenticationController auth, UserController user, ProjectController proj, ApplicationController app, OfficerRegistrationController reg, BookingController book, ReceiptController receipt, EnquiryController enq, ReportController report) Constructs a new ControllerContainer with all required controller instances. -
Uses of ReceiptController in com.ntu.fdae.group1.bto.views
Constructors in com.ntu.fdae.group1.bto.views with parameters of type ReceiptControllerModifierConstructorDescriptionHDBOfficerUI
(HDBOfficer user, UserController userCtrl, ProjectController projCtrl, ApplicationController appCtrl, OfficerRegistrationController offRegCtrl, BookingController bookCtrl, ReceiptController receiptCtrl, EnquiryController enqCtrl, AuthenticationController authCtrl, Scanner scanner) Constructs a new HDBOfficerUI with the specified dependencies.