Package | Description |
---|---|
org.apache.openmeetings.db.dao.calendar | |
org.apache.openmeetings.db.dao.room | |
org.apache.openmeetings.db.dto.calendar | |
org.apache.openmeetings.db.entity.calendar |
Modifier and Type | Method and Description |
---|---|
MeetingMember |
MeetingMemberDao.get(Long meetingMemberId) |
MeetingMember |
MeetingMemberDao.update(MeetingMember meetingMember)
Updating MeetingMember
|
Modifier and Type | Method and Description |
---|---|
List<MeetingMember> |
MeetingMemberDao.getMeetingMembers() |
Modifier and Type | Method and Description |
---|---|
void |
IInvitationManager.processInvitation(Appointment a,
MeetingMember member,
IInvitationManager.MessageType type) |
void |
IInvitationManager.processInvitation(Appointment a,
MeetingMember mm,
IInvitationManager.MessageType type,
boolean sendMail) |
MeetingMember |
MeetingMemberDao.update(MeetingMember meetingMember)
Updating MeetingMember
|
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) |
Modifier and Type | Method and Description |
---|---|
MeetingMember |
MeetingMemberDTO.get(UserDao userDao) |
Constructor and Description |
---|
MeetingMemberDTO(MeetingMember mm) |
Modifier and Type | Method and Description |
---|---|
List<MeetingMember> |
Appointment.getMeetingMembers() |
Modifier and Type | Method and Description |
---|---|
void |
Appointment.setMeetingMembers(List<MeetingMember> meetingMembers) |
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.