Package component.calendar.service.impl
Class EventCalendarDefaultService
java.lang.Object
component.calendar.service.impl.EventCalendarDefaultService
- All Implemented Interfaces:
EventCalendarService
- Author:
- r.latypov
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
loadDao
-
userIdColumn
-
eventSources
-
serviceTypes
-
-
Constructor Details
-
EventCalendarDefaultService
public EventCalendarDefaultService()
-
-
Method Details
-
loadEvents
- Specified by:
loadEvents
in interfaceEventCalendarService
-
loadSelectedTypesEvents
public List<EventDto> loadSelectedTypesEvents(String userId, Date dateBegin, Date dateEnd, String[] eventTypes) - Specified by:
loadSelectedTypesEvents
in interfaceEventCalendarService
-