Uses of Class
app.valuationcontrol.webservice.model.area.Area
Packages that use Area
Package
Description
-
Uses of Area in app.valuationcontrol.webservice.model.area
Methods in app.valuationcontrol.webservice.model.area with parameters of type AreaModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<String> AreaController.deleteArea(Model model, Area area, Principal principal) org.springframework.http.ResponseEntity<String> AreaController.swapAreaOrder(Model model, Area area, Area newArea, Principal principal) org.springframework.http.ResponseEntity<String> AreaController.updateArea(Model model, Area existingArea, @Valid AreaData areaData, Principal principal) Constructors in app.valuationcontrol.webservice.model.area with parameters of type Area -
Uses of Area in app.valuationcontrol.webservice.model.events.listeners.logger
Method parameters in app.valuationcontrol.webservice.model.events.listeners.logger with type arguments of type Area -
Uses of Area in app.valuationcontrol.webservice.model.subarea
Methods in app.valuationcontrol.webservice.model.subarea with parameters of type AreaModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Long> SubAreaController.addSubArea(Model model, Area area, @Valid SubAreaData subAreaData, Principal principal) org.springframework.http.ResponseEntity<String> SubAreaController.deleteArea(Model model, Area area, SubArea subArea, Principal principal) org.springframework.http.ResponseEntity<String> SubAreaController.swapSubAreas(Model model, Area area, SubArea subArea1, SubArea subArea2, 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 Area -
Uses of Area in app.valuationcontrol.webservice.model.variable
Methods in app.valuationcontrol.webservice.model.variable with parameters of type AreaModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Long> VariableController.createVariable(Model model, Area area, SubArea subArea, @Valid VariableData variableData, Principal principal) Adds a variable to the @modelorg.springframework.http.ResponseEntity<String> VariableController.deleteVariable(Model model, Area area, SubArea subArea, Variable existingVariable, Principal principal) Safely deletes a variable from the @modelvoidVariable.updateFromVariableData(VariableData variableData, Area area, SubArea subArea) org.springframework.http.ResponseEntity<String> VariableController.updateVariable(Model model, Area area, SubArea subArea, Variable existingVariable, @Valid VariableData variableData, Principal principal) Update a variable to the @modelConstructors in app.valuationcontrol.webservice.model.variable with parameters of type AreaModifierConstructorDescriptionVariable(VariableData variableData, Model model, Area area, SubArea subArea)