Uses of Class
com.ntu.fdae.group1.bto.exceptions.RegistrationException
Packages that use RegistrationException
Package
Description
-
Uses of RegistrationException in com.ntu.fdae.group1.bto.controllers.project
Methods in com.ntu.fdae.group1.bto.controllers.project that throw RegistrationExceptionModifier and TypeMethodDescriptionOfficerRegistrationController.requestRegistration
(HDBOfficer officer, String projectId) Handles an HDB Officer's request to register for a specific project.boolean
OfficerRegistrationController.reviewRegistration
(HDBManager manager, String registrationId, boolean approve) Handles an HDB Manager's review (approval or rejection) of a pending officer registration request. -
Uses of RegistrationException in com.ntu.fdae.group1.bto.services.project
Methods in com.ntu.fdae.group1.bto.services.project that throw RegistrationExceptionModifier and TypeMethodDescriptionIOfficerRegistrationService.requestProjectRegistration
(HDBOfficer officer, String projectId) Requests registration of an HDB officer to a project.OfficerRegistrationService.requestProjectRegistration
(HDBOfficer officer, String projectId) Requests registration of an HDB officer to a project.boolean
IOfficerRegistrationService.reviewRegistration
(HDBManager manager, String registrationId, boolean approve) Reviews (approves or rejects) an officer's registration request.boolean
OfficerRegistrationService.reviewRegistration
(HDBManager manager, String registrationId, boolean approve) Reviews (approves or rejects) an officer's registration request.