|
||||||||||
| 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)
The method will check the time free or busy of the user, it depents on events and tasks of this user now it only check on one day and if the events and tasks marked with busy, out side status will be checked |
Map<String,String> |
DataStorage.checkFreeBusy(EventQuery eventQuery)
|
List<CalendarEvent> |
CalendarService.getEvents(String username,
EventQuery eventQuery,
String[] publicCalendarIds)
The method selects all the events and tasks by given conditions, it includes events of private, public and share calendars |
List<CalendarEvent> |
DataStorage.getEvents(String username,
EventQuery eventQuery,
String[] publicCalendarIds)
|
List<CalendarEvent> |
CalendarService.getPublicEvents(EventQuery eventQuery)
The method gets events and tasks by given event query |
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)
The method gets all events and tasks by given conditions in event query |
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)
The method query events and tasks form given coditions, the coditions know by set value for eventquery |
EventPageList |
DataStorage.searchEvent(String username,
EventQuery eventQuery,
String[] publicCalendarIds)
|
Map<Integer,String> |
CalendarService.searchHighlightRecurrenceEvent(String username,
EventQuery eventQuery,
String[] publicCalendarIds,
String timezone)
Find 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 recurrence event |
Map<Integer,String> |
CalendarService.searchHightLightEvent(String username,
EventQuery eventQuery,
String[] publicCalendarIds)
The method query all events, tasks and mark to hightlight the date have events or tasks |
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)
The method will check the time free or busy of the user, it depents on events and tasks of this user now it only check on one day and if the events and tasks marked with busy, out side status will be checked |
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)
The method selects all the events and tasks by given conditions, it includes events of private, public and share calendars |
List<CalendarEvent> |
JCRDataStorage.getPublicEvents(EventQuery eventQuery)
Get all public events from a event query |
List<CalendarEvent> |
CalendarServiceImpl.getPublicEvents(EventQuery eventQuery)
The method gets events and tasks by given event query |
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)
The method gets all events and tasks by given conditions in event query |
EventPageList |
JCRDataStorage.searchEvent(String username,
EventQuery eventQuery,
String[] publicCalendarIds)
|
EventPageList |
CalendarServiceImpl.searchEvent(String username,
EventQuery query,
String[] publicCalendarIds)
The method query events and tasks form given coditions, the coditions know by set value for eventquery |
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)
The method query all events, tasks and mark to hightlight the date have events or tasks |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||