Uses of Class
app.valuationcontrol.webservice.model.variable.Variable
Packages that use Variable
Package
Description
-
Uses of Variable in app.valuationcontrol.webservice.helpers
Methods in app.valuationcontrol.webservice.helpers that return VariableModifier and TypeMethodDescriptionVariableReplacementOccurrence.searchVariable()Returns the value of thesearchVariablerecord component.Methods in app.valuationcontrol.webservice.helpers with parameters of type VariableModifier and TypeMethodDescriptionstatic StringFormulaEvaluator.evaluateVariableFormula(Variable variable) Constructors in app.valuationcontrol.webservice.helpers with parameters of type VariableModifierConstructorDescriptionVariableReplacementOccurrence(Variable searchVariable, String searchString, List<StringReplacer> stringReplacers) Creates an instance of aVariableReplacementOccurrencerecord class. -
Uses of Variable in app.valuationcontrol.webservice.model
Methods in app.valuationcontrol.webservice.model that return types with arguments of type Variable -
Uses of Variable in app.valuationcontrol.webservice.model.events.listeners.logger
Method parameters in app.valuationcontrol.webservice.model.events.listeners.logger with type arguments of type Variable -
Uses of Variable in app.valuationcontrol.webservice.model.variable
Methods in app.valuationcontrol.webservice.model.variable with parameters of type VariableModifier and TypeMethodDescriptionvoidVariable.addDependency(Variable variable) org.springframework.http.ResponseEntity<Long> VariableController.addVariableValue(Model model, Variable variable, @Valid VariableValueData variableValueData, Principal principal) org.springframework.http.ResponseEntity<String> VariableController.deleteCellValue(Model model, Variable variable, VariableValue variableValue, Principal principal) org.springframework.http.ResponseEntity<String> VariableController.deleteVariable(Model model, Area area, SubArea subArea, Variable existingVariable, Principal principal) Safely deletes a variable from the @modelorg.springframework.http.ResponseEntity<String> VariableController.swapVariableOrder(Model model, Variable variable1, Variable variable2, Principal principal) 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 @modelorg.springframework.http.ResponseEntity<String> VariableController.updateVariableValue(Model model, Variable variable, VariableValue variableValue, @Valid VariableValueData variableValueData, Principal principal) Constructors in app.valuationcontrol.webservice.model.variable with parameters of type Variable -
Uses of Variable in app.valuationcontrol.webservice.model.variablevalue
Constructors in app.valuationcontrol.webservice.model.variablevalue with parameters of type Variable -
Uses of Variable in app.valuationcontrol.webservice.openai
Methods in app.valuationcontrol.webservice.openai with parameters of type VariableModifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.node.ObjectNodeOpenAIHelperFunctions.prepareSingleVariable(CalculationData calculationData, Model model, Variable variable, boolean includeDependencies) org.springframework.http.ResponseEntity<com.fasterxml.jackson.databind.JsonNode> org.springframework.http.ResponseEntity<com.fasterxml.jackson.databind.JsonNode> OpenAiController.reviewVariable(Model model, Variable variable) -
Uses of Variable in app.valuationcontrol.webservice.xlhandler
Methods in app.valuationcontrol.webservice.xlhandler with parameters of type VariableModifier and TypeMethodDescriptionstatic StringVariableEvaluator.evaluateVariable(Variable variable, DataPeriod dataPeriod, Map<Long, List<CellError>> formulaErrors) static StringCellValueHelper.generateAddress(Variable variable, int columnToAssess) Returns the A1 address of the formulastatic StringCellValueHelper.generateAddress(Variable variable, DataPeriod dataPeriod) Returns the A1 address of the formulaString[]XLInstance.generateVariableArray(Variable variable) Generates an array containing the metadata, the historical and projection values, including the variableValuesvoidScenarioDataProvider.refreshValue(Variable attachedVariable, VariableValue newVersion) voidXLInstance.refreshValue(Variable myVariable, VariableValue myVariableValue) Use this function to refresh a single variableValue (efficiency optimization)voidScenarioDataProvider.reloadVariableAndUpdateCache(Variable attachedVariable) voidXLInstance.reloadVariableAndUpdateCache(Variable variable)