Uses of Class
com.ntu.fdae.group1.bto.exceptions.ApplicationException
Packages that use ApplicationException
Package
Description
-
Uses of ApplicationException in com.ntu.fdae.group1.bto.controllers.project
Methods in com.ntu.fdae.group1.bto.controllers.project that throw ApplicationExceptionModifier and TypeMethodDescriptionApplicationController.getApplicationsByStatus
(HDBStaff staff, ApplicationStatus status) Retrieves applications with a specific status.ApplicationController.getProjectApplications
(HDBStaff staff, String projectId) Retrieves all applications for a specific project.boolean
ApplicationController.requestWithdrawal
(User user) Requests withdrawal of an applicationboolean
ApplicationController.reviewApplication
(HDBManager manager, String applicationId, boolean approve) Reviews an applicationboolean
ApplicationController.reviewWithdrawal
(HDBManager manager, String applicationId, boolean approve) Reviews a withdrawal requestApplicationController.submitApplication
(User user, String projectId, FlatType preferredFlatType) Submits a new application -
Uses of ApplicationException in com.ntu.fdae.group1.bto.services.project
Methods in com.ntu.fdae.group1.bto.services.project that throw ApplicationExceptionModifier and TypeMethodDescriptionboolean
ApplicationService.requestWithdrawal
(User user) Requests withdrawal of an existing applicationboolean
IApplicationService.requestWithdrawal
(User user) Requests withdrawal of an existing applicationboolean
ApplicationService.reviewApplication
(HDBManager manager, String applicationId, boolean approve) Reviews an applicationboolean
IApplicationService.reviewApplication
(HDBManager manager, String applicationId, boolean approve) Reviews an applicationboolean
ApplicationService.reviewWithdrawal
(HDBManager manager, String applicationId, boolean approve) Reviews a withdrawal requestboolean
IApplicationService.reviewWithdrawal
(HDBManager manager, String applicationId, boolean approve) Reviews a withdrawal requestApplicationService.submitApplication
(User user, String projectId, FlatType preferredFlatType) Submits a new application for a projectIApplicationService.submitApplication
(User user, String projectId, FlatType preferredFlatType) Submits a new application for a project