Uses of Class
com.logicaldoc.calendar.Event
Package
Description
-
Uses of Event in com.logicaldoc.calendar
Modifier and TypeMethodDescriptionEventDAO.find
(EventSearchCriteria searchCriteria) Finder method for events.HibernateEventDAO.find
(EventSearchCriteria searchCriteria) EventDAO.findByAttendee
(long attendeeId, Date start) Retrieves the events associated to the given attendeeHibernateEventDAO.findByAttendee
(long attendeeId, Date start) EventDAO.findOccurrences
(long masterId, Date start, Date end) Retrieves the occurrences of a master eventHibernateEventDAO.findOccurrences
(long masterId, Date begin, Date end) EventDAO.findUpcomingEvents
(long attendeeId) Retrieves the even that will happen in the futureHibernateEventDAO.findUpcomingEvents
(long attendeeId) Modifier and TypeMethodDescriptionEventDAO.createOccurrences
(Event master, Date start, Date end) This will create all the occurrences of a recurrent master event in a given time range.
Attention: the collections are not propagated.HibernateEventDAO.createOccurrences
(Event master, Date start, Date end) void
HibernateEventDAO.initialize
(Event event) void
CalendarJob.notifyEvent
(Event event, Reminder reminder) Notifies an event by creating the system messages and emails.void
EventDAO.scheduleEvent
(Event event) Schedules the job for all the reminders.void
HibernateEventDAO.scheduleEvent
(Event event) void
int
EventDAO.updateOccurrences
(Event master) This will update all existing occurrences with the master's properties.int
HibernateEventDAO.updateOccurrences
(Event master) -
Uses of Event in com.logicaldoc.calendar.automation
Modifier and TypeMethodDescriptionCalendarTool.newEvent
(long tenantId, String title, Date start, Collection<Attendee> attendees, Collection<com.logicaldoc.core.document.Document> documents) Creates a new calendar eventModifier and TypeMethodDescriptionvoid
CalendarTool.initialize
(Event event) Initializes lazy loaded collectionsvoid
Stores into the database the given calendar envent -
Uses of Event in com.logicaldoc.google
Modifier and TypeMethodDescriptionCalendarClient.getUpcomingEvents()
Retrieves all the upcoming events from the remote calendar synchronising at the same time the local counterparts