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

F

failedConfermaOrdineOrdineNotFound() - Method in class it.unisa.thespoon.ordini.service.OrdiniServiceImplTest
Testa la funzionalità di conferma ordine inserendo un IDOrdine che non corrisponde a nesun ordine presente nel sistema
failedGetProdottiByIdOrdineIdRistoranteOrdineNotFound() - Method in class it.unisa.thespoon.ordini.service.OrdiniServiceImplTest
Testa la funzionalità di recupero prodotti di un ordine inserendo un IDOrdine e un IDRistorante non validi
FailedGetRistoratoreDetails() - Method in class it.unisa.thespoon.dashboardpersonale.controller.DashboardPersonaleControllerTest
Testa l'endpoint getRistoratoreDetails effettuando una richiesta con parametri non validi
FailedGetRistoratoreDetails() - Method in class it.unisa.thespoon.dashboardpersonale.service.DashboardPersonaleImplTest
Testa la funzione di getRistoratoreDetails inoltrandola da un account non registrato
failedInsertOrdineProductNotFound() - Method in class it.unisa.thespoon.ordini.service.OrdiniServiceImplTest
Testa la funzionalità di inserimento ordine inserendo un IDProdotto che non corrisponde a nesun prodotto presente nel sistema
failedInsertOrdineRistoranteNotFound() - Method in class it.unisa.thespoon.ordini.service.OrdiniServiceImplTest
Test per la funzionalità di inserimento ordine effettuando una richiesta inserendo con un IdRistorante non associato ad un ristorante presente nella piattaforma
failedOrdiniByRistoranteRistoratoreNotFound() - Method in class it.unisa.thespoon.ordini.service.OrdiniServiceImplTest
Testa la funzionalità di recupero ordini di un ristorante inserendo una mail non associata ad un ristoratore
FailedUpdatePassword() - Method in class it.unisa.thespoon.dashboardpersonale.controller.DashboardPersonaleControllerTest
Testa l'endpoint updatePassword effettuando una richiesta con parametri non validi
FailedUpdatePasswordAccNotFind() - Method in class it.unisa.thespoon.dashboardpersonale.service.DashboardPersonaleImplTest
Testa la funzione di updateRistoratoreDetails inserendo parametri validi ma inoltrati da un account non registrato
FailedUpdatePasswordPassNotMatch() - Method in class it.unisa.thespoon.dashboardpersonale.service.DashboardPersonaleImplTest
Testa la funzione di updatePassword inserendo parametri non validi validi
failedUpdateRistoranteNotOwner() - Method in class it.unisa.thespoon.ristorante.service.RistoranteServiceImplTest
Testa la funzionalità di modifica dati del ristorante inserendo una mail non associata al proprietaro del ristorante che si intende modificare
FailedUpdateRistoratoreDetails() - Method in class it.unisa.thespoon.dashboardpersonale.controller.DashboardPersonaleControllerTest
Testa l'endpoint updateRistoratoreDetails effettuando una richiesta con parametri non validi
FailedUpdateRistoratoreDetails() - Method in class it.unisa.thespoon.dashboardpersonale.service.DashboardPersonaleImplTest
Testa la funzione di updateRistoratoreDetails inserendo parametri non validi
failedUpdateRistoratoreUserNotFound() - Method in class it.unisa.thespoon.ristorante.service.RistoranteServiceImplTest
Testa la funzionalità di modifica dati del ristorante inserendo una mail non associata a nessun account registrato
failInsertRistorante() - Method in class it.unisa.thespoon.ristorante.controller.RistoranteControllerTest
Testa l'endpoint di inserimento ristorante effettuando una richiesta con una mail non associata nessun ristoratore
failInsertRistorante() - Method in class it.unisa.thespoon.ristorante.service.RistoranteServiceImplTest
Testa la funzionalità di inserimento ristorante inserendo una mail non associata a nessun ristoratore
failUpdateRistoranteNotOwner() - Method in class it.unisa.thespoon.ristorante.controller.RistoranteControllerTest
Testa l'endpoint di modifica dati di un ristorante effettuando una richiesta con parametri non validi, in particolare il ristoratore non è proprietario del ristorante che si vuole modificare
failUpdateRistoranteUserNotFound() - Method in class it.unisa.thespoon.ristorante.controller.RistoranteControllerTest
Testa l'endpoint di modifica dati di un ristorante effettuando una richiesta con parametri non validi, in particolare la mail non risulta associata ad un ristoratore
field - Variable in class it.unisa.thespoon.exceptionhandler.ApiValidationError
 
filter - Variable in class it.unisa.thespoon.login.control.LoginControllerTest
 
findAllByIdristorante(Integer) - Method in interface it.unisa.thespoon.model.dao.ProdottoDAO
 
findAllByIdRistorante(Integer) - Method in interface it.unisa.thespoon.model.dao.OrdiniDAO
 
findAllDetailsByEmail() - Method in class it.unisa.thespoon.model.dao.DashboardPersonaleDAOTest
Verifica la correttezza del valore tornato in caso di mail presente nel DB
findAllDetailsByEmail(String) - Method in interface it.unisa.thespoon.model.dao.DashboardPersonaleDAO
Query per recuperare i dettagli completi di un ristoratore data una mail
findByEmail() - Method in class it.unisa.thespoon.model.dao.RistoratoreDAOTest
Verifica la correttezza del valore tornato in caso di email presente nel DB
findByEmail(String) - Method in interface it.unisa.thespoon.model.dao.RistoratoreDAO
Query per recuperare un ristoratore data una mail
findByIdAndAndOwnersID() - Method in class it.unisa.thespoon.model.dao.RistoranteDAOTest
Verifica la correttezza del valore tornato per la query di ricerca ristorante mediante ID e ID Ristoratore
findByIdAndAndOwnersID(Integer, Integer) - Method in interface it.unisa.thespoon.model.dao.RistoranteDAO
 
findByNumeroTavoloAndRistorantePropId(String, Integer) - Method in interface it.unisa.thespoon.model.dao.TavoloDAO
 
findByRistorantePropId(Integer) - Method in interface it.unisa.thespoon.model.dao.TavoloDAO
 
findDetailsByEmail() - Method in class it.unisa.thespoon.model.dao.DashboardPersonaleDAOTest
Verifica la correttezza del valore tornato in caso di mail presente nel DB
findDetailsByEmail(String) - Method in interface it.unisa.thespoon.model.dao.DashboardPersonaleDAO
Query per recuperare un ristoratore data una mail
findMenusByRistoranteId(Integer) - Method in interface it.unisa.thespoon.model.dao.MenuDAO
 
findPrenotazioneByDataAndOraAndTavoli(LocalDate, Time, Tavolo) - Method in interface it.unisa.thespoon.model.dao.PrenotazioneDAO
 
findPrenotazioneByDataAndOraAndTavoliAndIdIsNot(LocalDate, Time, Tavolo, Integer) - Method in interface it.unisa.thespoon.model.dao.PrenotazioneDAO
 
findPrenotazioneTavoloByIdRistorante(Integer) - Method in interface it.unisa.thespoon.model.dao.PrenotazioneDAO
 
findProdottiInMenu(Integer) - Method in interface it.unisa.thespoon.model.dao.ProdottoDAO
 
findRistoranteByNomeAndVia(String, String, String, String, Integer) - Method in interface it.unisa.thespoon.model.dao.RistoranteDAO
 
findRistoranteByOwners() - Method in class it.unisa.thespoon.model.dao.RistoranteDAOTest
Verifica la correttezza del valore tornato per la query di ricerca ristorante mediante ID Ristoratore
findRistoranteByOwners(Integer) - Method in interface it.unisa.thespoon.model.dao.RistoranteDAO
 
findSingleProdottoById(Integer) - Method in interface it.unisa.thespoon.model.dao.ProdottoDAO
 
findTavoliByIdPrenotazione(Integer) - Method in interface it.unisa.thespoon.model.dao.PrenotazioneDAO
 
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