Uses of Record Class
com.easy_model.webservice.model.variablevalue.VariableValueData
Packages that use VariableValueData
Package
Description
-
Uses of VariableValueData in com.easy_model.webservice.model.segment
Methods in com.easy_model.webservice.model.segment that return types with arguments of type VariableValueDataModifier and TypeMethodDescriptionSegmentWithVariableValues.variableValues()Returns the value of thevariableValuesrecord component.Constructor parameters in com.easy_model.webservice.model.segment with type arguments of type VariableValueDataModifierConstructorDescriptionSegmentWithVariableValues(SegmentData segmentData, List<VariableValueData> variableValues) Creates an instance of aSegmentWithVariableValuesrecord class. -
Uses of VariableValueData in com.easy_model.webservice.model.variable
Methods in com.easy_model.webservice.model.variable that return types with arguments of type VariableValueDataModifier and TypeMethodDescriptionVariableData.variableValues()Returns the value of thevariableValuesrecord component.Methods in com.easy_model.webservice.model.variable with parameters of type VariableValueDataModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Long> VariableController.addVariableValue(Model model, Variable variable, @Valid VariableValueData variableValueData, Principal principal) org.springframework.http.ResponseEntity<String> VariableController.updateVariableValue(Model model, Variable variable, VariableValue variableValue, @Valid VariableValueData variableValueData, Principal principal) Method parameters in com.easy_model.webservice.model.variable with type arguments of type VariableValueDataModifier and TypeMethodDescriptionVariableController.addOrUpdateVariableValues(Model model, @Valid List<VariableValueData> variableValueDataList, Principal principal) Add or update variables valuesConstructor parameters in com.easy_model.webservice.model.variable with type arguments of type VariableValueDataModifierConstructorDescriptionVariableData(Long id, @NotEmpty @Pattern(regexp="^(?:[A-z]|[0-9]|[ ]|[%])*") String variableName, String variableDescription, Long variableAreaId, Long variableSubAreaId, String variableFormula, @NotEmpty @Pattern(regexp="input|calc|constant|check|single_result|kpi|sub_total_row|total_row",flags=CASE_INSENSITIVE) String variableType, Integer row, Integer variableOrder, Integer variableDepth, boolean variableApplyToHistoricals, @NotEmpty @Pattern(regexp="decimal|integer|percent|date",flags=CASE_INSENSITIVE) String variableFormat, List<VariableValueData> variableValues, List<Long> variableDependencies, String evaluatedVariableFormula, Long originalId, String evaluatedXLformula, List<Object[]> historicalValues, List<Object[]> projectionValues, boolean modelledAtSegment, List<Object> singleOrConstantValue, List<Object> yearToDateValue, List<Object> yearToGoValue) Creates an instance of aVariableDatarecord class. -
Uses of VariableValueData in com.easy_model.webservice.model.variablevalue
Methods in com.easy_model.webservice.model.variablevalue that return VariableValueDataMethods in com.easy_model.webservice.model.variablevalue that return types with arguments of type VariableValueDataModifier and TypeMethodDescriptionImportVariableValueData.variableValueData()Returns the value of thevariableValueDatarecord component.Constructors in com.easy_model.webservice.model.variablevalue with parameters of type VariableValueDataConstructor parameters in com.easy_model.webservice.model.variablevalue with type arguments of type VariableValueDataModifierConstructorDescriptionImportVariableValueData(long id, String sourceFile, Boolean clearAllVariableValues, List<VariableValueData> variableValueData) Creates an instance of aImportVariableValueDatarecord class.