Uses of Interface
com.modulink.Model.Eventi.EventoRepository
Packages that use EventoRepository
Package
Description
-
Uses of EventoRepository in com.modulink.Controller.UserModules.GDE
Fields in com.modulink.Controller.UserModules.GDE declared as EventoRepositoryModifier and TypeFieldDescriptionprivate final EventoRepositoryEventoController.eventoRepositoryConstructors in com.modulink.Controller.UserModules.GDE with parameters of type EventoRepositoryModifierConstructorDescriptionEventoController(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 EventoRepository in com.modulink.Model.Eventi
Fields in com.modulink.Model.Eventi declared as EventoRepositoryConstructors in com.modulink.Model.Eventi with parameters of type EventoRepositoryModifierConstructorDescriptionEventoService(EventoRepository eventoRepository) Costruttore per Dependency Injection. -
Uses of EventoRepository in com.modulink.service.UserModules.GDE
Fields in com.modulink.service.UserModules.GDE declared as EventoRepository