com.cutunes.server
Class UpdatePlayCountWeek

java.lang.Object
  extended bycom.cutunes.server.UpdatePlayCountWeek

public class UpdatePlayCountWeek
extends java.lang.Object

Simple wrapper to give a point from which cron can run the DatabaseController.updatePlayCountWeek() method. This method decrements the weekly playcounts for all users such that the weekly playcount 'decay' for users who haven't synced in a while.

Author:
blake

Constructor Summary
UpdatePlayCountWeek()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main method allows for DatabaseController.updatePlayCountWeek() to be called.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdatePlayCountWeek

public UpdatePlayCountWeek()
Method Detail

main

public static void main(java.lang.String[] args)
Main method allows for DatabaseController.updatePlayCountWeek() to be called.

Parameters:
args - No command line arguments are required