Uses of Class
org.exoplatform.calendar.service.GroupCalendarData

Packages that use GroupCalendarData
org.exoplatform.calendar.service   
org.exoplatform.calendar.service.impl   
 

Uses of GroupCalendarData in org.exoplatform.calendar.service
 

Methods in org.exoplatform.calendar.service that return GroupCalendarData
 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
 

Methods in org.exoplatform.calendar.service that return types with arguments of type GroupCalendarData
 List<GroupCalendarData> CalendarService.getGroupCalendars(String[] groupIds, boolean isShowAll, String username)
          Gets all the group calendar data of current user
 List<GroupCalendarData> DataStorage.getGroupCalendars(String[] groupIds, boolean isShowAll, String username)
           
 

Uses of GroupCalendarData in org.exoplatform.calendar.service.impl
 

Methods in org.exoplatform.calendar.service.impl that return GroupCalendarData
 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
 

Methods in org.exoplatform.calendar.service.impl that return types with arguments of type GroupCalendarData
 List<GroupCalendarData> JCRDataStorage.getGroupCalendars(String[] groupIds, boolean isShowAll, String username)
          
 List<GroupCalendarData> CalendarServiceImpl.getGroupCalendars(String[] groupIds, boolean isShowAll, String username)
          Gets all the group calendar data of current user
 



Copyright © 2003–2014 eXo Platform SAS. All rights reserved.