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