Class RoomParticipantDisplayer
java.lang.Object
ch.tocco.nice2.optional.calendar.api.AbstractCalendarEventDisplayer
ch.tocco.nice2.optional.reservation.spi.scheduler.ReservationDisplayer
ch.tocco.nice2.optional.reservation.spi.scheduler.ParticipantDisplayer
ch.tocco.nice2.optional.facilityreservation.impl.scheduler.RoomParticipantDisplayer
- All Implemented Interfaces:
CalendarEventDisplayer
@Component
public class RoomParticipantDisplayer
extends ParticipantDisplayer
implements CalendarEventDisplayer
-
Field Summary
Fields inherited from class ReservationDisplayer
textResources -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionall paths that are required to compose the display must be defined in this methodgetTableData(Map calendarEventResult) Methods inherited from class ReservationDisplayer
getDisplay, getTitleMethods inherited from class AbstractCalendarEventDisplayer
formatTableData, formatTitle, getUserDisplay, joinValuesMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CalendarEventDisplayer
getDisplay
-
Constructor Details
-
RoomParticipantDisplayer
-
-
Method Details
-
getRequiredPaths
Description copied from interface:CalendarEventDisplayerall paths that are required to compose the display must be defined in this method- Specified by:
getRequiredPathsin interfaceCalendarEventDisplayer- Overrides:
getRequiredPathsin classParticipantDisplayer
-
getTableData
- Overrides:
getTableDatain classParticipantDisplayer
-