A B C D E F G H I J L M N O P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
U
- updateGenre(User, User.Genre) - Method in class edu.cnm.deepdive.tunefull.service.UserService
-
Updates the user's favorite genre.
- updateGenre(Authentication, User.Genre) - Method in class edu.cnm.deepdive.tunefull.controller.UserController
-
Updates the current user's favorite genre.
- User - Class in edu.cnm.deepdive.tunefull.model.entity
-
The
User
entity holds the data for each user in the TuneFull server and provides methods to access lists of data. - User() - Constructor for class edu.cnm.deepdive.tunefull.model.entity.User
- User.Genre - Enum in edu.cnm.deepdive.tunefull.model.entity
-
The
Genre
enum enumerates different musical genres that the user can select from for their favorite genre. - UserController - Class in edu.cnm.deepdive.tunefull.controller
-
UserController
provides endpoints which allow the client to access data relating toUser
. - UserController(UserService) - Constructor for class edu.cnm.deepdive.tunefull.controller.UserController
-
Autowired constructor for
UserController
. - UserRepository - Interface in edu.cnm.deepdive.tunefull.model.dao
-
UserRepository
holds data forUser
. - UserService - Class in edu.cnm.deepdive.tunefull.service
- UserService(UserRepository, RelationshipRepository) - Constructor for class edu.cnm.deepdive.tunefull.service.UserService
-
Autowired constructor for
UserService
All Classes All Packages