Interface CalendarEventDisplayer

All Known Implementing Classes:
AbstractCalendarEventDisplayer, AvailabilityDisplayer, ParticipantDisplayer, ReservationDisplayer, RoomParticipantDisplayer, RoomReservationDisplayer

public interface CalendarEventDisplayer
CalendarEventDisplayers are used to generate the resource-scheduler tooltip of a Calendar_event
  • Method Summary

    Modifier and Type
    Method
    Description
    getDisplay(Map calendarEventResult)
    generates the display of a single calendar event
    all paths that are required to compose the display must be defined in this method
  • Method Details

    • getRequiredPaths

      Set<String> getRequiredPaths()
      all paths that are required to compose the display must be defined in this method
    • getDisplay

      String getDisplay(Map calendarEventResult)
      generates the display of a single calendar event
      Parameters:
      calendarEventResult - all values that where declared in getRequiredPaths() for a single calendar events