Uses of Class
app.valuationcontrol.webservice.EntityService
Packages that use EntityService
Package
Description
-
Uses of EntityService in app.valuationcontrol.webservice.model
Constructors in app.valuationcontrol.webservice.model with parameters of type EntityServiceModifierConstructorDescriptionModelController(ModelRepository modelRepository, VariableRepository variableRepository, XLHandleManager xlHandleManager, EntityService entityService, UserRepository userRepository, Events events, EninAPIService eninAPIService, OpenAiServiceImplementation openAiServiceImplementation) Initializes the model controller and establish link to database Creator function that ensures that the model is connected to a document -
Uses of EntityService in app.valuationcontrol.webservice.model.area
Constructors in app.valuationcontrol.webservice.model.area with parameters of type EntityServiceModifierConstructorDescriptionAreaController(AuditLog auditlog, EntityService entityService, Events events) Initializes the Area controller and establish link to database -
Uses of EntityService in app.valuationcontrol.webservice.model.events.listeners
Constructors in app.valuationcontrol.webservice.model.events.listeners with parameters of type EntityServiceModifierConstructorDescriptionConnectUserToModelWhenCreated(EntityService entityService, UserRepository userRepository) VariableNameChangeListener(EntityService entityService) -
Uses of EntityService in app.valuationcontrol.webservice.model.graph
Constructors in app.valuationcontrol.webservice.model.graph with parameters of type EntityService -
Uses of EntityService in app.valuationcontrol.webservice.model.segment
Constructors in app.valuationcontrol.webservice.model.segment with parameters of type EntityServiceModifierConstructorDescriptionSegmentController(EntityService entityService, VariableValueRepository variableValueRepository, XLHandleManager xlHandleManager, VariableController variableController, VariableRepository variableRepository, Events events) Initializes the logEntry controller and establish link to database -
Uses of EntityService in app.valuationcontrol.webservice.model.sensitivity
Constructors in app.valuationcontrol.webservice.model.sensitivity with parameters of type EntityServiceModifierConstructorDescriptionSensitivityController(XLHandleManager xlHandleManager, EntityService entityService, Events events) Initializes the Sensitivity controller and establish link to database -
Uses of EntityService in app.valuationcontrol.webservice.model.subarea
Constructors in app.valuationcontrol.webservice.model.subarea with parameters of type EntityServiceModifierConstructorDescriptionSubAreaController(EntityService entityService, AuditLog auditLog, Events events) Initializes the Area controller and establish link to database -
Uses of EntityService in app.valuationcontrol.webservice.model.variable
Constructors in app.valuationcontrol.webservice.model.variable with parameters of type EntityServiceModifierConstructorDescriptionVariableController(EntityService entityService, Events events) Initializes the model controller and establish link to database Creator function that ensures that the model is connected to a document -
Uses of EntityService in app.valuationcontrol.webservice.user
Constructors in app.valuationcontrol.webservice.user with parameters of type EntityServiceModifierConstructorDescriptionUserController(UserRepository userRepository, EntityService entityService) Initializes the User controller and establish link to database Creator function that ensures that the model is connected to a document