Class Scheduling

All Implemented Interfaces:
Serializable, SchedulingIntf, org.bedework.calsvci.SchedulingI, org.bedework.util.logging.Logged

public class Scheduling extends ImplicitSchedulingHandler
Rather than have a single class steering calls to a number of smaller classes we will build up a full implementation by progressively implementing abstract classes.

That allows us to split up some rather complex code into appropriate pieces.

This piece handles a few general methods. Work down the chain of extends (or look in the package) to find the other parts of the story.

Author:
Mike Douglass
See Also:
  • Constructor Details

    • Scheduling

      public Scheduling(CalSvc svci)
      Constructor
      Parameters:
      svci - service interface
  • Method Details

    • getStoredMeeting

      public org.bedework.calfacade.svc.EventInfo getStoredMeeting(org.bedework.calfacade.BwEvent ev)