Uses of Class
it.uniupo.simnova.service.NotifierService
Packages that use NotifierService
Package
Description
- 
Uses of NotifierService in it.uniupo.simnova.viewsConstructors in it.uniupo.simnova.views with parameters of type NotifierServiceModifierConstructorDescriptionMainLayout(NotifierService notifierService, ActiveNotifierManager activeNotifierManager) Costruttore che inizializza il layout principale con i servizi necessari.
- 
Uses of NotifierService in it.uniupo.simnova.views.creation.scenarioConstructors in it.uniupo.simnova.views.creation.scenario with parameters of type NotifierServiceModifierConstructorDescriptionAICreation(FileStorageService fileStorageService, ScenarioImportService scenarioImportService, ExternalApiService externalApiService, NotifierService notifierService, ExecutorService executorService, ActiveNotifierManager activeNotifierManager) Costruttore della classe AICreation.ScenarioDetailsView(ScenarioService scenarioService, FileStorageService fileStorageService, MaterialeService materialeNecessario, AdvancedScenarioService advancedScenarioService, PatientSimulatedScenarioService patientSimulatedScenarioService, AzioneChiaveService azionechiaveService, EsameRefertoService esameRefertoService, EsameFisicoService esameFisicoService, PazienteT0Service pazienteT0Service, PresidiService presidiService, ExternalApiService externalApiService, LabExamService labExamService, ExecutorService executorService, NotifierService notifierService, ActiveNotifierManager activeNotifierManager) Costruttore della vistaScenarioDetailsView.
- 
Uses of NotifierService in it.uniupo.simnova.views.ui.helperMethods in it.uniupo.simnova.views.ui.helper with parameters of type NotifierServiceModifier and TypeMethodDescriptionstatic com.vaadin.flow.component.orderedlayout.VerticalLayoutExamSupport.createExamsContent(EsameRefertoService esameRefertoService, FileStorageService fileStorageService, Integer scenarioId, Scenario scenario, ExternalApiService externalApiService, LabExamService labExamService, ExecutorService executorService, NotifierService notifierService, EsameFisicoService esameFisicoService, ActiveNotifierManager activeNotifierManager) Crea il contenuto della sezione Esami e Referti per uno scenario specifico.static com.vaadin.flow.component.orderedlayout.VerticalLayoutGeneralSupport.createOverviewContentWithData(Scenario scenario, boolean isPediatricScenario, String infoGenitore, ScenarioService scenarioService, MaterialeService materialeService, AzioneChiaveService azioneChiaveService, ExecutorService executorService, NotifierService notifierService, EsameFisicoService esameFisicoService, ExternalApiService externalApiService, ActiveNotifierManager activeNotifierManager) Crea il layout principale per la visualizzazione delle informazioni di overview di uno scenario.