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
- 
TheUserentity 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
- 
TheGenreenum enumerates different musical genres that the user can select from for their favorite genre.
- UserController - Class in edu.cnm.deepdive.tunefull.controller
- 
UserControllerprovides endpoints which allow the client to access data relating toUser.
- UserController(UserService) - Constructor for class edu.cnm.deepdive.tunefull.controller.UserController
- 
Autowired constructor forUserController.
- UserRepository - Interface in edu.cnm.deepdive.tunefull.model.dao
- 
UserRepositoryholds data forUser.
- UserService - Class in edu.cnm.deepdive.tunefull.service
- UserService(UserRepository, RelationshipRepository) - Constructor for class edu.cnm.deepdive.tunefull.service.UserService
- 
Autowired constructor forUserService
All Classes All Packages