Uses of Class
app.valuationcontrol.webservice.model.subarea.SubArea
Packages that use SubArea
Package
Description
-
Uses of SubArea in app.valuationcontrol.webservice.model.events.listeners.logger
Method parameters in app.valuationcontrol.webservice.model.events.listeners.logger with type arguments of type SubArea -
Uses of SubArea in app.valuationcontrol.webservice.model.subarea
Methods in app.valuationcontrol.webservice.model.subarea with parameters of type SubAreaModifier and TypeMethodDescriptionorg.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) Constructors in app.valuationcontrol.webservice.model.subarea with parameters of type SubArea -
Uses of SubArea in app.valuationcontrol.webservice.model.variable
Methods in app.valuationcontrol.webservice.model.variable with parameters of type SubAreaModifier 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 SubArea