A B C D E F G H I J L M N O P R S T U V 
All Classes All Packages

R

R_AND_B - edu.cnm.deepdive.tunefull.model.entity.User.Genre
 
REGGAE - edu.cnm.deepdive.tunefull.model.entity.User.Genre
 
Relationship - Class in edu.cnm.deepdive.tunefull.model.entity
The Relationship entity holds the data for each user-to-user relationship in the TuneFull server and provides a method to facilitate getting the other user in the relationship.
Relationship() - Constructor for class edu.cnm.deepdive.tunefull.model.entity.Relationship
 
RelationshipController - Class in edu.cnm.deepdive.tunefull.controller
RelationshipController provides endpoints which allow the client to access data relating to Relationship.
RelationshipController(RelationshipService, UserService) - Constructor for class edu.cnm.deepdive.tunefull.controller.RelationshipController
Autowired constructor for RelationshipController.
RelationshipRepository - Interface in edu.cnm.deepdive.tunefull.model.dao
RelationshipRepository holds data for Relationship.
RELATIONSHIPS - edu.cnm.deepdive.tunefull.service.ClipService.Source
 
RelationshipService - Class in edu.cnm.deepdive.tunefull.service
RelationshipService provides a layer between RelationshipRepository and RelationshipController for business logic.
RelationshipService(RelationshipRepository) - Constructor for class edu.cnm.deepdive.tunefull.service.RelationshipService
Autowired constructor for RelationshipService.
requestFriendship(User, User) - Method in class edu.cnm.deepdive.tunefull.service.RelationshipService
Creates a relationship between two users by sending a friend request.
requestFriendship(Authentication, User) - Method in class edu.cnm.deepdive.tunefull.controller.RelationshipController
Creates a relationship between the current user and another user.
ROCK_N_ROLL - edu.cnm.deepdive.tunefull.model.entity.User.Genre
 
A B C D E F G H I J L M N O P R S T U V 
All Classes All Packages