Uses of Class
com.ntu.fdae.group1.bto.controllers.user.UserController
Packages that use UserController
-
Uses of UserController in com.ntu.fdae.group1.bto.controllers
Fields in com.ntu.fdae.group1.bto.controllers declared as UserControllerModifier and TypeFieldDescriptionControllerContainer.userController
Controller for user profile management and user-related operations.Constructors in com.ntu.fdae.group1.bto.controllers with parameters of type UserControllerModifierConstructorDescriptionControllerContainer
(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 UserController in com.ntu.fdae.group1.bto.views
Constructors in com.ntu.fdae.group1.bto.views with parameters of type UserControllerModifierConstructorDescriptionApplicantUI
(Applicant user, UserController userCtrl, ProjectController projCtrl, ApplicationController appCtrl, EnquiryController enqCtrl, AuthenticationController authCtrl, Scanner scanner) Constructs a new ApplicantUI with the specified dependencies.ApplicationUIHelper
(BaseUI baseUI, ApplicationController appCtrl, ProjectController projCtrl, UserController userCtrl) Constructs a new ApplicationUIHelper with the specified dependencies.BookingUIHelper
(BaseUI baseUI, UserController userController) Constructs a new BookingUIHelper with the specified dependencies.EnquiryUIHelper
(BaseUI baseUI, UserController userController, ProjectController projectController) Constructs a new EnquiryUIHelper with the required UI and controllers.HDBManagerUI
(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.HDBOfficerUI
(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.OfficerRegUIHelper
(BaseUI baseUI, ProjectController projectController, UserController userController) Constructs a new OfficerRegUIHelper with the specified dependencies.ProjectUIHelper
(BaseUI baseUI, UserController userCtrl, ProjectController projCtrl) Constructs a new ProjectUIHelper with necessary UI and controllers.