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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringformatTableData(Map<String, String> tableContent) protected StringformatTitle(String title) protected StringgetUserDisplay(Map calendarEventResult, String firstnamePath, String lastnamePath) protected StringjoinValues(String delimiter, String... values) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.tocco.nice2.optional.calendar.api.CalendarEventDisplayer
getDisplay, getRequiredPaths
-
Constructor Details
-
AbstractCalendarEventDisplayer
public AbstractCalendarEventDisplayer()
-
-
Method Details
-
formatTitle
-
formatTableData
-
getUserDisplay
-
joinValues
-