Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
P
R
S
T
U
W
G
getAllItems(String, String)
- Method in class com.cutunes.server.
Analyzer
Get a list of items (either songs, albums, or artists) The number of items returned is limited by the global parameters NUM_ITEMS
getAndLoadReccomendaton(int, Vector, int, String, String, int[][])
- Method in class com.cutunes.server.
Analyzer
Gets reccomendations for current user and loads them into the db
getArtistDistanceInfo(String, String, int)
- Method in class com.cutunes.server.
Analyzer
Calculate artist compatibility info
getArtistsLike(String)
- Method in class com.cutunes.client.
ClientCommunicator
For playlist Generation.
getArtistsLike(String)
- Method in class com.cutunes.server.
DatabaseController
Gets artists that are similar to another artist
getArtistsLike(String, String)
- Method in class com.cutunes.server.
RequestHandler
Gets artists similar to a specified artist
getArtistsOfUser(int, int, int)
- Method in class com.cutunes.client.
ClientCommunicator
Get the top N artists of a user that the current user also has.
getArtistsOfUser(int, int, int)
- Method in class com.cutunes.server.
DatabaseController
Get the top artists of a user that another user has
getArtistsOfUser(int, int, int, String)
- Method in class com.cutunes.server.
RequestHandler
Get the top artists of a user that another user also has
getHasSongInfo(int)
- Method in class com.cutunes.server.
SongData
Debugging method returns nicely formatted information about a the last played date and play count for a given user for this song.
getInstance()
- Static method in class com.cutunes.client.
ClientCommunicator
Java singleton getInstance() method insures only a single instance of the ClientCommunicator is ever instantiated.
getInstance()
- Static method in class com.cutunes.server.
DatabaseController
Java singleton getInstance() method.
getItemInfo(String, String, String)
- Method in class com.cutunes.server.
Analyzer
Get item info from archived data, items can be songs, albums, or artists
getLastSync(int)
- Method in class com.cutunes.client.
ClientCommunicator
Queries server to the get the Timestamp of a given user's last sync.
getLastSync(int, String)
- Method in class com.cutunes.server.
DatabaseController
Queries database to get the last time a user synced.
getLastSync(int, String)
- Method in class com.cutunes.server.
RequestHandler
Queries database to get the time of the user's last sync.
getNNewItems(int, int, Hashtable, Hashtable, int, String, String)
- Method in class com.cutunes.server.
Analyzer
Gets N new songs/albums/artists from another user This method should probably be replaced by a more efficient sql query Scores for recs are weighted by similarity with that user
getSongInfo()
- Method in class com.cutunes.server.
SongData
Debugging method returns nicely formatted information about a given song.
getSongsForArtist(String, int, int)
- Method in class com.cutunes.client.
ClientCommunicator
Get a N songs that a user has of a given artist.
getSongsForArtist(String, int, int)
- Method in class com.cutunes.server.
DatabaseController
Gets songs of a given artist that a user has
getSongsForArtist(String, int, int, String)
- Method in class com.cutunes.server.
RequestHandler
Get songs of an artist that a user has
getTotalPlays(int, String)
- Method in class com.cutunes.server.
Analyzer
Get total play counts for a user
getUserCompatibilityInfo(String, String, String)
- Method in class com.cutunes.server.
Analyzer
Calculate user compatibility info
getUserID(String, String)
- Method in class com.cutunes.client.
ClientCommunicator
Queries the server to get the userID integer based on that users username/password pair.
getUserID(String, String)
- Method in class com.cutunes.server.
DatabaseController
Queries database with username and password to find the unique ID for a given user.
getUserID(String, String, String)
- Method in class com.cutunes.server.
RequestHandler
getUserID() performs basic login checks and returns the given user's unique ID number.
getUserIDFor(String)
- Method in class com.cutunes.client.
ClientCommunicator
getUserIDFor(String)
- Method in class com.cutunes.server.
DatabaseController
Get a the name and ID of a user given a query.
getUserIDFor(String, String)
- Method in class com.cutunes.server.
RequestHandler
Get a userID, and name for a given query.
getUserInfo(String)
- Method in class com.cutunes.server.
Analyzer
Get user info from an archived set of data
getUserItems(String, String, int)
- Method in class com.cutunes.server.
Analyzer
Get a list of items for a given user, items can be either songs, albums, or artists
getUsers()
- Method in class com.cutunes.server.
Analyzer
get list of user_ids, and userinfo to print to text file
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
P
R
S
T
U
W