Uses of Record Class
com.easy_model.webservice.model.subarea.SubAreaData
Packages that use SubAreaData
-
Uses of SubAreaData in com.easy_model.webservice.model.area
Methods in com.easy_model.webservice.model.area that return types with arguments of type SubAreaDataModifier and TypeMethodDescriptionAreaData.subAreas()Returns the value of thesubAreasrecord component.Constructor parameters in com.easy_model.webservice.model.area with type arguments of type SubAreaData -
Uses of SubAreaData in com.easy_model.webservice.model.subarea
Methods in com.easy_model.webservice.model.subarea that return SubAreaDataMethods in com.easy_model.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 com.easy_model.webservice.model.subarea with parameters of type SubAreaData