Modifier and Type | Method and Description |
---|---|
String |
IApplication.getOmInvitationLink(String baseUrl,
Invitation i) |
Modifier and Type | Method and Description |
---|---|
Invitation |
InvitationDao.get(Long invId) |
Invitation |
IInvitationManager.getInvitation(Invitation _invitation,
User inveetee,
Room room,
boolean isPasswordProtected,
String invitationpass,
Invitation.Valid valid,
User createdBy,
Long languageId,
Date gmtTimeStart,
Date gmtTimeEnd,
Appointment appointment) |
Invitation |
IInvitationManager.getInvitation(User inveetee,
Room room,
boolean isPasswordProtected,
String invitationpass,
Invitation.Valid valid,
User createdBy,
Long languageId,
Date gmtTimeStart,
Date gmtTimeEnd,
Appointment appointment) |
Invitation |
InvitationDao.getInvitationByHashCode(String hashCode,
boolean hidePass) |
Invitation |
InvitationDao.update(Invitation invitation) |
Modifier and Type | Method and Description |
---|---|
Invitation |
IInvitationManager.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.sendInvitionLink(Invitation i,
Invitation.MessageType type,
String subject,
String message,
boolean ical) |
Invitation |
InvitationDao.update(Invitation invitation) |
Modifier and Type | Method and Description |
---|---|
Invitation |
InvitationDTO.get(Long userId,
UserDao userDao,
RoomDao roomDao) |
Modifier and Type | Method and Description |
---|---|
Invitation |
MeetingMember.getInvitation() |
Modifier and Type | Method and Description |
---|---|
void |
MeetingMember.setInvitation(Invitation invitation) |
Constructor and Description |
---|
Invitation(Invitation i) |
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.