Uses of Record Class
app.valuationcontrol.webservice.model.subarea.SubAreaData
Packages that use SubAreaData
Package
Description
-
Uses of SubAreaData in app.valuationcontrol.webservice.model.area
Methods in app.valuationcontrol.webservice.model.area that return types with arguments of type SubAreaDataModifier and TypeMethodDescriptionAreaData.subAreas()Returns the value of thesubAreasrecord component.Constructor parameters in app.valuationcontrol.webservice.model.area with type arguments of type SubAreaData -
Uses of SubAreaData in app.valuationcontrol.webservice.model.subarea
Methods in app.valuationcontrol.webservice.model.subarea that return SubAreaDataMethods in app.valuationcontrol.webservice.model.subarea with parameters of type SubAreaDataModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Long> SubAreaController.addSubArea(Model model, Area area, @Valid SubAreaData subAreaData, Principal principal) org.springframework.http.ResponseEntity<String> SubAreaController.updateSubArea(Model model, Area area, SubArea subArea, @Valid SubAreaData subAreaData, Principal principal) voidSubArea.updateWith(SubAreaData subAreaData, Area area) Constructors in app.valuationcontrol.webservice.model.subarea with parameters of type SubAreaData