A B C D E G I L M P R S T U

G

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.
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
getReccomendaton(String, String, String, int[]) - Method in class com.cutunes.server.Analyzer
Gets reccomendations for current user and loads them into the db
getSimilarityArray(String, String, String) - Method in class com.cutunes.server.Analyzer
Builds the similarity array for the current user vs.
getSongInfo() - Method in class com.cutunes.server.SongData
Debugging method returns nicely formatted information about a given song.
getSortedFromHash(Hashtable, int) - Method in class com.cutunes.server.Analyzer
This method returns the recs sorted by their score Note this method is written horribly, probably the worst sorting algorithm ever, however it will be replaced soon when we load the recs back into the DB
getTotalPlays(int, String) - Method in class com.cutunes.server.Analyzer
Get total play counts for a user
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) - Method in class com.cutunes.server.Analyzer
Get a user id from a name
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.
getUserName(int) - Method in class com.cutunes.server.Analyzer
Get a name from a user id
getUserNames() - Method in class com.cutunes.server.Analyzer
get list of usernames

A B C D E G I L M P R S T U