Class PlanificationPAO

java.lang.Object
io.vertigo.orchestra.dao.planification.PlanificationPAO
All Implemented Interfaces:
io.vertigo.core.node.component.Component, io.vertigo.core.node.component.CoreComponent, io.vertigo.datastore.impl.dao.StoreServices

public final class PlanificationPAO extends Object implements io.vertigo.datastore.impl.dao.StoreServices
This class is automatically generated. DO NOT EDIT THIS FILE DIRECTLY.
  • Constructor Details

    • PlanificationPAO

      @Inject public PlanificationPAO(io.vertigo.datamodel.task.TaskManager taskManager)
      Constructeur.
      Parameters:
      taskManager - Manager des Task
  • Method Details

    • cleanFuturePlanifications

      public void cleanFuturePlanifications(String processName)
      Execute la tache TkCleanFuturePlanifications.
      Parameters:
      processName - String
    • cleanPlanificationsOnBoot

      public void cleanPlanificationsOnBoot(Instant currentDate)
      Execute la tache TkCleanPlanificationsOnBoot.
      Parameters:
      currentDate - Instant
    • reserveProcessToExecute

      public void reserveProcessToExecute(Instant lowerLimit, Instant upperLimit, Long nodId)
      Execute la tache TkReserveProcessToExecute.
      Parameters:
      lowerLimit - Instant
      upperLimit - Instant
      nodId - Long