Deprecated API


Contents
Deprecated Methods
org.exoplatform.calendar.service.CalendarServiceLegacy.checkFreeBusy(SessionProvider, EventQuery)
          use CalendarService.checkFreeBusy(EventQuery) 
org.exoplatform.calendar.service.CalendarServiceLegacy.generateCalDav(String, List, RssData)
          use CalendarService#generateCalDav(String username, LinkedHashMap calendars, RssData rssData) 
org.exoplatform.calendar.service.CalendarServiceLegacy.generateRss(SessionProvider, String, LinkedHashMap, RssData)
          use CalendarService.generateRss(String, LinkedHashMap, RssData) 
org.exoplatform.calendar.service.CalendarServiceLegacy.generateRss(String, List, RssData)
          use CalendarService#generateRss(String username, LinkedHashMap calendars, RssData rssData) 
org.exoplatform.calendar.service.CalendarServiceLegacy.getCalendarCategories(SessionProvider, String, boolean)
          use CalendarService.getCalendarCategories(String, boolean) 
org.exoplatform.calendar.service.CalendarServiceLegacy.getCalendarCategory(SessionProvider, String, String)
          use CalendarService.getCalendarCategory(String, String) 
org.exoplatform.calendar.service.CalendarServiceLegacy.getCalendarSetting(SessionProvider, String)
          use CalendarService.getCalendarSetting(String) 
org.exoplatform.calendar.service.CalendarServiceLegacy.getCategories(SessionProvider, String)
          use CalendarService.getCategories(String) 
org.exoplatform.calendar.service.CalendarServiceLegacy.getEventCategories(SessionProvider, String)
          use CalendarService.getEventCategories(String) 
org.exoplatform.calendar.service.CalendarServiceLegacy.getEventCategory(SessionProvider, String, String)
          use CalendarService.getEventCategory(String, String) 
org.exoplatform.calendar.service.CalendarServiceLegacy.getEvents(SessionProvider, String, EventQuery, String[])
          use CalendarService.getEvents(String, EventQuery, String[]) 
org.exoplatform.calendar.service.CalendarServiceLegacy.getFeeds(SessionProvider, String)
          use CalendarService.getFeeds(String) 
org.exoplatform.calendar.service.CalendarServiceLegacy.getGroupCalendar(SessionProvider, String)
          use CalendarService.getGroupCalendar(String) 
org.exoplatform.calendar.service.CalendarServiceLegacy.getGroupCalendars(SessionProvider, String[], boolean, String)
          use CalendarService.getGroupCalendars(String[], boolean, String) 
org.exoplatform.calendar.service.CalendarServiceLegacy.getGroupEvent(SessionProvider, String, String)
          use CalendarService.getGroupEvent(String, String) 
org.exoplatform.calendar.service.CalendarServiceLegacy.getGroupEventByCalendar(SessionProvider, List)
          use CalendarService.getGroupEventByCalendar(List) 
org.exoplatform.calendar.service.impl.JCRDataStorage.getPublicCalendarServiceHome(SessionProvider)
          Use JCRDataStorage.getPublicCalendarServiceHome() 
org.exoplatform.calendar.service.CalendarServiceLegacy.getPublicEvents(SessionProvider, EventQuery)
          use CalendarService.getPublicEvents(EventQuery) 
org.exoplatform.calendar.service.CalendarServiceLegacy.getRssHome(SessionProvider, String)
          use CalendarService.getRssHome(String) 
org.exoplatform.calendar.service.CalendarServiceLegacy.getSharedCalendars(SessionProvider, String, boolean)
          use CalendarService.getSharedCalendars(String, boolean) 
org.exoplatform.calendar.service.CalendarServiceLegacy.getUserCalendar(SessionProvider, String, String)
          use CalendarService.getUserCalendar(String, String) 
org.exoplatform.calendar.service.CalendarServiceLegacy.getUserCalendars(SessionProvider, String, boolean)
          use CalendarService.getUserCalendars(String, boolean) 
org.exoplatform.calendar.service.CalendarServiceLegacy.getUserCalendarsByCategory(SessionProvider, String, String)
          use CalendarService.getUserCalendarsByCategory(String, String) 
org.exoplatform.calendar.service.CalendarServiceLegacy.getUserEventByCalendar(SessionProvider, String, List)
          use CalendarService.getUserEventByCalendar(String, List) 
org.exoplatform.calendar.service.CalendarServiceLegacy.getUserEvents(SessionProvider, String, EventQuery)
          use CalendarService.getUserEvents(String, EventQuery) 
org.exoplatform.calendar.service.CalendarServiceLegacy.moveEvent(SessionProvider, String, String, String, String, List, String)
          use CalendarService.moveEvent(String, String, String, String, List, String) 
org.exoplatform.calendar.service.CalendarServiceLegacy.removeCalendarCategory(SessionProvider, String, String)
          use CalendarService.removeCalendarCategory(String, String) 
org.exoplatform.calendar.service.CalendarServiceLegacy.removeEventCategory(SessionProvider, String, String)
          use CalendarService.removeEventCategory(String, String) 
org.exoplatform.calendar.service.CalendarServiceLegacy.removePublicCalendar(SessionProvider, String)
          use CalendarService.removePublicCalendar(String) 
org.exoplatform.calendar.service.CalendarServiceLegacy.removePublicEvent(SessionProvider, String, String)
          use CalendarService.removePublicEvent(String, String) 
org.exoplatform.calendar.service.CalendarServiceLegacy.removeSharedCalendar(SessionProvider, String, String)
          use CalendarService.removeSharedCalendar(String, String) 
org.exoplatform.calendar.service.CalendarServiceLegacy.removeSharedEvent(SessionProvider, String, String, String)
          use CalendarService.removeSharedEvent(String, String, String) 
org.exoplatform.calendar.service.CalendarServiceLegacy.removeUserCalendar(SessionProvider, String, String)
          use CalendarService.removeUserCalendar(String, String) 
org.exoplatform.calendar.service.CalendarServiceLegacy.removeUserEvent(SessionProvider, String, String, String)
          use CalendarService.removeUserEvent(String, String, String) 
org.exoplatform.calendar.service.CalendarServiceLegacy.saveCalendarCategory(SessionProvider, String, CalendarCategory, boolean)
          use CalendarService.saveCalendarCategory(String, CalendarCategory, boolean) 
org.exoplatform.calendar.service.CalendarServiceLegacy.saveCalendarSetting(SessionProvider, String, CalendarSetting)
          use CalendarService.saveCalendarSetting(String, CalendarSetting) 
org.exoplatform.calendar.service.CalendarServiceLegacy.saveEventCategory(SessionProvider, String, EventCategory, String[], boolean)
          use CalendarService.saveEventCategory(String, EventCategory, String[], boolean) 
org.exoplatform.calendar.service.CalendarServiceLegacy.saveEventToSharedCalendar(SessionProvider, String, String, CalendarEvent, boolean)
          use CalendarService.saveEventToSharedCalendar(String, String, CalendarEvent, boolean) 
org.exoplatform.calendar.service.CalendarServiceLegacy.savePublicCalendar(SessionProvider, Calendar, boolean, String)
          use CalendarService.savePublicCalendar(Calendar, boolean, String) 
org.exoplatform.calendar.service.CalendarServiceLegacy.savePublicEvent(SessionProvider, String, CalendarEvent, boolean)
          use CalendarService.savePublicEvent(String, CalendarEvent, boolean) 
org.exoplatform.calendar.service.CalendarServiceLegacy.saveSharedCalendar(SessionProvider, String, Calendar)
          use CalendarService.saveSharedCalendar(String, Calendar) 
org.exoplatform.calendar.service.CalendarServiceLegacy.saveUserCalendar(SessionProvider, String, Calendar, boolean)
          use CalendarService.saveUserCalendar(String, Calendar, boolean) 
org.exoplatform.calendar.service.CalendarServiceLegacy.saveUserEvent(SessionProvider, String, String, CalendarEvent, boolean)
          use CalendarService.saveUserEvent(String, String, CalendarEvent, boolean) 
org.exoplatform.calendar.service.CalendarServiceLegacy.searchEvent(SessionProvider, String, EventQuery, String[])
          use CalendarService.searchEvent(String, EventQuery, String[]) 
org.exoplatform.calendar.service.CalendarServiceLegacy.searchHightLightEvent(SessionProvider, String, EventQuery, String[])
          use CalendarService.searchHightLightEvent(String, EventQuery, String[]) 
org.exoplatform.calendar.service.CalendarServiceLegacy.shareCalendar(SessionProvider, String, String, List)
          use CalendarService.shareCalendar(String, String, List) 
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.