Uses of Class
com.ntu.fdae.group1.bto.models.project.ProjectFlatInfo
Packages that use ProjectFlatInfo
Package
Description
-
Uses of ProjectFlatInfo in com.ntu.fdae.group1.bto.controllers.project
Method parameters in com.ntu.fdae.group1.bto.controllers.project with type arguments of type ProjectFlatInfoModifier and TypeMethodDescriptionProjectController.createProject
(HDBManager manager, String name, String neighborhood, Map<String, ProjectFlatInfo> flatInfoMap, LocalDate openDate, LocalDate closeDate, int officerSlots) Creates a new project -
Uses of ProjectFlatInfo in com.ntu.fdae.group1.bto.models.project
Methods in com.ntu.fdae.group1.bto.models.project that return ProjectFlatInfoModifier and TypeMethodDescriptionProject.getFlatInfo
(FlatType flatType) Gets information about a specific flat type in this project.Methods in com.ntu.fdae.group1.bto.models.project that return types with arguments of type ProjectFlatInfoModifier and TypeMethodDescriptionProject.getFlatTypes()
Gets the map of flat types available in this project.Method parameters in com.ntu.fdae.group1.bto.models.project with type arguments of type ProjectFlatInfoModifier and TypeMethodDescriptionvoid
Project.setFlatTypes
(Map<FlatType, ProjectFlatInfo> flatTypes) Sets the entire map of flat types for this project.Constructor parameters in com.ntu.fdae.group1.bto.models.project with type arguments of type ProjectFlatInfo -
Uses of ProjectFlatInfo in com.ntu.fdae.group1.bto.services.project
Method parameters in com.ntu.fdae.group1.bto.services.project with type arguments of type ProjectFlatInfoModifier and TypeMethodDescriptionIProjectService.createProject
(HDBManager manager, String name, String neighborhood, Map<String, ProjectFlatInfo> flatInfoMap, LocalDate openDate, LocalDate closeDate, int officerSlots) Creates a new BTO project with the specified details.ProjectService.createProject
(HDBManager manager, String name, String neighborhood, Map<String, ProjectFlatInfo> flatInfoMap, LocalDate openDate, LocalDate closeDate, int officerSlots) Creates a new project with the specified details.