Uses of Class
org.apache.openmeetings.db.entity.room.Invitation
Packages that use Invitation
Package
Description
-
Uses of Invitation in org.apache.openmeetings
Methods in org.apache.openmeetings with parameters of type Invitation -
Uses of Invitation in org.apache.openmeetings.db.dao.room
Methods 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 TypeMethodDescriptionvoid
InvitationDao.delete
(Invitation entity, Long userId) void
InvitationDao.markUsed
(Invitation i) InvitationDao.update
(Invitation invitation) InvitationDao.update
(Invitation entity, Long userId) -
Uses of Invitation in org.apache.openmeetings.db.entity.calendar
Methods 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.room
Constructors in org.apache.openmeetings.db.entity.room with parameters of type Invitation -
Uses of Invitation in org.apache.openmeetings.db.manager
Methods 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) void
IInvitationManager.sendInvitationLink
(Invitation i, Invitation.MessageType type, String subject, String message, boolean ical, String baseUrl) -
Uses of Invitation in org.apache.openmeetings.db.mapper
Methods in org.apache.openmeetings.db.mapper that return Invitation