|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventQuery | |
|---|---|
| org.exoplatform.calendar.service | |
| org.exoplatform.calendar.service.impl | |
| Uses of EventQuery in org.exoplatform.calendar.service |
|---|
| Methods in org.exoplatform.calendar.service with parameters of type EventQuery | |
|---|---|
Map<String,String> |
CalendarService.checkFreeBusy(EventQuery eventQuery)
Gets busy time of participants in a period |
Map<String,String> |
DataStorage.checkFreeBusy(EventQuery eventQuery)
|
List<CalendarEvent> |
CalendarService.getEvents(String username,
EventQuery eventQuery,
String[] publicCalendarIds)
Gets all the events and tasks that match the conditions in the given EventQuery object |
List<CalendarEvent> |
DataStorage.getEvents(String username,
EventQuery eventQuery,
String[] publicCalendarIds)
|
List<CalendarEvent> |
CalendarService.getPublicEvents(EventQuery eventQuery)
Gets all public events and tasks that match the conditions in the given EventQuery |
List<CalendarEvent> |
DataStorage.getPublicEvents(EventQuery eventQuery)
Get all public events from a event query |
List<CalendarEvent> |
DataStorage.getSharedEvents(String username,
EventQuery eventQuery)
Get all shared events with a EventQuery |
List<CalendarEvent> |
CalendarService.getUserEvents(String username,
EventQuery eventQuery)
Gets events and tasks that match the conditions in the given EventQuery |
List<CalendarEvent> |
DataStorage.getUserEvents(String username,
EventQuery eventQuery)
Get all user event with a event query |
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)
|
Map<Integer,String> |
CalendarService.searchHighlightRecurrenceEvent(String username,
EventQuery eventQuery,
String[] publicCalendarIds,
String timezone)
Finds all days of month or year that have event/task to highlight from all personal, shared and public calendar of an user This function is much same like searchHightLightEvent() function but it only counts for recurrent event |
Map<Integer,String> |
CalendarService.searchHightLightEvent(String username,
EventQuery eventQuery,
String[] publicCalendarIds)
Gets the day in month on which there are events. |
Map<Integer,String> |
DataStorage.searchHightLightEvent(String username,
EventQuery eventQuery,
String[] publicCalendarIds)
|
| Uses of EventQuery in org.exoplatform.calendar.service.impl |
|---|
| Subclasses of EventQuery in org.exoplatform.calendar.service.impl | |
|---|---|
class |
UnifiedQuery
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Jan 23, 2013 |
| Methods in org.exoplatform.calendar.service.impl with parameters of type EventQuery | |
|---|---|
Map<String,String> |
JCRDataStorage.checkFreeBusy(EventQuery eventQuery)
|
Map<String,String> |
CalendarServiceImpl.checkFreeBusy(EventQuery eventQuery)
Gets busy time of participants in a period |
Map<String,String> |
JCRDataStorage.checkFreeBusy(EventQuery eventQuery,
Date date)
|
List<CalendarEvent> |
JCRDataStorage.getEvents(String username,
EventQuery eventQuery,
String[] publicCalendarIds)
|
List<CalendarEvent> |
CalendarServiceImpl.getEvents(String username,
EventQuery eventQuery,
String[] publicCalendarIds)
Gets all the events and tasks that match the conditions in the given EventQuery object |
List<CalendarEvent> |
JCRDataStorage.getPublicEvents(EventQuery eventQuery)
Get all public events from a event query |
List<CalendarEvent> |
CalendarServiceImpl.getPublicEvents(EventQuery eventQuery)
Gets all public events and tasks that match the conditions in the given EventQuery |
List<CalendarEvent> |
JCRDataStorage.getSharedEvents(String username,
EventQuery eventQuery)
Get all shared events with a EventQuery |
List<CalendarEvent> |
JCRDataStorage.getUserEvents(String username,
EventQuery eventQuery)
Get all user event with a event query |
List<CalendarEvent> |
CalendarServiceImpl.getUserEvents(String username,
EventQuery eventQuery)
Gets events and tasks that match the conditions in the given EventQuery |
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. |
Map<Integer,String> |
JCRDataStorage.searchHighlightRecurrenceEvent(String username,
EventQuery eventQuery,
String[] publicCalendarIds,
String timezone)
|
Map<Integer,String> |
CalendarServiceImpl.searchHighlightRecurrenceEvent(String username,
EventQuery eventQuery,
String[] publicCalendarIds,
String timezone)
|
Map<Integer,String> |
JCRDataStorage.searchHightLightEvent(String username,
EventQuery eventQuery,
String[] publicCalendarIds)
|
Map<Integer,String> |
CalendarServiceImpl.searchHightLightEvent(String username,
EventQuery eventQuery,
String[] publicCalendarIds)
Gets the day in month on which there are events. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||