Uses of Class
com.logicaldoc.calendar.Event
Packages that use Event
-
Uses of Event in com.logicaldoc.calendar
Methods 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.findByParticipant(long participantId, Date startDate) Retrieves the events associated to the given participantHibernateEventDAO.findByParticipant(long participantId, Date startDate) EventDAO.findOccurrences(long masterId, Date start, Date end) Retrieves the occurrences of a master eventHibernateEventDAO.findOccurrences(long masterId, Date begin, Date end) 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) voidHibernateEventDAO.initialize(Event event) voidCalendarJob.notifyEvent(Event event, Reminder reminder) Notifies an event by creating the system messages and emails.voidEventDAO.scheduleEvent(Event event) Schedules the job for all the reminders.voidHibernateEventDAO.scheduleEvent(Event event) voidintEventDAO.updateOccurrences(Event master) This will update all existing occurrences with the master's properties.intHibernateEventDAO.updateOccurrences(Event master) -
Uses of Event in com.logicaldoc.calendar.automation
Methods in com.logicaldoc.calendar.automation that return EventModifier and TypeMethodDescriptionCalendarTool.newEvent(long tenantId, String title, Date startDate, Collection<com.logicaldoc.core.security.user.User> participants, Collection<com.logicaldoc.core.document.Document> documents) Creates a new calendar eventMethods in com.logicaldoc.calendar.automation with parameters of type EventModifier and TypeMethodDescriptionvoidCalendarTool.initialize(Event event) Initializes lazy loaded collectionsvoidStores into the database the given calendar envent