| Package | Description |
|---|---|
| org.exoplatform.calendar.service | |
| org.exoplatform.calendar.service.impl |
| Modifier and Type | Method and Description |
|---|---|
GroupCalendarData |
CalendarService.getSharedCalendars(String username,
boolean isShowAll)
Gets all calendars that are shared with the given user
|
GroupCalendarData |
DataStorage.getSharedCalendars(String username,
boolean isShowAll)
Get all shared calendars of a user
|
| Modifier and Type | Method and Description |
|---|---|
List<GroupCalendarData> |
CalendarService.getGroupCalendars(String[] groupIds,
boolean isShowAll,
String username)
Deprecated.
|
List<GroupCalendarData> |
DataStorage.getGroupCalendars(String[] groupIds,
boolean isShowAll,
String username) |
| Modifier and Type | Method and Description |
|---|---|
GroupCalendarData |
JCRDataStorage.getSharedCalendars(String username,
boolean isShowAll)
Get all shared calendars of a user
|
GroupCalendarData |
CalendarServiceImpl.getSharedCalendars(String username,
boolean isShowAll)
Gets all calendars that are shared with the given user
|
| Modifier and Type | Method and Description |
|---|---|
List<GroupCalendarData> |
JCRDataStorage.getGroupCalendars(String[] groupIds,
boolean isShowAll,
String username) |
List<GroupCalendarData> |
CalendarServiceImpl.getGroupCalendars(String[] groupIds,
boolean isShowAll,
String username)
Deprecated, use
CalendarHandler.findCalendars(CalendarQuery)
Gets all the group calendar data of current user |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.