Uses of Class
com.easy_model.webservice.EntityService
Packages that use EntityService
Package
Description
-
Uses of EntityService in com.easy_model.webservice.model
Constructors in com.easy_model.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 com.easy_model.webservice.model.area
Constructors in com.easy_model.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 com.easy_model.webservice.model.events.listeners
Constructors in com.easy_model.webservice.model.events.listeners with parameters of type EntityServiceModifierConstructorDescriptionConnectUserToModelWhenCreated(EntityService entityService, UserRepository userRepository) VariableNameChangeListener(EntityService entityService) -
Uses of EntityService in com.easy_model.webservice.model.graph
Constructors in com.easy_model.webservice.model.graph with parameters of type EntityService -
Uses of EntityService in com.easy_model.webservice.model.segment
Constructors in com.easy_model.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 com.easy_model.webservice.model.sensitivity
Constructors in com.easy_model.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 com.easy_model.webservice.model.subarea
Constructors in com.easy_model.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 com.easy_model.webservice.model.variable
Constructors in com.easy_model.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 com.easy_model.webservice.user
Constructors in com.easy_model.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