org.exoplatform.calendar.service
Interface CalendarServiceLegacy

All Known Subinterfaces:
CalendarService
All Known Implementing Classes:
CalendarServiceImpl

public interface CalendarServiceLegacy

Deprecated API for CalendarService Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Mar 14, 2009


Method Summary
 java.util.Map<java.lang.String,java.lang.String> checkFreeBusy(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession, EventQuery eventQuery)
          Deprecated. use CalendarService.checkFreeBusy(EventQuery)
 int generateCalDav(java.lang.String username, java.util.List<java.lang.String> calendarIds, RssData rssData)
          Deprecated. use CalendarService#generateCalDav(String username, LinkedHashMap calendars, RssData rssData)
 int generateRss(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession, java.lang.String username, java.util.LinkedHashMap<java.lang.String,Calendar> calendars, RssData rssData)
          Deprecated. use CalendarService.generateRss(String, LinkedHashMap, RssData)
 int generateRss(java.lang.String username, java.util.List<java.lang.String> calendarIds, RssData rssData)
          Deprecated. use CalendarService#generateRss(String username, LinkedHashMap calendars, RssData rssData)
 java.util.List<GroupCalendarData> getCalendarCategories(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, boolean isShowAll)
          Deprecated. use CalendarService.getCalendarCategories(String, boolean)
 CalendarCategory getCalendarCategory(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, java.lang.String calendarCategoryId)
          Deprecated. use CalendarService.getCalendarCategory(String, String)
 CalendarSetting getCalendarSetting(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username)
          Deprecated. use CalendarService.getCalendarSetting(String)
 java.util.List<CalendarCategory> getCategories(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username)
          Deprecated. use CalendarService.getCategories(String)
 java.util.List<EventCategory> getEventCategories(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username)
          Deprecated. use CalendarService.getEventCategories(String)
 EventCategory getEventCategory(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, java.lang.String eventCategoryId)
          Deprecated. use CalendarService.getEventCategory(String, String)
 java.util.List<CalendarEvent> getEvents(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, EventQuery eventQuery, java.lang.String[] publicCalendarIds)
          Deprecated. use CalendarService.getEvents(String, EventQuery, String[])
 java.util.List<FeedData> getFeeds(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession, java.lang.String username)
          Deprecated. use CalendarService.getFeeds(String)
 Calendar getGroupCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession, java.lang.String calendarId)
          Deprecated. use CalendarService.getGroupCalendar(String)
 java.util.List<GroupCalendarData> getGroupCalendars(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession, java.lang.String[] groupIds, boolean isShowAll, java.lang.String username)
          Deprecated. use CalendarService.getGroupCalendars(String[], boolean, String)
 CalendarEvent getGroupEvent(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession, java.lang.String calendarId, java.lang.String eventId)
          Deprecated. use CalendarService.getGroupEvent(String, String)
 java.util.List<CalendarEvent> getGroupEventByCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession, java.util.List<java.lang.String> calendarIds)
          Deprecated. use CalendarService.getGroupEventByCalendar(List)
 java.util.List<CalendarEvent> getPublicEvents(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession, EventQuery eventQuery)
          Deprecated. use CalendarService.getPublicEvents(EventQuery)
 javax.jcr.Node getRssHome(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession, java.lang.String username)
          Deprecated. use CalendarService.getRssHome(String)
 GroupCalendarData getSharedCalendars(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession, java.lang.String username, boolean isShowAll)
          Deprecated. use CalendarService.getSharedCalendars(String, boolean)
 Calendar getUserCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, java.lang.String calendarId)
          Deprecated. use CalendarService.getUserCalendar(String, String)
 java.util.List<Calendar> getUserCalendars(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, boolean isShowAll)
          Deprecated. use CalendarService.getUserCalendars(String, boolean)
 java.util.List<Calendar> getUserCalendarsByCategory(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, java.lang.String calendarCategoryId)
          Deprecated. use CalendarService.getUserCalendarsByCategory(String, String)
 java.util.List<CalendarEvent> getUserEventByCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, java.util.List<java.lang.String> calendarIds)
          Deprecated. use CalendarService.getUserEventByCalendar(String, List)
 java.util.List<CalendarEvent> getUserEvents(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, EventQuery eventQuery)
          Deprecated. use CalendarService.getUserEvents(String, EventQuery)
 void moveEvent(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String formCalendar, java.lang.String toCalendar, java.lang.String formType, java.lang.String toType, java.util.List<CalendarEvent> calEvents, java.lang.String username)
          Deprecated. use CalendarService.moveEvent(String, String, String, String, List, String)
 CalendarCategory removeCalendarCategory(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, java.lang.String calendarCategoryId)
          Deprecated. use CalendarService.removeCalendarCategory(String, String)
 void removeEventCategory(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, java.lang.String eventCategoryName)
          Deprecated. use CalendarService.removeEventCategory(String, String)
 Calendar removePublicCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession, java.lang.String calendarId)
          Deprecated. use CalendarService.removePublicCalendar(String)
 CalendarEvent removePublicEvent(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession, java.lang.String calendarId, java.lang.String eventId)
          Deprecated. use CalendarService.removePublicEvent(String, String)
 void removeSharedCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider systemSesssion, java.lang.String username, java.lang.String calendarId)
          Deprecated. use CalendarService.removeSharedCalendar(String, String)
 void removeSharedEvent(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession, java.lang.String username, java.lang.String calendarId, java.lang.String eventId)
          Deprecated. use CalendarService.removeSharedEvent(String, String, String)
 Calendar removeUserCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, java.lang.String calendarId)
          Deprecated. use CalendarService.removeUserCalendar(String, String)
 CalendarEvent removeUserEvent(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, java.lang.String calendarId, java.lang.String eventId)
          Deprecated. use CalendarService.removeUserEvent(String, String, String)
 void saveCalendarCategory(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, CalendarCategory calendarCategory, boolean isNew)
          Deprecated. use CalendarService.saveCalendarCategory(String, CalendarCategory, boolean)
 void saveCalendarSetting(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, CalendarSetting setting)
          Deprecated. use CalendarService.saveCalendarSetting(String, CalendarSetting)
 void saveEventCategory(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, EventCategory eventCategory, java.lang.String[] values, boolean isNew)
          Deprecated. use CalendarService.saveEventCategory(String, EventCategory, String[], boolean)
 void saveEventToSharedCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession, java.lang.String username, java.lang.String calendarId, CalendarEvent event, boolean isNew)
          Deprecated. use CalendarService.saveEventToSharedCalendar(String, String, CalendarEvent, boolean)
 void savePublicCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession, Calendar calendar, boolean isNew, java.lang.String username)
          Deprecated. use CalendarService.savePublicCalendar(Calendar, boolean, String)
 void savePublicEvent(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession, java.lang.String calendarId, CalendarEvent event, boolean isNew)
          Deprecated. use CalendarService.savePublicEvent(String, CalendarEvent, boolean)
 void saveSharedCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession, java.lang.String username, Calendar calendar)
          Deprecated. use CalendarService.saveSharedCalendar(String, Calendar)
 void saveUserCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, Calendar calendar, boolean isNew)
          Deprecated. use CalendarService.saveUserCalendar(String, Calendar, boolean)
 void saveUserEvent(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, java.lang.String calendarId, CalendarEvent event, boolean isNew)
          Deprecated. use CalendarService.saveUserEvent(String, String, CalendarEvent, boolean)
 EventPageList searchEvent(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, EventQuery eventQuery, java.lang.String[] publicCalendarIds)
          Deprecated. use CalendarService.searchEvent(String, EventQuery, String[])
 java.util.Map<java.lang.Integer,java.lang.String> searchHightLightEvent(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, EventQuery eventQuery, java.lang.String[] publicCalendarIds)
          Deprecated. use CalendarService.searchHightLightEvent(String, EventQuery, String[])
 void shareCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession, java.lang.String username, java.lang.String calendarId, java.util.List<java.lang.String> receiverUsers)
          Deprecated. use CalendarService.shareCalendar(String, String, List)
 

Method Detail

getCategories

java.util.List<CalendarCategory> getCategories(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
                                               java.lang.String username)
                                               throws java.lang.Exception
Deprecated. use CalendarService.getCategories(String)

Throws:
java.lang.Exception

getCalendarCategories

java.util.List<GroupCalendarData> getCalendarCategories(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
                                                        java.lang.String username,
                                                        boolean isShowAll)
                                                        throws java.lang.Exception
Deprecated. use CalendarService.getCalendarCategories(String, boolean)

Throws:
java.lang.Exception

getCalendarCategory

CalendarCategory getCalendarCategory(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
                                     java.lang.String username,
                                     java.lang.String calendarCategoryId)
                                     throws java.lang.Exception
Deprecated. use CalendarService.getCalendarCategory(String, String)

Throws:
java.lang.Exception

saveCalendarCategory

void saveCalendarCategory(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
                          java.lang.String username,
                          CalendarCategory calendarCategory,
                          boolean isNew)
                          throws java.lang.Exception
Deprecated. use CalendarService.saveCalendarCategory(String, CalendarCategory, boolean)

Throws:
java.lang.Exception

removeCalendarCategory

CalendarCategory removeCalendarCategory(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
                                        java.lang.String username,
                                        java.lang.String calendarCategoryId)
                                        throws java.lang.Exception
Deprecated. use CalendarService.removeCalendarCategory(String, String)

Throws:
java.lang.Exception

getUserCalendar

Calendar getUserCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
                         java.lang.String username,
                         java.lang.String calendarId)
                         throws java.lang.Exception
Deprecated. use CalendarService.getUserCalendar(String, String)

Throws:
java.lang.Exception

getUserCalendars

java.util.List<Calendar> getUserCalendars(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
                                          java.lang.String username,
                                          boolean isShowAll)
                                          throws java.lang.Exception
Deprecated. use CalendarService.getUserCalendars(String, boolean)

Throws:
java.lang.Exception

getUserCalendarsByCategory

java.util.List<Calendar> getUserCalendarsByCategory(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
                                                    java.lang.String username,
                                                    java.lang.String calendarCategoryId)
                                                    throws java.lang.Exception
Deprecated. use CalendarService.getUserCalendarsByCategory(String, String)

Throws:
java.lang.Exception

saveUserCalendar

void saveUserCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
                      java.lang.String username,
                      Calendar calendar,
                      boolean isNew)
                      throws java.lang.Exception
Deprecated. use CalendarService.saveUserCalendar(String, Calendar, boolean)

Throws:
java.lang.Exception

removeUserCalendar

Calendar removeUserCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
                            java.lang.String username,
                            java.lang.String calendarId)
                            throws java.lang.Exception
Deprecated. use CalendarService.removeUserCalendar(String, String)

Throws:
java.lang.Exception

saveSharedCalendar

void saveSharedCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession,
                        java.lang.String username,
                        Calendar calendar)
                        throws java.lang.Exception
Deprecated. use CalendarService.saveSharedCalendar(String, Calendar)

Throws:
java.lang.Exception

getGroupCalendar

Calendar getGroupCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession,
                          java.lang.String calendarId)
                          throws java.lang.Exception
Deprecated. use CalendarService.getGroupCalendar(String)

Throws:
java.lang.Exception

getGroupCalendars

java.util.List<GroupCalendarData> getGroupCalendars(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession,
                                                    java.lang.String[] groupIds,
                                                    boolean isShowAll,
                                                    java.lang.String username)
                                                    throws java.lang.Exception
Deprecated. use CalendarService.getGroupCalendars(String[], boolean, String)

Throws:
java.lang.Exception

savePublicCalendar

void savePublicCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession,
                        Calendar calendar,
                        boolean isNew,
                        java.lang.String username)
                        throws java.lang.Exception
Deprecated. use CalendarService.savePublicCalendar(Calendar, boolean, String)

Throws:
java.lang.Exception

removePublicCalendar

Calendar removePublicCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession,
                              java.lang.String calendarId)
                              throws java.lang.Exception
Deprecated. use CalendarService.removePublicCalendar(String)

Throws:
java.lang.Exception

getEventCategories

java.util.List<EventCategory> getEventCategories(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
                                                 java.lang.String username)
                                                 throws java.lang.Exception
Deprecated. use CalendarService.getEventCategories(String)

Throws:
java.lang.Exception

saveEventCategory

void saveEventCategory(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
                       java.lang.String username,
                       EventCategory eventCategory,
                       java.lang.String[] values,
                       boolean isNew)
                       throws java.lang.Exception
Deprecated. use CalendarService.saveEventCategory(String, EventCategory, String[], boolean)

Throws:
java.lang.Exception

removeEventCategory

void removeEventCategory(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
                         java.lang.String username,
                         java.lang.String eventCategoryName)
                         throws java.lang.Exception
Deprecated. use CalendarService.removeEventCategory(String, String)

Throws:
java.lang.Exception

getEventCategory

EventCategory getEventCategory(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
                               java.lang.String username,
                               java.lang.String eventCategoryId)
                               throws java.lang.Exception
Deprecated. use CalendarService.getEventCategory(String, String)

Throws:
java.lang.Exception

getUserEventByCalendar

java.util.List<CalendarEvent> getUserEventByCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
                                                     java.lang.String username,
                                                     java.util.List<java.lang.String> calendarIds)
                                                     throws java.lang.Exception
Deprecated. use CalendarService.getUserEventByCalendar(String, List)

Throws:
java.lang.Exception

getUserEvents

java.util.List<CalendarEvent> getUserEvents(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
                                            java.lang.String username,
                                            EventQuery eventQuery)
                                            throws java.lang.Exception
Deprecated. use CalendarService.getUserEvents(String, EventQuery)

Throws:
java.lang.Exception

saveUserEvent

void saveUserEvent(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
                   java.lang.String username,
                   java.lang.String calendarId,
                   CalendarEvent event,
                   boolean isNew)
                   throws java.lang.Exception
Deprecated. use CalendarService.saveUserEvent(String, String, CalendarEvent, boolean)

Throws:
java.lang.Exception

removeUserEvent

CalendarEvent removeUserEvent(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
                              java.lang.String username,
                              java.lang.String calendarId,
                              java.lang.String eventId)
                              throws java.lang.Exception
Deprecated. use CalendarService.removeUserEvent(String, String, String)

Throws:
java.lang.Exception

getGroupEvent

CalendarEvent getGroupEvent(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession,
                            java.lang.String calendarId,
                            java.lang.String eventId)
                            throws java.lang.Exception
Deprecated. use CalendarService.getGroupEvent(String, String)

Throws:
java.lang.Exception

getGroupEventByCalendar

java.util.List<CalendarEvent> getGroupEventByCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession,
                                                      java.util.List<java.lang.String> calendarIds)
                                                      throws java.lang.Exception
Deprecated. use CalendarService.getGroupEventByCalendar(List)

Throws:
java.lang.Exception

getPublicEvents

java.util.List<CalendarEvent> getPublicEvents(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession,
                                              EventQuery eventQuery)
                                              throws java.lang.Exception
Deprecated. use CalendarService.getPublicEvents(EventQuery)

Throws:
java.lang.Exception

savePublicEvent

void savePublicEvent(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession,
                     java.lang.String calendarId,
                     CalendarEvent event,
                     boolean isNew)
                     throws java.lang.Exception
Deprecated. use CalendarService.savePublicEvent(String, CalendarEvent, boolean)

Throws:
java.lang.Exception

removePublicEvent

CalendarEvent removePublicEvent(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession,
                                java.lang.String calendarId,
                                java.lang.String eventId)
                                throws java.lang.Exception
Deprecated. use CalendarService.removePublicEvent(String, String)

Throws:
java.lang.Exception

saveCalendarSetting

void saveCalendarSetting(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
                         java.lang.String username,
                         CalendarSetting setting)
                         throws java.lang.Exception
Deprecated. use CalendarService.saveCalendarSetting(String, CalendarSetting)

Throws:
java.lang.Exception

getCalendarSetting

CalendarSetting getCalendarSetting(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
                                   java.lang.String username)
                                   throws java.lang.Exception
Deprecated. use CalendarService.getCalendarSetting(String)

Throws:
java.lang.Exception

generateRss

int generateRss(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession,
                java.lang.String username,
                java.util.LinkedHashMap<java.lang.String,Calendar> calendars,
                RssData rssData)
                throws java.lang.Exception
Deprecated. use CalendarService.generateRss(String, LinkedHashMap, RssData)

Throws:
java.lang.Exception

getFeeds

java.util.List<FeedData> getFeeds(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession,
                                  java.lang.String username)
                                  throws java.lang.Exception
Deprecated. use CalendarService.getFeeds(String)

Throws:
java.lang.Exception

getRssHome

javax.jcr.Node getRssHome(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession,
                          java.lang.String username)
                          throws java.lang.Exception
Deprecated. use CalendarService.getRssHome(String)

Throws:
java.lang.Exception

searchEvent

EventPageList searchEvent(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
                          java.lang.String username,
                          EventQuery eventQuery,
                          java.lang.String[] publicCalendarIds)
                          throws java.lang.Exception
Deprecated. use CalendarService.searchEvent(String, EventQuery, String[])

Throws:
java.lang.Exception

searchHightLightEvent

java.util.Map<java.lang.Integer,java.lang.String> searchHightLightEvent(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
                                                                        java.lang.String username,
                                                                        EventQuery eventQuery,
                                                                        java.lang.String[] publicCalendarIds)
                                                                        throws java.lang.Exception
Deprecated. use CalendarService.searchHightLightEvent(String, EventQuery, String[])

Throws:
java.lang.Exception

shareCalendar

void shareCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession,
                   java.lang.String username,
                   java.lang.String calendarId,
                   java.util.List<java.lang.String> receiverUsers)
                   throws java.lang.Exception
Deprecated. use CalendarService.shareCalendar(String, String, List)

Throws:
java.lang.Exception

getSharedCalendars

GroupCalendarData getSharedCalendars(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession,
                                     java.lang.String username,
                                     boolean isShowAll)
                                     throws java.lang.Exception
Deprecated. use CalendarService.getSharedCalendars(String, boolean)

Throws:
java.lang.Exception

getEvents

java.util.List<CalendarEvent> getEvents(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
                                        java.lang.String username,
                                        EventQuery eventQuery,
                                        java.lang.String[] publicCalendarIds)
                                        throws java.lang.Exception
Deprecated. use CalendarService.getEvents(String, EventQuery, String[])

Throws:
java.lang.Exception

removeSharedCalendar

void removeSharedCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider systemSesssion,
                          java.lang.String username,
                          java.lang.String calendarId)
                          throws java.lang.Exception
Deprecated. use CalendarService.removeSharedCalendar(String, String)

Throws:
java.lang.Exception

saveEventToSharedCalendar

void saveEventToSharedCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession,
                               java.lang.String username,
                               java.lang.String calendarId,
                               CalendarEvent event,
                               boolean isNew)
                               throws java.lang.Exception
Deprecated. use CalendarService.saveEventToSharedCalendar(String, String, CalendarEvent, boolean)

Throws:
java.lang.Exception

checkFreeBusy

java.util.Map<java.lang.String,java.lang.String> checkFreeBusy(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession,
                                                               EventQuery eventQuery)
                                                               throws java.lang.Exception
Deprecated. use CalendarService.checkFreeBusy(EventQuery)

Throws:
java.lang.Exception

generateCalDav

int generateCalDav(java.lang.String username,
                   java.util.List<java.lang.String> calendarIds,
                   RssData rssData)
                   throws java.lang.Exception
Deprecated. use CalendarService#generateCalDav(String username, LinkedHashMap calendars, RssData rssData)

Throws:
java.lang.Exception

generateRss

int generateRss(java.lang.String username,
                java.util.List<java.lang.String> calendarIds,
                RssData rssData)
                throws java.lang.Exception
Deprecated. use CalendarService#generateRss(String username, LinkedHashMap calendars, RssData rssData)

Throws:
java.lang.Exception

removeSharedEvent

void removeSharedEvent(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession,
                       java.lang.String username,
                       java.lang.String calendarId,
                       java.lang.String eventId)
                       throws java.lang.Exception
Deprecated. use CalendarService.removeSharedEvent(String, String, String)

Throws:
java.lang.Exception

moveEvent

void moveEvent(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
               java.lang.String formCalendar,
               java.lang.String toCalendar,
               java.lang.String formType,
               java.lang.String toType,
               java.util.List<CalendarEvent> calEvents,
               java.lang.String username)
               throws java.lang.Exception
Deprecated. use CalendarService.moveEvent(String, String, String, String, List, String)

Throws:
java.lang.Exception


Copyright © 2011 eXo Platform SAS. All Rights Reserved.