Uses of Class
com.modulink.Model.Utente.UserNotFoundException
Packages that use UserNotFoundException
-
Uses of UserNotFoundException in com.modulink.Model.Utente
Methods in com.modulink.Model.Utente that throw UserNotFoundExceptionModifier and TypeMethodDescriptionCustomUserDetailsService.getAllUsersFromIDs(List<Integer> ids, int id_azienda) Recupera una lista di utenti a partire da una lista di ID, verificando l'appartenenza all'azienda.CustomUserDetailsService.getByID(int id, int id_azienda) Recupera un singolo utente tramite ID e ID azienda.