Uses of Class
org.apache.openmeetings.db.entity.room.Invitation.MessageType
-
Packages that use Invitation.MessageType Package Description org.apache.openmeetings.db.entity.room org.apache.openmeetings.db.manager -
-
Uses of Invitation.MessageType in org.apache.openmeetings.db.entity.room
Methods in org.apache.openmeetings.db.entity.room that return Invitation.MessageType Modifier and Type Method Description static Invitation.MessageTypeInvitation.MessageType. valueOf(String name)Returns the enum constant of this type with the specified name.static Invitation.MessageType[]Invitation.MessageType. values()Returns an array containing the constants of this enum type, 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.MessageType Modifier and Type Method Description voidIInvitationManager. 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)
-