org.sakaiproject.profile2.job
Class KudosJob
java.lang.Object
org.sakaiproject.profile2.job.KudosJob
- All Implemented Interfaces:
- org.quartz.Job, org.quartz.StatefulJob
public class KudosJob
- extends Object
- implements org.quartz.StatefulJob
This is the Kudos calculation job.
Certain items/events have weightings, these are calculated and summed to give a score.
That score is then divided by the total number of possible items/weightings and converted to a percentage
to give the total kudos ranking for the user.
- Author:
- Steve Swinsburg (steve.swinsburg@gmail.com)
|
Method Summary |
void |
execute(org.quartz.JobExecutionContext context)
|
void |
init()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KudosJob
public KudosJob()
execute
public void execute(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
- Specified by:
execute in interface org.quartz.Job
- Throws:
org.quartz.JobExecutionException
init
public void init()
Copyright © 2008-2013 The Sakai Foundation. All Rights Reserved.