Package | Description |
---|---|
org.apache.openmeetings.db.dao.room | |
org.apache.openmeetings.db.entity.room |
Modifier and Type | Method and Description |
---|---|
void |
IInvitationManager.processInvitation(Appointment a,
MeetingMember member,
Invitation.MessageType type) |
void |
IInvitationManager.processInvitation(Appointment a,
MeetingMember mm,
Invitation.MessageType type,
boolean sendMail) |
void |
IInvitationManager.sendInvitionLink(Invitation i,
Invitation.MessageType type,
String subject,
String message,
boolean ical) |
Modifier and Type | Method and Description |
---|---|
static Invitation.MessageType |
Invitation.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.
|
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.