Class LoadAllDegreeSites

java.lang.Object
org.fenixedu.bennu.scheduler.CronTask
org.fenixedu.bennu.scheduler.custom.CustomTask
org.fenixedu.learning.task.LoadAllDegreeSites
All Implemented Interfaces:
Runnable

public class LoadAllDegreeSites extends org.fenixedu.bennu.scheduler.custom.CustomTask
  • Field Summary

    Fields inherited from class org.fenixedu.bennu.scheduler.CronTask

    log
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class org.fenixedu.bennu.scheduler.custom.CustomTask

    createExecutionLog, getTxMode, init

    Methods inherited from class org.fenixedu.bennu.scheduler.CronTask

    getClassName, getLocalizedName, getLogger, output, output, run, taskLog, taskLog

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LoadAllDegreeSites

      public LoadAllDegreeSites()
  • Method Details

    • runTask

      public void runTask() throws Exception
      Specified by:
      runTask in class org.fenixedu.bennu.scheduler.CronTask
      Throws:
      Exception