Class AbstractAppointmentProvider<T extends HibiscusDBObject>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<de.willuhn.jameica.gui.calendar.Appointment> getAppointments​(java.util.Date from, java.util.Date to)  
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

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

      • AbstractAppointmentProvider

        public AbstractAppointmentProvider()
    • Method Detail

      • getAppointments

        public java.util.List<de.willuhn.jameica.gui.calendar.Appointment> getAppointments​(java.util.Date from,
                                                                                           java.util.Date to)
        Specified by:
        getAppointments in interface de.willuhn.jameica.gui.calendar.AppointmentProvider
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface de.willuhn.jameica.gui.calendar.AppointmentProvider