Uses of Class
sc2002.FCS1.grp2.Application
Packages that use Application
-
Uses of Application in sc2002.FCS1.grp2
Fields in sc2002.FCS1.grp2 with type parameters of type ApplicationMethods in sc2002.FCS1.grp2 that return types with arguments of type ApplicationModifier and TypeMethodDescriptionBTOManagementSystem.filterApplications(ArrayList<Application> filteredApplications) Get the applications that are filtered by the active user's filter.BTOManagementSystem.getApplications()Get applicable applications, depending on logged in user access rightsBTOManagementSystem.getSuccessfulApplications()Get all applicant's successful applications which the logged in officer is in charge ofBTOManagementSystem.getWithdrawableApplications()Get withdrawal applicationsBTOManagementSystem.getWithdrawalApplications()Get withdrawal applications made by applicant.(package private) ArrayList<Application> CSVParser.parseApplications()Methods in sc2002.FCS1.grp2 with parameters of type ApplicationModifier and TypeMethodDescriptionvoidBTOManagementSystem.addApplication(Application application) Save an applicationMethod parameters in sc2002.FCS1.grp2 with type arguments of type ApplicationModifier and TypeMethodDescriptionBTOManagementSystem.filterApplications(ArrayList<Application> filteredApplications) Get the applications that are filtered by the active user's filter.private static booleanApplicantActions.printApplicationsTable(List<Application> applications) Method to print the application that applicant have applied, if any.