Uses of Class
org.apache.openmeetings.db.entity.calendar.OmCalendar
-
Packages that use OmCalendar Package Description org.apache.openmeetings.db.bind.adapter org.apache.openmeetings.db.dao.calendar org.apache.openmeetings.db.entity.calendar -
-
Uses of OmCalendar in org.apache.openmeetings.db.bind.adapter
Methods in org.apache.openmeetings.db.bind.adapter that return OmCalendar Modifier and Type Method Description protected OmCalendarOmCalendarAdapter. newEntity() -
Uses of OmCalendar in org.apache.openmeetings.db.dao.calendar
Methods in org.apache.openmeetings.db.dao.calendar that return OmCalendar Modifier and Type Method Description OmCalendarOmCalendarDao. get(Long calId)Returns the Calendar Specified by the Calendar ID.OmCalendarOmCalendarDao. update(OmCalendar c)Creates or Updates the given calendar.OmCalendarOmCalendarDao. update(OmCalendar entity, Long userId)Methods in org.apache.openmeetings.db.dao.calendar that return types with arguments of type OmCalendar Modifier and Type Method Description List<OmCalendar>OmCalendarDao. get()List<OmCalendar>OmCalendarDao. get(long start, long count)List<OmCalendar>OmCalendarDao. get(String search, long start, long count, String order)List<OmCalendar>OmCalendarDao. getByUser(Long userId)Return all the Calendars that belong to the User.List<OmCalendar>OmCalendarDao. getGoogleCalendars(Long userId)Returns all the Google Calendars associated with the user.Methods in org.apache.openmeetings.db.dao.calendar with parameters of type OmCalendar Modifier and Type Method Description voidOmCalendarDao. delete(OmCalendar c)Deletes the Calendar on the Database, along with all the Appointments associated with it.voidOmCalendarDao. delete(OmCalendar entity, Long userId)OmCalendarOmCalendarDao. update(OmCalendar c)Creates or Updates the given calendar.OmCalendarOmCalendarDao. update(OmCalendar entity, Long userId) -
Uses of OmCalendar in org.apache.openmeetings.db.entity.calendar
Methods in org.apache.openmeetings.db.entity.calendar that return OmCalendar Modifier and Type Method Description OmCalendarAppointment. getCalendar()Methods in org.apache.openmeetings.db.entity.calendar with parameters of type OmCalendar Modifier and Type Method Description voidAppointment. setCalendar(OmCalendar calendar)
-