Uses of Class
org.apache.openmeetings.db.entity.calendar.Appointment
Package
Description
-
Uses of Appointment in org.apache.openmeetings.db.bind.adapter
-
Uses of Appointment in org.apache.openmeetings.db.dao.calendar
Modifier and TypeMethodDescriptionAppointmentDao.update
(Appointment a, Long userId) AppointmentDao.update
(Appointment a, Long userId, boolean sendmails) Modifier and TypeMethodDescriptionAppointmentDao.get()
AppointmentDao.get
(long start, long count) AppointmentDao.get
(String search, long start, long count, org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> order) AppointmentDao.getbyCalendar
(Long calId) Returns the Appointments related to the Calendar ID specified.AppointmentDao.getInRange
(Long userId, Date start, Date end) AppointmentDao.getInRange
(Calendar start, Calendar end) AppointmentDao.searchByTitle
(Long userId, String title) Modifier and TypeMethodDescriptionvoid
AppointmentDao.delete
(Appointment a, Long userId) AppointmentDao.update
(Appointment a, Long userId) AppointmentDao.update
(Appointment a, Long userId, boolean sendmails) -
Uses of Appointment in org.apache.openmeetings.db.dto.calendar
Modifier and TypeMethodDescriptionstatic List<AppointmentDTO>
AppointmentDTO.list
(List<Appointment> list) -
Uses of Appointment in org.apache.openmeetings.db.entity.calendar
-
Uses of Appointment in org.apache.openmeetings.db.entity.room
-
Uses of Appointment in org.apache.openmeetings.db.manager
Modifier and TypeMethodDescriptionIInvitationManager.getInvitation
(Invitation invitation, User inveetee, Room room, boolean isPasswordProtected, String invitationpass, Invitation.Valid valid, User createdBy, Long languageId, Date gmtTimeStart, Date gmtTimeEnd, Appointment appointment) IInvitationManager.getInvitation
(User inveetee, Room room, boolean isPasswordProtected, String invitationpass, Invitation.Valid valid, User createdBy, Long languageId, Date gmtTimeStart, Date gmtTimeEnd, Appointment appointment) void
IInvitationManager.processInvitation
(Appointment a, MeetingMember member, Invitation.MessageType type) void
IInvitationManager.processInvitation
(Appointment a, MeetingMember mm, Invitation.MessageType type, boolean sendMail) -
Uses of Appointment in org.apache.openmeetings.db.mapper
-
Uses of Appointment in org.apache.openmeetings.db.util
Modifier and TypeMethodDescriptionstatic Set<Room.Right>
AuthLevelUtil.getRoomRight
(User u, Room r, Appointment a, int userCount)