Uses of Class
org.apache.openmeetings.db.entity.calendar.Appointment
-
-
Uses of Appointment in org.apache.openmeetings.db.bind.adapter
Methods in org.apache.openmeetings.db.bind.adapter that return Appointment Modifier and Type Method Description protected AppointmentAppointmentAdapter. newEntity() -
Uses of Appointment in org.apache.openmeetings.db.dao.calendar
Methods in org.apache.openmeetings.db.dao.calendar that return Appointment Modifier and Type Method Description AppointmentAppointmentDao. get(Long id)AppointmentAppointmentDao. getAny(Long id)AppointmentAppointmentDao. getByRoom(Long roomId)AppointmentAppointmentDao. getByRoom(Long userId, Long roomId)AppointmentAppointmentDao. getNext(Long userId, Date start)AppointmentAppointmentDao. update(Appointment a, Long userId)AppointmentAppointmentDao. update(Appointment a, Long userId, boolean sendmails)Methods in org.apache.openmeetings.db.dao.calendar that return types with arguments of type Appointment Modifier and Type Method Description List<Appointment>AppointmentDao. get()List<Appointment>AppointmentDao. get(long start, long count)List<Appointment>AppointmentDao. get(String search, long start, long count, String order)List<Appointment>AppointmentDao. getbyCalendar(Long calId)Returns the Appointments related to the Calendar ID specified.List<Appointment>AppointmentDao. getInRange(Long userId, Date start, Date end)List<Appointment>AppointmentDao. getInRange(Calendar start, Calendar end)List<Appointment>AppointmentDao. searchByTitle(Long userId, String title)Methods in org.apache.openmeetings.db.dao.calendar with parameters of type Appointment Modifier and Type Method Description voidAppointmentDao. delete(Appointment a, Long userId)AppointmentAppointmentDao. update(Appointment a, Long userId)AppointmentAppointmentDao. update(Appointment a, Long userId, boolean sendmails) -
Uses of Appointment in org.apache.openmeetings.db.dto.calendar
Method parameters in org.apache.openmeetings.db.dto.calendar with type arguments of type Appointment Modifier and Type Method Description static List<AppointmentDTO>AppointmentDTO. list(List<Appointment> list)Constructors in org.apache.openmeetings.db.dto.calendar with parameters of type Appointment Constructor Description AppointmentDTO(Appointment a) -
Uses of Appointment in org.apache.openmeetings.db.entity.calendar
Methods in org.apache.openmeetings.db.entity.calendar that return Appointment Modifier and Type Method Description AppointmentMeetingMember. getAppointment()Methods in org.apache.openmeetings.db.entity.calendar with parameters of type Appointment Modifier and Type Method Description voidMeetingMember. setAppointment(Appointment appointment) -
Uses of Appointment in org.apache.openmeetings.db.entity.room
Methods in org.apache.openmeetings.db.entity.room that return Appointment Modifier and Type Method Description AppointmentInvitation. getAppointment()Methods in org.apache.openmeetings.db.entity.room with parameters of type Appointment Modifier and Type Method Description voidInvitation. setAppointment(Appointment appointment) -
Uses of Appointment in org.apache.openmeetings.db.manager
Methods in org.apache.openmeetings.db.manager with parameters of type Appointment Modifier and Type Method Description InvitationIInvitationManager. getInvitation(Invitation invitation, User inveetee, Room room, boolean isPasswordProtected, String invitationpass, Invitation.Valid valid, User createdBy, Long languageId, Date gmtTimeStart, Date gmtTimeEnd, Appointment appointment)InvitationIInvitationManager. getInvitation(User inveetee, Room room, boolean isPasswordProtected, String invitationpass, Invitation.Valid valid, User createdBy, Long languageId, Date gmtTimeStart, Date gmtTimeEnd, Appointment appointment)voidIInvitationManager. processInvitation(Appointment a, MeetingMember member, Invitation.MessageType type)voidIInvitationManager. processInvitation(Appointment a, MeetingMember mm, Invitation.MessageType type, boolean sendMail) -
Uses of Appointment in org.apache.openmeetings.db.mapper
Methods in org.apache.openmeetings.db.mapper that return Appointment Modifier and Type Method Description AppointmentCalendarMapper. get(AppointmentDTO dto, User u) -
Uses of Appointment in org.apache.openmeetings.db.util
Methods in org.apache.openmeetings.db.util with parameters of type Appointment Modifier and Type Method Description static Set<Room.Right>AuthLevelUtil. getRoomRight(User u, Room r, Appointment a, int userCount)
-