org.sakaiproject.delegatedaccess.jobs
Class DelegatedAccessShoppingPeriodJob

java.lang.Object
  extended by org.sakaiproject.delegatedaccess.jobs.DelegatedAccessShoppingPeriodJob
All Implemented Interfaces:
org.quartz.Job, org.quartz.StatefulJob, org.sakaiproject.api.app.scheduler.ScheduledInvocationCommand

public class DelegatedAccessShoppingPeriodJob
extends Object
implements org.quartz.StatefulJob, org.sakaiproject.api.app.scheduler.ScheduledInvocationCommand

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

Constructor Summary
DelegatedAccessShoppingPeriodJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext arg0)
           
 void execute(String nodeId)
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegatedAccessShoppingPeriodJob

public DelegatedAccessShoppingPeriodJob()
Method Detail

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

execute

public void execute(String nodeId)
Specified by:
execute in interface org.sakaiproject.api.app.scheduler.ScheduledInvocationCommand


Copyright © 2003-2012 Sakai Project. All Rights Reserved.