Uses of Class
com.modulink.Model.Eventi.EventoService
Packages that use EventoService
Package
Description
-
Uses of EventoService in com.modulink.Controller.UserModules.GDE
Fields in com.modulink.Controller.UserModules.GDE declared as EventoServiceModifier and TypeFieldDescriptionprivate final EventoServiceCalendarioController.eventoServiceprivate final EventoServiceEventoController.eventoServiceConstructors in com.modulink.Controller.UserModules.GDE with parameters of type EventoServiceModifierConstructorDescriptionCalendarioController(ModuloService moduloService, CustomUserDetailsService customUserDetailsService, EventoService eventoService) Costruttore per l'iniezione delle dipendenze e configurazione del modulo.EventoController(EventoService eventoService, EventoRepository eventoRepository, PartecipazioneService partecipazioneService, CustomUserDetailsService customUserDetailsService, UserRepository userRepository, ModuloService moduloService, AssegnazioneService assegnazioneService) Inizializza il controller iniettando i servizi necessari per l'interazione con eventi, task e utenze. -
Uses of EventoService in com.modulink.DatabasePopulator
Fields in com.modulink.DatabasePopulator declared as EventoServiceModifier and TypeFieldDescriptionprivate final EventoServiceDataInitializerService.eventoServiceConstructors in com.modulink.DatabasePopulator with parameters of type EventoServiceModifierConstructorDescriptionDataInitializerService(AziendaService aziendaService, CustomUserDetailsService customUserDetailsService, RuoloRepository ruoloRepository, AssociazioneRepository associazioneRepository, ModuloRepository moduloRepository, AttivazioneRepository attivazioneRepository, PertinenzaRepository pertinenzaRepository, EventoService eventoService, PartecipazioneRepository partecipazioneRepository, AttivazioneService attivazioneService, TaskService taskService, ProdottoService prodottoService) Costruttore per l'iniezione delle dipendenze richieste dal contesto Spring. -
Uses of EventoService in com.modulink.service.UserModules.GDE
Fields in com.modulink.service.UserModules.GDE declared as EventoService