Uses of Record Class
app.valuationcontrol.webservice.model.ModelData
Packages that use ModelData
-
Uses of ModelData in app.valuationcontrol.webservice.model
Methods in app.valuationcontrol.webservice.model that return ModelDataMethods in app.valuationcontrol.webservice.model with parameters of type ModelDataModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Long> ModelController.addModel(@Valid ModelData modelData, Long templateId, boolean copyVariableValues, Principal principal) org.springframework.http.ResponseEntity<String> ModelController.updateModel(Model model, @Valid ModelData modelData, Principal principal) Constructors in app.valuationcontrol.webservice.model with parameters of type ModelData -
Uses of ModelData in app.valuationcontrol.webservice.user
Methods in app.valuationcontrol.webservice.user that return ModelDataModifier and TypeMethodDescriptionSingleModelAccessData.modelData()Returns the value of themodelDatarecord component.Constructors in app.valuationcontrol.webservice.user with parameters of type ModelDataModifierConstructorDescriptionSingleModelAccessData(User.MODEL_ROLE role, ModelData modelData) Creates an instance of aSingleModelAccessDatarecord class.