org.sakaiproject.delegatedaccess.jobs
Class DelegatedAccessShoppingPeriodJob
java.lang.Object
org.sakaiproject.delegatedaccess.jobs.DelegatedAccessShoppingPeriodJob
- All Implemented Interfaces:
- org.quartz.Job, org.quartz.StatefulJob
public class DelegatedAccessShoppingPeriodJob
- extends Object
- implements org.quartz.StatefulJob
This is the job that will populate the shopping period access tree. It should be ran every morning (sometime after midnight).
This is used to open and close the shopping period for sites based on their open and close dates.
- Author:
- Bryan Holladay
|
Method Summary |
void |
execute(org.quartz.JobExecutionContext arg0)
|
void |
init()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelegatedAccessShoppingPeriodJob
public DelegatedAccessShoppingPeriodJob()
init
public void init()
execute
public void execute(org.quartz.JobExecutionContext arg0)
throws org.quartz.JobExecutionException
- Specified by:
execute in interface org.quartz.Job
- Throws:
org.quartz.JobExecutionException
Copyright © 2003-2012 Sakai Project. All Rights Reserved.