Uses of Record Class
nl.b3p.planmonitorwonen.api.model.Plancategorie
Packages that use Plancategorie
-
Uses of Plancategorie in nl.b3p.planmonitorwonen.api
Methods in nl.b3p.planmonitorwonen.api that return types with arguments of type PlancategorieModifier and TypeMethodDescriptionPlanmonitorWonenDatabaseService.getAllPlancategorieen()PlanmonitorWonenDatabaseService.getAllPlancategorieenForGemeentes(Collection<String> gemeentes) PlanmonitorWonenDatabaseService.getPlancategorieen(String planregistratieId) Method parameters in nl.b3p.planmonitorwonen.api with type arguments of type PlancategorieModifier and TypeMethodDescriptionvoidPlanmonitorWonenDatabaseService.insertPlanregistratie(Planregistratie planregistratie, List<Plancategorie> plancategorieen, List<Detailplanning> detailplanningen) -
Uses of Plancategorie in nl.b3p.planmonitorwonen.api.model
Methods in nl.b3p.planmonitorwonen.api.model that return types with arguments of type PlancategorieModifier and TypeMethodDescriptionPlanregistratie.getPlancategorieList()PlanregistratieComplete.plancategorieen()Returns the value of theplancategorieenrecord component.Method parameters in nl.b3p.planmonitorwonen.api.model with type arguments of type PlancategorieModifier and TypeMethodDescriptionPlanregistratie.setPlancategorieList(List<Plancategorie> plancategorieList) Constructor parameters in nl.b3p.planmonitorwonen.api.model with type arguments of type PlancategorieModifierConstructorDescriptionPlanregistratieComplete(Planregistratie planregistratie, List<Plancategorie> plancategorieen, List<Detailplanning> detailplanningen) Creates an instance of aPlanregistratieCompleterecord class.