|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
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 |
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 |
|---|
java.util.List<CalendarCategory> getCategories(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
java.lang.String username)
throws java.lang.Exception
CalendarService.getCategories(String)
java.lang.Exception
java.util.List<GroupCalendarData> getCalendarCategories(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
java.lang.String username,
boolean isShowAll)
throws java.lang.Exception
CalendarService.getCalendarCategories(String, boolean)
java.lang.Exception
CalendarCategory getCalendarCategory(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
java.lang.String username,
java.lang.String calendarCategoryId)
throws java.lang.Exception
CalendarService.getCalendarCategory(String, String)
java.lang.Exception
void saveCalendarCategory(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
java.lang.String username,
CalendarCategory calendarCategory,
boolean isNew)
throws java.lang.Exception
CalendarService.saveCalendarCategory(String, CalendarCategory, boolean)
java.lang.Exception
CalendarCategory removeCalendarCategory(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
java.lang.String username,
java.lang.String calendarCategoryId)
throws java.lang.Exception
CalendarService.removeCalendarCategory(String, String)
java.lang.Exception
Calendar getUserCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
java.lang.String username,
java.lang.String calendarId)
throws java.lang.Exception
CalendarService.getUserCalendar(String, String)
java.lang.Exception
java.util.List<Calendar> getUserCalendars(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
java.lang.String username,
boolean isShowAll)
throws java.lang.Exception
CalendarService.getUserCalendars(String, boolean)
java.lang.Exception
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
CalendarService.getUserCalendarsByCategory(String, String)
java.lang.Exception
void saveUserCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
java.lang.String username,
Calendar calendar,
boolean isNew)
throws java.lang.Exception
CalendarService.saveUserCalendar(String, Calendar, boolean)
java.lang.Exception
Calendar removeUserCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
java.lang.String username,
java.lang.String calendarId)
throws java.lang.Exception
CalendarService.removeUserCalendar(String, String)
java.lang.Exception
void saveSharedCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession,
java.lang.String username,
Calendar calendar)
throws java.lang.Exception
CalendarService.saveSharedCalendar(String, Calendar)
java.lang.Exception
Calendar getGroupCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession,
java.lang.String calendarId)
throws java.lang.Exception
CalendarService.getGroupCalendar(String)
java.lang.Exception
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
CalendarService.getGroupCalendars(String[], boolean, String)
java.lang.Exception
void savePublicCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession,
Calendar calendar,
boolean isNew,
java.lang.String username)
throws java.lang.Exception
CalendarService.savePublicCalendar(Calendar, boolean, String)
java.lang.Exception
Calendar removePublicCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession,
java.lang.String calendarId)
throws java.lang.Exception
CalendarService.removePublicCalendar(String)
java.lang.Exception
java.util.List<EventCategory> getEventCategories(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
java.lang.String username)
throws java.lang.Exception
CalendarService.getEventCategories(String)
java.lang.Exception
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
CalendarService.saveEventCategory(String, EventCategory, String[], boolean)
java.lang.Exception
void removeEventCategory(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
java.lang.String username,
java.lang.String eventCategoryName)
throws java.lang.Exception
CalendarService.removeEventCategory(String, String)
java.lang.Exception
EventCategory getEventCategory(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
java.lang.String username,
java.lang.String eventCategoryId)
throws java.lang.Exception
CalendarService.getEventCategory(String, String)
java.lang.Exception
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
CalendarService.getUserEventByCalendar(String, List)
java.lang.Exception
java.util.List<CalendarEvent> getUserEvents(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
java.lang.String username,
EventQuery eventQuery)
throws java.lang.Exception
CalendarService.getUserEvents(String, EventQuery)
java.lang.Exception
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
CalendarService.saveUserEvent(String, String, CalendarEvent, boolean)
java.lang.Exception
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
CalendarService.removeUserEvent(String, String, String)
java.lang.Exception
CalendarEvent getGroupEvent(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession,
java.lang.String calendarId,
java.lang.String eventId)
throws java.lang.Exception
CalendarService.getGroupEvent(String, String)
java.lang.Exception
java.util.List<CalendarEvent> getGroupEventByCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession,
java.util.List<java.lang.String> calendarIds)
throws java.lang.Exception
CalendarService.getGroupEventByCalendar(List)
java.lang.Exception
java.util.List<CalendarEvent> getPublicEvents(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession,
EventQuery eventQuery)
throws java.lang.Exception
CalendarService.getPublicEvents(EventQuery)
java.lang.Exception
void savePublicEvent(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession,
java.lang.String calendarId,
CalendarEvent event,
boolean isNew)
throws java.lang.Exception
CalendarService.savePublicEvent(String, CalendarEvent, boolean)
java.lang.Exception
CalendarEvent removePublicEvent(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession,
java.lang.String calendarId,
java.lang.String eventId)
throws java.lang.Exception
CalendarService.removePublicEvent(String, String)
java.lang.Exception
void saveCalendarSetting(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
java.lang.String username,
CalendarSetting setting)
throws java.lang.Exception
CalendarService.saveCalendarSetting(String, CalendarSetting)
java.lang.Exception
CalendarSetting getCalendarSetting(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
java.lang.String username)
throws java.lang.Exception
CalendarService.getCalendarSetting(String)
java.lang.Exception
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
CalendarService.generateRss(String, LinkedHashMap, RssData)
java.lang.Exception
java.util.List<FeedData> getFeeds(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession,
java.lang.String username)
throws java.lang.Exception
CalendarService.getFeeds(String)
java.lang.Exception
javax.jcr.Node getRssHome(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession,
java.lang.String username)
throws java.lang.Exception
CalendarService.getRssHome(String)
java.lang.Exception
EventPageList searchEvent(org.exoplatform.services.jcr.ext.common.SessionProvider userSession,
java.lang.String username,
EventQuery eventQuery,
java.lang.String[] publicCalendarIds)
throws java.lang.Exception
CalendarService.searchEvent(String, EventQuery, String[])
java.lang.Exception
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
CalendarService.searchHightLightEvent(String, EventQuery, String[])
java.lang.Exception
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
CalendarService.shareCalendar(String, String, List)
java.lang.Exception
GroupCalendarData getSharedCalendars(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession,
java.lang.String username,
boolean isShowAll)
throws java.lang.Exception
CalendarService.getSharedCalendars(String, boolean)
java.lang.Exception
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
CalendarService.getEvents(String, EventQuery, String[])
java.lang.Exception
void removeSharedCalendar(org.exoplatform.services.jcr.ext.common.SessionProvider systemSesssion,
java.lang.String username,
java.lang.String calendarId)
throws java.lang.Exception
CalendarService.removeSharedCalendar(String, String)
java.lang.Exception
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
CalendarService.saveEventToSharedCalendar(String, String, CalendarEvent, boolean)
java.lang.Exception
java.util.Map<java.lang.String,java.lang.String> checkFreeBusy(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession,
EventQuery eventQuery)
throws java.lang.Exception
CalendarService.checkFreeBusy(EventQuery)
java.lang.Exception
int generateCalDav(java.lang.String username,
java.util.List<java.lang.String> calendarIds,
RssData rssData)
throws java.lang.Exception
CalendarService#generateCalDav(String username, LinkedHashMap calendars, RssData rssData)
java.lang.Exception
int generateRss(java.lang.String username,
java.util.List<java.lang.String> calendarIds,
RssData rssData)
throws java.lang.Exception
CalendarService#generateRss(String username, LinkedHashMap calendars, RssData rssData)
java.lang.Exception
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
CalendarService.removeSharedEvent(String, String, String)
java.lang.Exception
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
CalendarService.moveEvent(String, String, String, String, List, String)
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||