Index

A B C D E F G H I J L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

U

underTest - Variable in class it.unisa.thespoon.dashboardpersonale.controller.DashboardPersonaleControllerTest
 
underTest - Variable in class it.unisa.thespoon.dashboardpersonale.service.DashboardPersonaleImplTest
 
underTest - Variable in class it.unisa.thespoon.login.control.LoginControllerTest
 
underTest - Variable in class it.unisa.thespoon.login.service.LoginServiceImplTest
 
underTest - Variable in class it.unisa.thespoon.model.dao.DashboardPersonaleDAOTest
 
underTest - Variable in class it.unisa.thespoon.model.dao.RistoranteDAOTest
 
underTest - Variable in class it.unisa.thespoon.model.dao.RistoratoreDAOTest
 
underTest - Variable in class it.unisa.thespoon.ristorante.controller.RistoranteControllerTest
 
underTest - Variable in class it.unisa.thespoon.ristorante.service.RistoranteServiceImplTest
 
updatePassword() - Method in class it.unisa.thespoon.dashboardpersonale.controller.DashboardPersonaleControllerTest
Testa l'endpoint updatePassword effettuando una richiesta con parametri validi
updatePassword() - Method in class it.unisa.thespoon.dashboardpersonale.service.DashboardPersonaleImplTest
Testa la funzione di updatePassword inserendo parametri validi e inoltrata ad un account registrato.
updatePassword(UpdatePasswordRequest, String) - Method in class it.unisa.thespoon.dashboardpersonale.service.DashboardPersonaleImpl
Metodo adibito alla modifica della password dell'account ristoratore
updatePassword(UpdatePasswordRequest, String) - Method in interface it.unisa.thespoon.dashboardpersonale.service.DashboardPersonaleService
 
UpdatePassword(UpdatePasswordRequest, Authentication) - Method in class it.unisa.thespoon.dashboardpersonale.controller.DashboardPersonaleController
 
UpdatePasswordRequest - Class in it.unisa.thespoon.model.request
Classe che rappresenta una richiesta di modifica password indirizzata al sottosistema Dashboard Personale
UpdatePasswordRequest(String, String) - Constructor for class it.unisa.thespoon.model.request.UpdatePasswordRequest
 
updatePrenotazione(UpdatePrenotazioneRequest) - Method in interface it.unisa.thespoon.prenotazioni.service.PrenotazioniService
Firma del metodo adibito alla modifica di una prenotazione all'interno di TheSpoon
updatePrenotazione(UpdatePrenotazioneRequest) - Method in class it.unisa.thespoon.prenotazioni.service.PrenotazioniServiceImpl
Firma del metodo adibito alla modifica di una prenotazione all'interno di TheSpoon
UpdatePrenotazione(UpdatePrenotazioneRequest) - Method in class it.unisa.thespoon.prenotazioni.controller.PrenotazioniController
 
UpdatePrenotazioneRequest - Class in it.unisa.thespoon.model.request
Classe che rappresenta una richiesta di modifica prenotazione indirizzata al sottosistema prenotazioni
UpdatePrenotazioneRequest(List<String>, LocalDate, Time, Integer, Integer, String) - Constructor for class it.unisa.thespoon.model.request.UpdatePrenotazioneRequest
 
updateRistorante() - Method in class it.unisa.thespoon.ristorante.controller.RistoranteControllerTest
Testa l'endpoint di modifica dati di un ristorante effettuando una richiesta con parametri validi
updateRistorante() - Method in class it.unisa.thespoon.ristorante.service.RistoranteServiceImplTest
Testa la funzionalità di modifica dei dettagli di un ristorante all'interno della piattaforma.
updateRistorante(UpdateRistoranteRequest, Integer, String) - Method in interface it.unisa.thespoon.ristorante.service.RistoranteService
Firma del metodo per aggiornare i dettagli di un ristorante
updateRistorante(UpdateRistoranteRequest, Integer, String) - Method in class it.unisa.thespoon.ristorante.service.RistoranteServiceImpl
Metodo per aggiornare i dettagli di un ristorante
UpdateRistorante(UpdateRistoranteRequest, Integer, Authentication) - Method in class it.unisa.thespoon.ristorante.controller.RistoranteController
 
UpdateRistoranteRequest - Class in it.unisa.thespoon.model.request
Classe che rappresenta una richiesta di modifica ristorante indirizzata al sottosistema ristorante
UpdateRistoranteRequest(String, String, Integer, String, String, String) - Constructor for class it.unisa.thespoon.model.request.UpdateRistoranteRequest
 
updateRistoratoreDetails() - Method in class it.unisa.thespoon.dashboardpersonale.controller.DashboardPersonaleControllerTest
Testa l'endpoint updateRistoratoreDetails effettuando una richiesta con parametri validi
updateRistoratoreDetails() - Method in class it.unisa.thespoon.dashboardpersonale.service.DashboardPersonaleImplTest
Testa la funzione di updateRistoratoreDetails inserendo parametri validi e inoltrata ad un account registrato.
updateRistoratoreDetails(UpdateRistoratoreRequest, String) - Method in class it.unisa.thespoon.dashboardpersonale.service.DashboardPersonaleImpl
Metodo adibito alla modifica dei dettagli del ristoratore
updateRistoratoreDetails(UpdateRistoratoreRequest, String) - Method in interface it.unisa.thespoon.dashboardpersonale.service.DashboardPersonaleService
 
UpdateRistoratoreDetails(UpdateRistoratoreRequest, Authentication) - Method in class it.unisa.thespoon.dashboardpersonale.controller.DashboardPersonaleController
 
UpdateRistoratoreRequest - Class in it.unisa.thespoon.model.request
Classe che rappresenta una richiesta di modifica dati personali indirizzata al sottosistema Dashboard Personale
UpdateRistoratoreRequest(String, String, String, String, LocalDate) - Constructor for class it.unisa.thespoon.model.request.UpdateRistoratoreRequest
 
UserAlreadyExistsException - Exception Class in it.unisa.thespoon.exceptionhandler
Classe che implementa l'eccezione UserAlreadyExists
UserAlreadyExistsException(String, Throwable) - Constructor for exception class it.unisa.thespoon.exceptionhandler.UserAlreadyExistsException
 
userDetailsService() - Method in class it.unisa.thespoon.login.service.UserService
Metodo per recuperare i dettagli di un'Utente
userService - Variable in class it.unisa.thespoon.config.SecurityConfig
 
userService - Variable in class it.unisa.thespoon.dashboardpersonale.controller.DashboardPersonaleControllerTest
 
userService - Variable in class it.unisa.thespoon.dashboardpersonale.service.DashboardPersonaleImplTest
 
userService - Variable in class it.unisa.thespoon.filters.JwtAuthenticationFilter
 
userService - Variable in class it.unisa.thespoon.login.control.LoginControllerTest
 
userService - Variable in class it.unisa.thespoon.login.service.LoginServiceImpl
 
userService - Variable in class it.unisa.thespoon.login.service.LoginServiceImplTest
 
userService - Variable in class it.unisa.thespoon.model.dao.RistoranteDAOTest
 
userService - Variable in class it.unisa.thespoon.ristorante.controller.RistoranteControllerTest
 
userService - Variable in class it.unisa.thespoon.ristorante.service.RistoranteServiceImplTest
 
UserService - Class in it.unisa.thespoon.login.service
Classe che implementa i metodi per recuperare i dettagli dell'utente e salvare l'utente nel DB
UserService() - Constructor for class it.unisa.thespoon.login.service.UserService
 
A B C D E F G H I J L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form