Uses of Class
it.uniupo.simnova.domain.common.Tempo
Packages that use Tempo
Package
Description
- 
Uses of Tempo in it.uniupo.simnova.domain.scenarioMethods in it.uniupo.simnova.domain.scenario that return types with arguments of type TempoModifier and TypeMethodDescriptionAdvancedScenario.getTempi()Restituisce la lista dei tempi/fasi dello scenario.Method parameters in it.uniupo.simnova.domain.scenario with type arguments of type TempoModifier and TypeMethodDescriptionvoidImposta la lista dei tempi/fasi dello scenario.Constructor parameters in it.uniupo.simnova.domain.scenario with type arguments of type TempoModifierConstructorDescriptionAdvancedScenario(int id, String titolo, String nome_paziente, String patologia, String descrizione, String briefing, String patto_aula, String obiettivo, String moulage, String liquidi, float timer_generale, int id_advanced_scenario, ArrayList<Tempo> tempi, String autori, String tipologia, String infoGenitore, String target) Costruttore completo per creare un nuovo oggettoAdvancedScenario.PatientSimulatedScenario(int id, String titolo, String nome_paziente, String patologia, String descrizione, String briefing, String patto_aula, String obiettivo, String moulage, String liquidi, float timer_generale, String autori, String tipologia, String target, String infoGenitore, int id_advanced_scenario, ArrayList<Tempo> tempi, int idPatientSimulatedScenario, int advancedScenario, String sceneggiatura) Costruttore completo per creare un nuovo oggettoPatientSimulatedScenario.
- 
Uses of Tempo in it.uniupo.simnova.service.scenario.typesMethods in it.uniupo.simnova.service.scenario.types that return types with arguments of type TempoModifier and TypeMethodDescriptionAdvancedScenarioService.getTempiByScenarioId(int scenarioId) Recupera tutti gli oggettiTempoassociati a uno scenario avanzato specifico.Method parameters in it.uniupo.simnova.service.scenario.types with type arguments of type Tempo
- 
Uses of Tempo in it.uniupo.simnova.views.ui.helperMethods in it.uniupo.simnova.views.ui.helper that return TempoModifier and TypeMethodDescriptionTimeSection.prepareDataForSave()Prepara i dati di questa sezione temporale per il salvataggio nel database.Method parameters in it.uniupo.simnova.views.ui.helper with type arguments of type TempoModifier and TypeMethodDescriptionstatic com.vaadin.flow.component.orderedlayout.VerticalLayoutTimesSupport.createTimelineContent(List<Tempo> tempi, int scenarioId, AdvancedScenarioService advancedScenarioService, boolean isPediatric) Crea un layout verticale che visualizza la timeline di uno scenario.