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

S

save(Relationship) - Method in class edu.cnm.deepdive.tunefull.service.RelationshipService
Saves the relationship to the repository.
SecurityConfiguration - Class in edu.cnm.deepdive.tunefull.configuration
Provides security functions for the TuneFull Application, and provides for authentication between the client app and the server.
SecurityConfiguration(UserService) - Constructor for class edu.cnm.deepdive.tunefull.configuration.SecurityConfiguration
Constructor for SecurityConfiguration.
setAlbum(String) - Method in class edu.cnm.deepdive.tunefull.model.entity.Clip
Sets the name of the clip's album
setArtist(String) - Method in class edu.cnm.deepdive.tunefull.model.entity.Clip
Sets the name of the clip's artist
setBeginTimestamp(long) - Method in class edu.cnm.deepdive.tunefull.model.entity.Clip
Sets the timestamp for the beginning of the clip
setEmail(String) - Method in class edu.cnm.deepdive.tunefull.model.entity.User
Sets the user's email address.
setEndTimestamp(long) - Method in class edu.cnm.deepdive.tunefull.model.entity.Clip
Sets the timestamp for the beginning of the clip
setFriendAccepted(Boolean) - Method in class edu.cnm.deepdive.tunefull.model.entity.Relationship
Sets the Boolean indicating whether a friend relationship has been accepted, denied, or not yet responded to.
setFriendRelationship(boolean) - Method in class edu.cnm.deepdive.tunefull.model.entity.Relationship
Sets the boolean indicating whether the relationship is a friendship or simply a follow relationship.
setFriendshipAccepted(Relationship, boolean) - Method in class edu.cnm.deepdive.tunefull.service.RelationshipService
Sets the boolean that determines whether a relationship is a friendship or not.
setFriendshipAccepted(Authentication, long, boolean) - Method in class edu.cnm.deepdive.tunefull.controller.RelationshipController
Updates a relationship between two users.
setGenre(User.Genre) - Method in class edu.cnm.deepdive.tunefull.model.entity.User
Sets the user's favorite genre.
setOauth(String) - Method in class edu.cnm.deepdive.tunefull.model.entity.User
Sets the user's OAuth 2.0 key.
setRequested(User) - Method in class edu.cnm.deepdive.tunefull.model.entity.Relationship
Sets the User entity associated with the user who received the relationship request.
setRequester(User) - Method in class edu.cnm.deepdive.tunefull.model.entity.Relationship
Sets the User entity associated with the user who requested the relationship.
setSongTitle(String) - Method in class edu.cnm.deepdive.tunefull.model.entity.Clip
Sets the title for the song the clip is from
setTrackKey(String) - Method in class edu.cnm.deepdive.tunefull.model.entity.Clip
Sets the track key associated with the song on Spotify.
setUser(User) - Method in class edu.cnm.deepdive.tunefull.model.entity.Clip
Sets the User who posted the clip
setUsername(String) - Method in class edu.cnm.deepdive.tunefull.model.entity.User
Sets the user's username.
startFollowing(User, User) - Method in class edu.cnm.deepdive.tunefull.service.RelationshipService
Creates a relationship between two users in which one is following the other.
startFollowing(Authentication, User) - Method in class edu.cnm.deepdive.tunefull.controller.RelationshipController
Lets the current user start following another user.
SWING - 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