Uses of Class
com.logicaldoc.calendar.Event
Packages that use Event
Package
Description
- 
Uses of Event in com.logicaldoc.calendarMethods in com.logicaldoc.calendar that return types with arguments of type EventModifier 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) Methods in com.logicaldoc.calendar with parameters of type EventModifier 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) voidDeletes an eventvoidvoidCalendarManager.deleteEvent(Event event, com.logicaldoc.core.document.DocumentHistory transaction) Saves an event into the calendar taking care of all the related operations like the recording of documents historiesvoidHibernateEventDAO.initialize(Event event) voidCalendarJob.notifyEvent(Event event, Reminder reminder) Notifies an event by creating the system messages and emails.voidSaves an event into the calendar taking care of all the related operations like the creation of the occurrences in case of recurrent eventvoidEventDAO.scheduleEvent(Event event) Schedules the job for all the reminders or cancelations.voidHibernateEventDAO.scheduleEvent(Event event) voidintEventDAO.updateOccurrences(Event master) This will update all existing occurrences with the master's properties.intHibernateEventDAO.updateOccurrences(Event master) Constructors in com.logicaldoc.calendar with parameters of type Event
- 
Uses of Event in com.logicaldoc.calendar.automationMethods in com.logicaldoc.calendar.automation that return EventModifier and TypeMethodDescriptionCalendarTool.newEvent(long tenantId, String title, Date start, Collection<Attendee> attendees, Collection<com.logicaldoc.core.document.Document> documents, String username) Creates a new calendar eventMethods in com.logicaldoc.calendar.automation with parameters of type EventModifier and TypeMethodDescriptionvoidCalendarTool.initializeEvent(Event event) Initializes lazy loaded collections of an eventvoidStores into the database the given calendar envent
- 
Uses of Event in com.logicaldoc.googleMethods in com.logicaldoc.google that return types with arguments of type EventModifier and TypeMethodDescriptionCalendarClient.getUpcomingEvents()Retrieves all the upcoming events from the remote calendar synchronising at the same time the local counterpartsMethods in com.logicaldoc.google with parameters of type Event