Uses of Class
org.apache.openmeetings.db.entity.room.Invitation
Packages that use Invitation
Package
Description
- 
Uses of Invitation in org.apache.openmeetingsMethods in org.apache.openmeetings with parameters of type Invitation
- 
Uses of Invitation in org.apache.openmeetings.db.dao.roomMethods in org.apache.openmeetings.db.dao.room that return InvitationModifier and TypeMethodDescriptionInvitationDao.update(Invitation invitation) InvitationDao.update(Invitation entity, Long userId) Methods in org.apache.openmeetings.db.dao.room that return types with arguments of type InvitationModifier and TypeMethodDescriptionInvitationDao.get(long start, long count) InvitationDao.get(String search, long start, long count, org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort) InvitationDao.getGroup(String search, long start, long count, Long userId, org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort) InvitationDao.getUser(String search, long start, long count, Long userId, org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort) Methods in org.apache.openmeetings.db.dao.room with parameters of type InvitationModifier and TypeMethodDescriptionvoidInvitationDao.delete(Invitation entity, Long userId) voidInvitationDao.markUsed(Invitation i) InvitationDao.update(Invitation invitation) InvitationDao.update(Invitation entity, Long userId) 
- 
Uses of Invitation in org.apache.openmeetings.db.entity.calendarMethods in org.apache.openmeetings.db.entity.calendar that return InvitationMethods in org.apache.openmeetings.db.entity.calendar with parameters of type Invitation
- 
Uses of Invitation in org.apache.openmeetings.db.entity.roomConstructors in org.apache.openmeetings.db.entity.room with parameters of type Invitation
- 
Uses of Invitation in org.apache.openmeetings.db.managerMethods in org.apache.openmeetings.db.manager that return InvitationModifier 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) Methods in org.apache.openmeetings.db.manager with parameters of type InvitationModifier 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) voidIInvitationManager.sendInvitationLink(Invitation i, Invitation.MessageType type, String subject, String message, boolean ical, String baseUrl) 
- 
Uses of Invitation in org.apache.openmeetings.db.mapperMethods in org.apache.openmeetings.db.mapper that return Invitation