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

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

Uses of EventPageList in org.exoplatform.calendar.service
 

Methods in org.exoplatform.calendar.service that return EventPageList
 EventPageList CalendarService.searchEvent(String username, EventQuery eventQuery, String[] publicCalendarIds)
          Gets an EventPageList of events/tasks of a given list of public calendars that matches the condition
in the given EvenQuery object.
 EventPageList DataStorage.searchEvent(String username, EventQuery eventQuery, String[] publicCalendarIds)
           
 

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

Methods in org.exoplatform.calendar.service.impl that return EventPageList
 EventPageList JCRDataStorage.searchEvent(String username, EventQuery eventQuery, String[] publicCalendarIds)
          
 EventPageList CalendarServiceImpl.searchEvent(String username, EventQuery query, String[] publicCalendarIds)
          Gets an EventPageList of events/tasks of a given list of public calendars that matches the condition
in the given EvenQuery object.
 



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