Uses of Enum
com.ntu.fdae.group1.bto.enums.OfficerRegStatus
Packages that use OfficerRegStatus
Package
Description
-
Uses of OfficerRegStatus in com.ntu.fdae.group1.bto.controllers.project
Methods in com.ntu.fdae.group1.bto.controllers.project that return OfficerRegStatusModifier and TypeMethodDescriptionOfficerRegistrationController.getMyRegistrationStatus
(HDBOfficer officer, String projectId) Retrieves the current registration status for a specific officer regarding a specific project. -
Uses of OfficerRegStatus in com.ntu.fdae.group1.bto.enums
Methods in com.ntu.fdae.group1.bto.enums that return OfficerRegStatusModifier and TypeMethodDescriptionstatic OfficerRegStatus
Returns the enum constant of this type with the specified name.static OfficerRegStatus[]
OfficerRegStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OfficerRegStatus in com.ntu.fdae.group1.bto.models.project
Methods in com.ntu.fdae.group1.bto.models.project that return OfficerRegStatusModifier and TypeMethodDescriptionOfficerRegistration.getStatus()
Gets the current status of this registration request.Methods in com.ntu.fdae.group1.bto.models.project with parameters of type OfficerRegStatusModifier and TypeMethodDescriptionvoid
OfficerRegistration.setStatus
(OfficerRegStatus status) Sets the status of this registration request. -
Uses of OfficerRegStatus in com.ntu.fdae.group1.bto.services.project
Methods in com.ntu.fdae.group1.bto.services.project that return OfficerRegStatusModifier and TypeMethodDescriptionIOfficerRegistrationService.getRegistrationStatus
(HDBOfficer officer, String projectId) Gets the registration status of an officer for a specific project.OfficerRegistrationService.getRegistrationStatus
(HDBOfficer officer, String projectId) Gets the current registration status for a specific officer and project.