Class ReservationDisplayer
java.lang.Object
ch.tocco.nice2.optional.calendar.api.AbstractCalendarEventDisplayer
ch.tocco.nice2.optional.reservation.spi.scheduler.ReservationDisplayer
- All Implemented Interfaces:
CalendarEventDisplayer
- Direct Known Subclasses:
ParticipantDisplayer
,RoomReservationDisplayer
@Component
public class ReservationDisplayer
extends AbstractCalendarEventDisplayer
implements CalendarEventDisplayer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDisplay
(Map calendarEventResult) generates the display of a single calendar eventall paths that are required to compose the display must be defined in this methodgetTableData
(Map calendarEventResult) protected String
Methods inherited from class ch.tocco.nice2.optional.calendar.api.AbstractCalendarEventDisplayer
formatTableData, formatTitle, getUserDisplay, joinValues
-
Field Details
-
textResources
-
-
Constructor Details
-
ReservationDisplayer
-
-
Method Details
-
getRequiredPaths
Description copied from interface:CalendarEventDisplayer
all paths that are required to compose the display must be defined in this method- Specified by:
getRequiredPaths
in interfaceCalendarEventDisplayer
-
getDisplay
Description copied from interface:CalendarEventDisplayer
generates the display of a single calendar event- Specified by:
getDisplay
in interfaceCalendarEventDisplayer
- Parameters:
calendarEventResult
- all values that where declared inCalendarEventDisplayer.getRequiredPaths()
for a single calendar events
-
getTitle
-
getTableData
-