Class CalendarEventServiceImpl
java.lang.Object
ch.tocco.nice2.optional.calendar.impl.rest.services.CalendarEventServiceImpl
- All Implemented Interfaces:
CalendarEventService
-
Constructor Summary
ConstructorDescriptionCalendarEventServiceImpl
(Context context, DefaultDisplayService defaultDisplayService, CalendarEventContributionService calendarEventContributionService, RecurringEventService recurringEventService, TimezoneResolverService timezoneResolverService, CalendarEventColorService calendarEventColorService, PersistenceService persistenceService) -
Method Summary
Modifier and TypeMethodDescriptiongetCalendarEvents
(CalendarsConfigBean config) Returns a list of calendar events depending on theCalendarsConfigBean
.void
setCalendarEventDisplayer
(List<CalendarEventDisplayerContribution> contributions) void
setCalendarStreamOperations
(List<CalendarStreamOperation> calendarStreamOperations) void
setOfftimeEventColor
(String offtimeEventColor)
-
Constructor Details
-
CalendarEventServiceImpl
public CalendarEventServiceImpl(Context context, DefaultDisplayService defaultDisplayService, CalendarEventContributionService calendarEventContributionService, RecurringEventService recurringEventService, TimezoneResolverService timezoneResolverService, CalendarEventColorService calendarEventColorService, PersistenceService persistenceService)
-
-
Method Details
-
getCalendarEvents
Description copied from interface:CalendarEventService
Returns a list of calendar events depending on theCalendarsConfigBean
. Is able to - find calendar events of entity related calendars in specified time range- Specified by:
getCalendarEvents
in interfaceCalendarEventService
-
setCalendarEventDisplayer
@Autowired public void setCalendarEventDisplayer(List<CalendarEventDisplayerContribution> contributions) -
setCalendarStreamOperations
@Autowired public void setCalendarStreamOperations(List<CalendarStreamOperation> calendarStreamOperations) -
setOfftimeEventColor
-