Uses of Enum
com.ntu.fdae.group1.bto.enums.ApplicationStatus
Packages that use ApplicationStatus
Package
Description
-
Uses of ApplicationStatus in com.ntu.fdae.group1.bto.controllers.project
Methods in com.ntu.fdae.group1.bto.controllers.project with parameters of type ApplicationStatusModifier and TypeMethodDescriptionApplicationController.getApplicationsByStatus
(HDBStaff staff, ApplicationStatus status) Retrieves applications with a specific status. -
Uses of ApplicationStatus in com.ntu.fdae.group1.bto.enums
Methods in com.ntu.fdae.group1.bto.enums that return ApplicationStatusModifier and TypeMethodDescriptionstatic ApplicationStatus
Returns the enum constant of this type with the specified name.static ApplicationStatus[]
ApplicationStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ApplicationStatus in com.ntu.fdae.group1.bto.models.project
Methods in com.ntu.fdae.group1.bto.models.project that return ApplicationStatusModifier and TypeMethodDescriptionApplication.getStatus()
Gets the current status of this application in the workflow.Methods in com.ntu.fdae.group1.bto.models.project with parameters of type ApplicationStatusModifier and TypeMethodDescriptionvoid
Application.setStatus
(ApplicationStatus status) Sets the status of this application. -
Uses of ApplicationStatus in com.ntu.fdae.group1.bto.repository.project
Methods in com.ntu.fdae.group1.bto.repository.project with parameters of type ApplicationStatusModifier and TypeMethodDescriptionApplicationRepository.findByStatus
(ApplicationStatus status) Finds all applications with a specific status.IApplicationRepository.findByStatus
(ApplicationStatus status) Finds all applications with a specific status. -
Uses of ApplicationStatus in com.ntu.fdae.group1.bto.services.project
Methods in com.ntu.fdae.group1.bto.services.project with parameters of type ApplicationStatusModifier and TypeMethodDescriptionApplicationService.getApplicationsByStatus
(ApplicationStatus status) Gets all applications with a specific statusIApplicationService.getApplicationsByStatus
(ApplicationStatus status) Gets all applications with a specific status