Uses of Enum Class
org.apache.openmeetings.db.entity.room.Invitation.MessageType
Packages that use Invitation.MessageType
-
Uses of Invitation.MessageType in org.apache.openmeetings.db.entity.room
Methods in org.apache.openmeetings.db.entity.room that return Invitation.MessageTypeModifier and TypeMethodDescriptionstatic Invitation.MessageTypeReturns the enum constant of this class with the specified name.static Invitation.MessageType[]Invitation.MessageType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Invitation.MessageType in org.apache.openmeetings.db.manager
Methods in org.apache.openmeetings.db.manager with parameters of type Invitation.MessageTypeModifier and TypeMethodDescriptionvoidIInvitationManager.processInvitation(Appointment a, MeetingMember member, Invitation.MessageType type) voidIInvitationManager.processInvitation(Appointment a, MeetingMember mm, Invitation.MessageType type, boolean sendMail) voidIInvitationManager.sendInvitationLink(Invitation i, Invitation.MessageType type, String subject, String message, boolean ical, String baseUrl)