Class OrganizerSchedulingHandler

All Implemented Interfaces:
Serializable, SchedulingIntf, org.bedework.calsvci.SchedulingI, org.bedework.util.logging.Logged
Direct Known Subclasses:
AttendeeSchedulingHandler

public abstract class OrganizerSchedulingHandler extends OutboundSchedulingHandler
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 the organizer to attendee methods

Author:
douglm
See Also:
  • Method Details

    • schedule

      public org.bedework.calfacade.ScheduleResult schedule(org.bedework.calfacade.svc.EventInfo ei, String recipient, String fromAttUri, boolean iSchedule, org.bedework.calfacade.ScheduleResult res)
    • declineCounter

      public org.bedework.calfacade.ScheduleResult declineCounter(org.bedework.calfacade.svc.EventInfo ei, String comment, org.bedework.calfacade.BwAttendee fromAtt)