Uses of Class
com.logicaldoc.calendar.EventReference
Packages that use EventReference
-
Uses of EventReference in com.logicaldoc.calendar
Methods in com.logicaldoc.calendar that return EventReferenceModifier and TypeMethodDescriptionFinds a reference by the alternate keyMethods in com.logicaldoc.calendar that return types with arguments of type EventReferenceModifier and TypeMethodDescriptionEventReferenceDAO.findByEvent
(long eventId) Finds the external references to given evenHibernateEventReferenceDAO.findByEvent
(long eventId) EventReferenceDAO.findByExternalId
(String calendar, String externalId) Finds the external references to given external idHibernateEventReferenceDAO.findByExternalId
(String calendar, String externalId) EventReferenceDAO.findByUserAndEvent
(long userId, long eventId) Finds the external references to given event of a given userHibernateEventReferenceDAO.findByUserAndEvent
(long userId, long eventId)