Uses of Class
com.ntu.fdae.group1.bto.controllers.project.ReportController
Packages that use ReportController
-
Uses of ReportController in com.ntu.fdae.group1.bto.controllers
Fields in com.ntu.fdae.group1.bto.controllers declared as ReportControllerModifier and TypeFieldDescriptionControllerContainer.reportController
Controller for generating system reports and analytics.Constructors in com.ntu.fdae.group1.bto.controllers with parameters of type ReportControllerModifierConstructorDescriptionControllerContainer
(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 ReportController in com.ntu.fdae.group1.bto.views
Constructors in com.ntu.fdae.group1.bto.views with parameters of type ReportControllerModifierConstructorDescriptionHDBManagerUI
(HDBManager user, UserController userCtrl, ProjectController projCtrl, ApplicationController appCtrl, OfficerRegistrationController offRegCtrl, EnquiryController enqCtrl, ReportController reportCtrl, AuthenticationController authCtrl, Scanner scanner) Constructs a new HDBManagerUI with the specified dependencies.