Uses of Class
usecase.user.UserProfile
-
Packages that use UserProfile Package Description usecase.user Package contenente la logica relativa agli utenti -
-
Uses of UserProfile in usecase.user
Methods in usecase.user that return UserProfile Modifier and Type Method Description UserProfileUserService. getUser(int id)Ritorna un entita UserProfile dato un idUserProfileUserService. getUser(@NotBlank String name)Ritorna un entita UserProfile dato un nomeMethods in usecase.user that return types with arguments of type UserProfile Modifier and Type Method Description List<UserProfile>UserService. showUsers()Ritorna un lista di UserProfile relativa agli utenti registrati
-