Uses of Interface
org.alfresco.service.cmr.calendar.CalendarService
-
Packages that use CalendarService Package Description org.alfresco.repo.admin.patch.impl org.alfresco.repo.calendar org.alfresco.repo.service org.alfresco.service Provides the public facing interfaces of the Services of the Alfresco Repository. -
-
Uses of CalendarService in org.alfresco.repo.admin.patch.impl
Methods in org.alfresco.repo.admin.patch.impl with parameters of type CalendarService Modifier and Type Method Description voidCalendarAllDayEventDatesCorrectingPatch. setCalendarService(CalendarService calendarService) -
Uses of CalendarService in org.alfresco.repo.calendar
Classes in org.alfresco.repo.calendar that implement CalendarService Modifier and Type Class Description classCalendarServiceImpl -
Uses of CalendarService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return CalendarService Modifier and Type Method Description CalendarServiceServiceDescriptorRegistry. getCalendarService() -
Uses of CalendarService in org.alfresco.service
Methods in org.alfresco.service that return CalendarService Modifier and Type Method Description CalendarServiceServiceRegistry. getCalendarService()Deprecated.This method has been deprecated as it would return a service that is not part of the public API.
-