Class AbstractCalendarEventDisplayer
java.lang.Object
ch.tocco.nice2.optional.calendar.api.AbstractCalendarEventDisplayer
- All Implemented Interfaces:
CalendarEventDisplayer
- Direct Known Subclasses:
AvailabilityDisplayer
,ReservationDisplayer
public abstract class AbstractCalendarEventDisplayer
extends Object
implements CalendarEventDisplayer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
formatTableData
(Map<String, String> tableContent) protected String
formatTitle
(String title) protected String
getUserDisplay
(Map calendarEventResult, String firstnamePath, String lastnamePath) protected String
joinValues
(String delimiter, String... values) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.optional.calendar.api.CalendarEventDisplayer
getDisplay, getRequiredPaths
-
Constructor Details
-
AbstractCalendarEventDisplayer
public AbstractCalendarEventDisplayer()
-
-
Method Details
-
formatTitle
-
formatTableData
-
getUserDisplay
-
joinValues
-