A B C D E F G H I K L M P R S T U W

U

UpdatePlayCountWeek - class com.cutunes.server.UpdatePlayCountWeek.
Simple wrapper to give a point from which cron can run the DatabaseController.updatePlayCountWeek() method.
UpdatePlayCountWeek() - Constructor for class com.cutunes.server.UpdatePlayCountWeek
 
updateForFirstSync(int, String) - Method in class com.cutunes.server.DatabaseController
Adds 1 to the this week play count of every song that was played in the last week
updateForFirstSync(int, String) - Method in class com.cutunes.server.RequestHandler
The first time the user syncs we should update their this week play counts in a specific way
updateHasSong(int, Date, Vector) - Method in class com.cutunes.server.DatabaseController
Method updates the playcount/last_played information in the has_song table for a given user.
updatePlayCountWeek() - Method in class com.cutunes.server.DatabaseController
Automatically 'decays' the play_count_week field for all rows in the has_songs table.
updateTop40Caches() - Method in class com.cutunes.server.DatabaseController
Caches the Top40 artists, albums, songs (both week and all-time views) in extra table in the database (called top_songs, top_artists, etc).
userDistanceMetric(double, double) - Method in class com.cutunes.server.Analyzer
Distance metric for comparing two items of a user (one dimension)

A B C D E F G H I K L M P R S T U W