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
G
- get(long) - Method in class edu.cnm.deepdive.tunefull.service.ClipService
- 
Returns a single clip by id.
- get(long) - Method in class edu.cnm.deepdive.tunefull.service.RelationshipService
- 
Gets the Relationship by its id, if it exists.
- get(long) - Method in class edu.cnm.deepdive.tunefull.service.UserService
- 
Finds and returns a single User object by id.
- get(long, Authentication) - Method in class edu.cnm.deepdive.tunefull.controller.UserController
- 
Gets a selected user.
- get(Authentication, long) - Method in class edu.cnm.deepdive.tunefull.controller.ClipController
- 
Gets a selected clip by id.
- getAlbum() - Method in class edu.cnm.deepdive.tunefull.model.entity.Clip
- 
Returns the name of the clip's album
- getAll() - Method in class edu.cnm.deepdive.tunefull.service.UserService
- 
Returns a list of all users, ordered by username in alphabetical order.
- getAll(Authentication, int, int) - Method in class edu.cnm.deepdive.tunefull.controller.UserController
- 
Gets all users, limited by parameters.
- getAll(Authentication, int, int, ClipService.Source) - Method in class edu.cnm.deepdive.tunefull.controller.ClipController
- 
Returns all of the most recent clips, limited by parameters.
- getAllByLimitAndOffset(int, int) - Method in interface edu.cnm.deepdive.tunefull.model.dao.ClipRepository
- 
Gets all clips, limited by parameters, for use in Discovery mode.
- getAllByOrderByUsernameAsc() - Method in interface edu.cnm.deepdive.tunefull.model.dao.UserRepository
- 
Gets all users in the system, ordered by username alphabetically.
- getAllByRequestedAndFriendAcceptedNull(User) - Method in interface edu.cnm.deepdive.tunefull.model.dao.RelationshipRepository
- 
Gets all pending friendships for a particular user (i.e., requests that that user hasn't responded to yet).
- getAllByRequestedAndFriendRelationshipTrue(User) - Method in interface edu.cnm.deepdive.tunefull.model.dao.RelationshipRepository
- 
Gets all friendships for a particular requested.
- getAllByRequesterAndFriendRelationshipFalse(User) - Method in interface edu.cnm.deepdive.tunefull.model.dao.RelationshipRepository
- 
Gets all follows for a particular user.
- getAllByRequesterAndFriendRelationshipTrue(User) - Method in interface edu.cnm.deepdive.tunefull.model.dao.RelationshipRepository
- 
Gets all friendships for a particular requester.
- getAllByRequesterAndFriendRelationshipTrueOrRequestedAndFriendRelationshipTrue(User, User) - Method in interface edu.cnm.deepdive.tunefull.model.dao.RelationshipRepository
- 
Gets all friendships for a particular user - the sameUsershould be used for both requester and requested.
- getAllByUserAndLimitAndOffset(long, int, int) - Method in interface edu.cnm.deepdive.tunefull.model.dao.ClipRepository
- 
Gets all clips for a particular user, limited by parameters.
- getAllByUserIsInOrderByDateTimePostedDesc(Collection<User>, int, int) - Method in interface edu.cnm.deepdive.tunefull.model.dao.ClipRepository
- 
Gets all clips for users in a collection, limited by parameters.
- getAllFiltered(User, int, int, ClipService.Source) - Method in class edu.cnm.deepdive.tunefull.service.ClipService
- 
Returns a list of clips, limited and controlled by the parameters.
- getAllForDiscovery(int, int) - Method in class edu.cnm.deepdive.tunefull.service.ClipService
- 
Returns all clips, limited by parameters.
- getArtist() - Method in class edu.cnm.deepdive.tunefull.model.entity.Clip
- 
Returns the name of the clip's artist
- getBeginTimestamp() - Method in class edu.cnm.deepdive.tunefull.model.entity.Clip
- 
Returns the timestamp for the beginning of the clip
- getClips() - Method in class edu.cnm.deepdive.tunefull.model.entity.User
- 
Returns the list of clips posted by the user.
- getDateTimePosted() - Method in class edu.cnm.deepdive.tunefull.model.entity.Clip
- 
Returns the date and time that the clip was posted
- getEmail() - Method in class edu.cnm.deepdive.tunefull.model.entity.User
- 
Returns the user's email address.
- getEndTimestamp() - Method in class edu.cnm.deepdive.tunefull.model.entity.Clip
- 
Returns the timestamp for the end of the clip
- getFollows(User) - Method in class edu.cnm.deepdive.tunefull.service.RelationshipService
- 
Gets all the Relationships in which the user is following other users
- getFriendAccepted() - Method in class edu.cnm.deepdive.tunefull.model.entity.Relationship
- 
Returns the Boolean indicating whether a friend relationship has been accepted, denied, or not yet responded to.
- getFriendships(User) - Method in class edu.cnm.deepdive.tunefull.service.RelationshipService
- 
Gets the Relationship between two users, using the two users as parameters.
- getGenre() - Method in class edu.cnm.deepdive.tunefull.model.entity.User
- 
Returns the user's favorite genre as an enumerated type from theUser.Genreenum.
- getId() - Method in class edu.cnm.deepdive.tunefull.model.entity.Clip
- 
Returns the clip's id.
- getId() - Method in class edu.cnm.deepdive.tunefull.model.entity.Relationship
- 
Returns the id for the relationship.
- getId() - Method in class edu.cnm.deepdive.tunefull.model.entity.User
- 
Returns the id for the user.
- getOauth() - Method in class edu.cnm.deepdive.tunefull.model.entity.User
- 
Returns the user's OAuth 2.0 key.
- getOrCreate(String, String, String) - Method in class edu.cnm.deepdive.tunefull.service.UserService
- 
Gets the user with the oauth key, or creates the user if one does not exist for this oauth.
- getPending(User) - Method in class edu.cnm.deepdive.tunefull.service.RelationshipService
- 
Gets all the Relationships in which the user has been sent a friend request and the user has not responded yet.
- getRelationshipsInitiated() - Method in class edu.cnm.deepdive.tunefull.model.entity.User
- 
Returns the list of relationships that the user has initiated.
- getRelationshipsReceived() - Method in class edu.cnm.deepdive.tunefull.model.entity.User
- 
Returns the list of relationships that the user has received requests for.
- getRequested() - Method in class edu.cnm.deepdive.tunefull.model.entity.Relationship
- 
Returns theUserentity associated with the user who received the relationship request.
- getRequester() - Method in class edu.cnm.deepdive.tunefull.model.entity.Relationship
- 
Returns theUserentity associated with the user who requested the relationship.
- getSongTitle() - Method in class edu.cnm.deepdive.tunefull.model.entity.Clip
- 
Returns the title for the song the clip is from .
- getTrackKey() - Method in class edu.cnm.deepdive.tunefull.model.entity.Clip
- 
Returns the track key associated with the song on Spotify.
- getUser() - Method in class edu.cnm.deepdive.tunefull.model.entity.Clip
- 
Returns theUserwho created the clip
- getUsername() - Method in class edu.cnm.deepdive.tunefull.model.entity.User
- 
Returns the user's username.
All Classes All Packages