Uses of Class
com.easy_model.webservice.model.Model
Packages that use Model
Package
Description
-
Uses of Model in com.easy_model.webservice.helpers
Methods in com.easy_model.webservice.helpers that return ModelModifier and TypeMethodDescriptionDataPeriod.myModel()Returns the value of themyModelrecord component.Constructors in com.easy_model.webservice.helpers with parameters of type ModelModifierConstructorDescriptionCalculationData(Model model, List<SensitivityResult> sensitivityResults, Map<Long, List<CellError>> formulaErrors, Map<Long, List<CellError>> variableCellErrors, int scenarioNumber) DataPeriod(Model myModel, Integer periodOffset, Integer segmentOffsetFactor, boolean isConstant) Creates an instance of aDataPeriodrecord class. -
Uses of Model in com.easy_model.webservice.model
Methods in com.easy_model.webservice.model with parameters of type ModelModifier and TypeMethodDescriptionvoidKeyParam.copyFromExisting(KeyParam keyParam, Model model) Printing code for an entire model to use in FullModelTestorg.springframework.http.ResponseEntity<Void> ModelController.deleteModel(Model model, Principal principal) org.springframework.http.ResponseEntity<CalculationData> ModelController.getCalculation(Model model, Integer scenarioNumber) org.springframework.http.ResponseEntity<ScenarioComparison> ModelController.getComparison(Model model) org.springframework.http.ResponseEntity<CalculationData> ModelController.getMetadata(Model model, Integer scenarioNumber) voidModelController.initiateFormulas(Model model) org.springframework.http.ResponseEntity<String> org.springframework.http.ResponseEntity<String> ModelController.unlockModel(Model model, Principal principal) org.springframework.http.ResponseEntity<String> ModelController.updateKeyParam(Model model, @Valid KeyParam keyParam, Principal principal) org.springframework.http.ResponseEntity<String> ModelController.updateModel(Model model, @Valid ModelData modelData, Principal principal) -
Uses of Model in com.easy_model.webservice.model.area
Methods in com.easy_model.webservice.model.area with parameters of type ModelModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Long> AreaController.createArea(Model existingModel, @Valid AreaData area, Principal principal) org.springframework.http.ResponseEntity<String> AreaController.deleteArea(Model model, Area area, Principal principal) org.springframework.http.ResponseEntity<String> AreaController.swapAreaOrder(Model model, Area area, Area newArea, Principal principal) org.springframework.http.ResponseEntity<String> AreaController.updateArea(Model model, Area existingArea, @Valid AreaData areaData, Principal principal) Constructors in com.easy_model.webservice.model.area with parameters of type Model -
Uses of Model in com.easy_model.webservice.model.events
Methods in com.easy_model.webservice.model.events with parameters of type ModelModifier and TypeMethodDescriptionstatic <M> Event<M> static <M> Event<M> Events.getInstance(Model model) static <M> Event<M> Event.lightUpdated(Object source, M updated, Principal principal, Class<?> parameterClass, Model model) static <M> Event<M> Event.updated(Object source, M old, M updated, Principal principal, Class<?> parameterClass, Model model) Constructors in com.easy_model.webservice.model.events with parameters of type Model -
Uses of Model in com.easy_model.webservice.model.events.listeners
Methods in com.easy_model.webservice.model.events.listeners with parameters of type ModelModifier and TypeMethodDescriptionstatic voidAuditLog.log(LogEntryRepository logEntryRepository, Model model, String action, Principal user) static voidAuditLog.log(LogEntryRepository logEntryRepository, Model model, String action, Principal user, String formulaBefore, String formulaAfter, Long variableId) voidMethod parameters in com.easy_model.webservice.model.events.listeners with type arguments of type Model -
Uses of Model in com.easy_model.webservice.model.events.listeners.logger
Method parameters in com.easy_model.webservice.model.events.listeners.logger with type arguments of type Model -
Uses of Model in com.easy_model.webservice.model.graph
Methods in com.easy_model.webservice.model.graph with parameters of type ModelModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Long> ModelGraphController.addGraph(Model model, @Valid ModelGraphData graphData, Principal principal) org.springframework.http.ResponseEntity<String> ModelGraphController.deleteArea(Model model, ModelGraph graph, Principal principal) ModelGraph.setAttachedModel(Model attachedModel) org.springframework.http.ResponseEntity<Long> ModelGraphController.updateGraph(Model model, ModelGraph existingGraph, @Valid ModelGraphData updatedGraphData, Principal principal) Constructors in com.easy_model.webservice.model.graph with parameters of type Model -
Uses of Model in com.easy_model.webservice.model.logentry
Methods in com.easy_model.webservice.model.logentry with parameters of type Model -
Uses of Model in com.easy_model.webservice.model.segment
Methods in com.easy_model.webservice.model.segment with parameters of type ModelModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Long> SegmentController.addSegment(Model model, @Valid SegmentData segmentData, Principal principal) org.springframework.http.ResponseEntity<Long> SegmentController.addSegmentWithVariableValues(Model model, @Valid SegmentWithVariableValues segmentWithVariableValues, Principal principal) org.springframework.http.ResponseEntity<String> SegmentController.deleteSegment(Model model, Segment segment, Principal principal) Deletes a segmentvoidSegment.updateFrom(SegmentData segmentData, Model model) org.springframework.http.ResponseEntity<String> SegmentController.updateSegment(Model model, Segment segment, @Valid SegmentData segmentData, Principal principal) Constructors in com.easy_model.webservice.model.segment with parameters of type Model -
Uses of Model in com.easy_model.webservice.model.sensitivity
Methods in com.easy_model.webservice.model.sensitivity with parameters of type ModelModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Long> SensitivityController.addSensitivity(Model model, @Valid SensitivityData sensitivityData, Principal principal) static IntegerSensitivity.asModelYear(Integer indexedPeriod, Model model) org.springframework.http.ResponseEntity<String> SensitivityController.deleteSensitivity(Model model, Sensitivity sensitivity, Principal principal) static IntegerReturns relative index for this year compared to models start yearorg.springframework.http.ResponseEntity<String> SensitivityController.runSensitivities(Model model, Integer scenarioNumber, Principal principal) org.springframework.http.ResponseEntity<String> SensitivityController.updateSensitivity(Model model, Sensitivity existingSensitivity, @Valid SensitivityData sensitivityData, Principal principal) Constructors in com.easy_model.webservice.model.sensitivity with parameters of type Model -
Uses of Model in com.easy_model.webservice.model.subarea
Methods in com.easy_model.webservice.model.subarea with parameters of type ModelModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Long> SubAreaController.addSubArea(Model model, Area area, @Valid SubAreaData subAreaData, Principal principal) org.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) -
Uses of Model in com.easy_model.webservice.model.variable
Methods in com.easy_model.webservice.model.variable with parameters of type ModelModifier and TypeMethodDescriptionVariableController.addOrUpdateVariableValues(Model model, @Valid List<VariableValueData> variableValueDataList, Principal principal) Add or update variables valuesorg.springframework.http.ResponseEntity<Long> VariableController.addVariableValue(Model model, Variable variable, @Valid VariableValueData variableValueData, Principal principal) org.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.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 @modelVariableController.importVariableValues(Model model, @Valid ImportVariableValueData importVariableValueData, Principal principal) org.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 com.easy_model.webservice.model.variable with parameters of type ModelModifierConstructorDescriptionVariable(VariableData variableData, Model model, Area area, SubArea subArea) -
Uses of Model in com.easy_model.webservice.openai
Methods in com.easy_model.webservice.openai with parameters of type ModelModifier 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 Model in com.easy_model.webservice.presentation
Constructors in com.easy_model.webservice.presentation with parameters of type ModelModifierConstructorDescriptionPresentationManager(Model model, CalculationData calculationData, OpenAiServiceImplementation openAiServiceImplementation) -
Uses of Model in com.easy_model.webservice.securityhelpers
Methods in com.easy_model.webservice.securityhelpers with parameters of type Model -
Uses of Model in com.easy_model.webservice.user
Methods in com.easy_model.webservice.user with parameters of type ModelModifier and TypeMethodDescriptionvoidUser.addModel(Model model, User.MODEL_ROLE role) org.springframework.http.ResponseEntity<Long> UserController.addUserToModel(Model model, User.MODEL_ROLE role, @Valid Email email, Principal principal) UserRepository.findByModel(Model model) org.springframework.http.ResponseEntity<List<UserAccessData>> UserController.getUserModelAccess(Model model, Principal principal) org.springframework.http.ResponseEntity<Void> UserController.removeUserModelRole(Model model, Long userId, Principal principal) -
Uses of Model in com.easy_model.webservice.xlhandler
Methods in com.easy_model.webservice.xlhandler that return ModelModifier and TypeMethodDescriptionSensitivityRunner.model()Returns the value of themodelrecord component.Methods in com.easy_model.webservice.xlhandler with parameters of type ModelModifier and TypeMethodDescriptionprotected XLInstanceXLHandleManager.createModelInstance(Model model) XLHandleManager.getXLInstanceForModel(Model model) voidXLInstance.setAttachedModel(Model attachedModel) Constructors in com.easy_model.webservice.xlhandler with parameters of type ModelModifierConstructorDescriptionSensitivityRunner(CalcDocument calcDocument, List<Sensitivity> sensitivities, SCENARIO scenario, Model model) Creates an instance of aSensitivityRunnerrecord class.XLInstance(Model attachedModel, CalcDocument calcDocument, ModelChangeNotifier modelChangeNotifier) Connects the XLManager to a new Calc document