Uses of Class
app.valuationcontrol.webservice.model.variablevalue.VariableValue
Packages that use VariableValue
Package
Description
-
Uses of VariableValue in app.valuationcontrol.webservice.model.events.listeners.logger
Method parameters in app.valuationcontrol.webservice.model.events.listeners.logger with type arguments of type VariableValue -
Uses of VariableValue in app.valuationcontrol.webservice.model.variable
Methods in app.valuationcontrol.webservice.model.variable that return types with arguments of type VariableValueModifier and TypeMethodDescriptionVariable.getVariableValuesForAScenario(SCENARIO scenario) Returns all @VariableValue attached to the specified scenarioMethods in app.valuationcontrol.webservice.model.variable with parameters of type VariableValueModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<String> VariableController.deleteCellValue(Model model, Variable variable, VariableValue variableValue, Principal principal) org.springframework.http.ResponseEntity<String> VariableController.updateVariableValue(Model model, Variable variable, VariableValue variableValue, @Valid VariableValueData variableValueData, Principal principal) -
Uses of VariableValue in app.valuationcontrol.webservice.model.variablevalue
Methods in app.valuationcontrol.webservice.model.variablevalue that return types with arguments of type VariableValue -
Uses of VariableValue in app.valuationcontrol.webservice.xlhandler
Methods in app.valuationcontrol.webservice.xlhandler with parameters of type VariableValueModifier and TypeMethodDescriptionstatic GenericSheet.CellValueCellValueHelper.cellValueOf(VariableValue variableValue) voidScenarioDataProvider.refreshValue(Variable attachedVariable, VariableValue newVersion) voidXLInstance.refreshValue(Variable myVariable, VariableValue myVariableValue) Use this function to refresh a single variableValue (efficiency optimization)voidXLInstance.setSingleValue(VariableValue variableValue) Loads data fromVariableValueand override manually the formula for a single variable value Also applied for historical values