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

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
 java.util.Map<java.lang.String,java.lang.String> CalendarService.checkFreeBusy(EventQuery eventQuery)
          The method will check the time free or busy of the user, it depends 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
 java.util.Map<java.lang.String,java.lang.String> CalendarServiceLegacy.checkFreeBusy(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession, EventQuery eventQuery)
          Deprecated. use CalendarService.checkFreeBusy(EventQuery)
 java.util.List<CalendarEvent> CalendarServiceLegacy.getEvents(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, EventQuery eventQuery, java.lang.String[] publicCalendarIds)
          Deprecated. use CalendarService.getEvents(String, EventQuery, String[])
 java.util.List<CalendarEvent> CalendarService.getEvents(java.lang.String username, EventQuery eventQuery, java.lang.String[] publicCalendarIds)
          The method selects all the events and tasks by given conditions, it includes events of private, public and share calendars
 java.util.List<CalendarEvent> CalendarService.getPublicEvents(EventQuery eventQuery)
          The method gets events and tasks by given event query
 java.util.List<CalendarEvent> CalendarServiceLegacy.getPublicEvents(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession, EventQuery eventQuery)
          Deprecated. use CalendarService.getPublicEvents(EventQuery)
 java.util.List<CalendarEvent> CalendarServiceLegacy.getUserEvents(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, EventQuery eventQuery)
          Deprecated. use CalendarService.getUserEvents(String, EventQuery)
 java.util.List<CalendarEvent> CalendarService.getUserEvents(java.lang.String username, EventQuery eventQuery)
          The method gets all events and tasks by given conditions in event query
 EventPageList CalendarServiceLegacy.searchEvent(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, EventQuery eventQuery, java.lang.String[] publicCalendarIds)
          Deprecated. use CalendarService.searchEvent(String, EventQuery, String[])
 EventPageList CalendarService.searchEvent(java.lang.String username, EventQuery eventQuery, java.lang.String[] publicCalendarIds)
          The method query events and tasks form given conditions, the conditions know by set value for eventquery
 java.util.Map<java.lang.Integer,java.lang.String> CalendarServiceLegacy.searchHightLightEvent(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, EventQuery eventQuery, java.lang.String[] publicCalendarIds)
          Deprecated. use CalendarService.searchHightLightEvent(String, EventQuery, String[])
 java.util.Map<java.lang.Integer,java.lang.String> CalendarService.searchHightLightEvent(java.lang.String username, EventQuery eventQuery, java.lang.String[] publicCalendarIds)
          The method query all events, tasks and mark to highlight the date have events or tasks
 

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

Methods in org.exoplatform.calendar.service.impl with parameters of type EventQuery
 java.util.Map<java.lang.String,java.lang.String> CalendarServiceImpl.checkFreeBusy(EventQuery eventQuery)
          The method will check the time free or busy of the user, it depends 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
 java.util.Map<java.lang.String,java.lang.String> JCRDataStorage.checkFreeBusy(EventQuery eventQuery)
           
 java.util.Map<java.lang.String,java.lang.String> CalendarServiceImpl.checkFreeBusy(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession, EventQuery eventQuery)
          
 java.util.List<CalendarEvent> DataStorage.getEvent(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String username, EventQuery eventQuery, java.lang.String[] publicCalendarIds)
           
 java.util.List<CalendarEvent> CalendarServiceImpl.getEvents(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, EventQuery eventQuery, java.lang.String[] publicCalendarIds)
          
 java.util.List<CalendarEvent> CalendarServiceImpl.getEvents(java.lang.String username, EventQuery eventQuery, java.lang.String[] publicCalendarIds)
          The method selects all the events and tasks by given conditions, it includes events of private, public and share calendars
 java.util.List<CalendarEvent> JCRDataStorage.getEvents(java.lang.String username, EventQuery eventQuery, java.lang.String[] publicCalendarIds)
           
 java.util.List<CalendarEvent> CalendarServiceImpl.getPublicEvents(EventQuery eventQuery)
          The method gets events and tasks by given event query
 java.util.List<CalendarEvent> JCRDataStorage.getPublicEvents(EventQuery eventQuery)
           
 java.util.List<CalendarEvent> DataStorage.getPublicEvents(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, EventQuery eventQuery)
           
 java.util.List<CalendarEvent> CalendarServiceImpl.getPublicEvents(org.exoplatform.services.jcr.ext.common.SessionProvider systemSession, EventQuery eventQuery)
          
 java.util.List<CalendarEvent> JCRDataStorage.getSharedEvents(java.lang.String username, EventQuery eventQuery)
           
 java.util.List<CalendarEvent> DataStorage.getUserEvents(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String username, EventQuery eventQuery)
           
 java.util.List<CalendarEvent> CalendarServiceImpl.getUserEvents(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, EventQuery eventQuery)
          
 java.util.List<CalendarEvent> CalendarServiceImpl.getUserEvents(java.lang.String username, EventQuery eventQuery)
          The method gets all events and tasks by given conditions in event query
 java.util.List<CalendarEvent> JCRDataStorage.getUserEvents(java.lang.String username, EventQuery eventQuery)
           
 EventPageList DataStorage.searchEvent(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String username, EventQuery query, java.lang.String[] publicCalendarIds)
           
 EventPageList CalendarServiceImpl.searchEvent(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, EventQuery eventQuery, java.lang.String[] publicCalendarIds)
          
 EventPageList CalendarServiceImpl.searchEvent(java.lang.String username, EventQuery query, java.lang.String[] publicCalendarIds)
          The method query events and tasks form given conditions, the conditions know by set value for eventquery
 EventPageList JCRDataStorage.searchEvent(java.lang.String username, EventQuery eventQuery, java.lang.String[] publicCalendarIds)
           
 java.util.Map<java.lang.Integer,java.lang.String> CalendarServiceImpl.searchHightLightEvent(org.exoplatform.services.jcr.ext.common.SessionProvider userSession, java.lang.String username, EventQuery eventQuery, java.lang.String[] publicCalendarIds)
          
 java.util.Map<java.lang.Integer,java.lang.String> CalendarServiceImpl.searchHightLightEvent(java.lang.String username, EventQuery eventQuery, java.lang.String[] publicCalendarIds)
          The method query all events, tasks and mark to highlight the date have events or tasks
 java.util.Map<java.lang.Integer,java.lang.String> JCRDataStorage.searchHightLightEvent(java.lang.String username, EventQuery eventQuery, java.lang.String[] publicCalendarIds)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.