Uses of Class
org.apache.openmeetings.db.entity.calendar.OmCalendar
Package
Description
-
Uses of OmCalendar in org.apache.openmeetings.db.bind.adapter
-
Uses of OmCalendar in org.apache.openmeetings.db.dao.calendar
Modifier and TypeMethodDescriptionReturns the Calendar Specified by the Calendar ID.OmCalendarDao.update
(OmCalendar c) Creates or Updates the given calendar.OmCalendarDao.update
(OmCalendar entity, Long userId) Modifier and TypeMethodDescriptionOmCalendarDao.get()
OmCalendarDao.get
(long start, long count) OmCalendarDao.get
(String search, long start, long count, org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> order) Return all the Calendars that belong to the User.OmCalendarDao.getGoogleCalendars
(Long userId) Returns all the Google Calendars associated with the user.Modifier and TypeMethodDescriptionvoid
OmCalendarDao.delete
(OmCalendar c) Deletes the Calendar on the Database, along with all the Appointments associated with it.void
OmCalendarDao.delete
(OmCalendar entity, Long userId) OmCalendarDao.update
(OmCalendar c) Creates or Updates the given calendar.OmCalendarDao.update
(OmCalendar entity, Long userId) -
Uses of OmCalendar in org.apache.openmeetings.db.entity.calendar