Class SchedulePreProcessManualCancelInput

java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.event.SchedulePreProcessManualCancelInput

public class SchedulePreProcessManualCancelInput extends Object
Since:
18.0
  • Constructor Details

    • SchedulePreProcessManualCancelInput

      public SchedulePreProcessManualCancelInput()
  • Method Details

    • getSchedulings

      public Collection<Long> getSchedulings()
      Returns the list of the BOScheduling ids .
      Returns:
      a list of scheduling ids to be cancelled
      See Also:
    • setSchedulings

      public void setSchedulings(Collection<Long> schedulings)
      Sets the list of scheduling ids to be cancelled
      Parameters:
      schedulings - the scheduling ids
      See Also:
    • getModel

      public Long getModel()
      Returns the scheduling model id .
      Returns:
      the scheduling model id
      See Also:
    • setModel

      public void setModel(Long model)
      Sets the scheduling model id.
      Parameters:
      model - the scheduling model id
      See Also:
    • getOssCache

      public overit.geocallapp.wfm.scheduler.oss.cache.OssCache getOssCache()
      Returns the oss cache used to optimize the vrp calls
      Returns:
      the oss cache
    • setOssCache

      public void setOssCache(overit.geocallapp.wfm.scheduler.oss.cache.OssCache ossCache)
      Sets the oss cache
      Parameters:
      ossCache - the oss cache
    • getSchedulingCache

      public SchedulingCache getSchedulingCache()
      Returns the scheduling cache used to reduce the number of queries
      Returns:
      the scheduling cache
    • setSchedulingCache

      public void setSchedulingCache(SchedulingCache schedulingCache)
      Sets the scheduling cache used to reduce the number of queries
      Parameters:
      schedulingCache - the scheduling cache