Modifier and Type | Method and Description |
---|---|
Appointment |
AppointmentDao.get(Long id) |
Appointment |
AppointmentDao.getAny(Long id) |
Appointment |
AppointmentDao.getByRoom(Long roomId) |
Appointment |
AppointmentDao.getByRoom(Long userId,
Long roomId) |
Appointment |
AppointmentDao.getNext(Long userId,
Date start) |
Appointment |
AppointmentDao.update(Appointment a,
Long userId) |
Appointment |
AppointmentDao.update(Appointment a,
Long userId,
boolean sendmails) |
Modifier and Type | Method and Description |
---|---|
List<Appointment> |
AppointmentDao.get() |
List<Appointment> |
AppointmentDao.getForToday(Long userId) |
List<Appointment> |
AppointmentDao.getInRange(Calendar start,
Calendar end) |
List<Appointment> |
AppointmentDao.getInRange(Long userId,
Date start,
Date end) |
List<Appointment> |
AppointmentDao.searchAppointmentsByTitle(Long userId,
String title) |
Modifier and Type | Method and Description |
---|---|
void |
AppointmentDao.delete(Appointment a,
Long userId) |
void |
IInvitationManager.processInvitation(Appointment a,
MeetingMember member,
IInvitationManager.MessageType type) |
void |
IInvitationManager.processInvitation(Appointment a,
MeetingMember mm,
IInvitationManager.MessageType type,
boolean sendMail) |
Appointment |
AppointmentDao.update(Appointment a,
Long userId) |
Appointment |
AppointmentDao.update(Appointment a,
Long userId,
boolean sendmails) |
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) |
Invitation |
IInvitationManager.getInvitation(User inveetee,
Room room,
boolean isPasswordProtected,
String invitationpass,
Invitation.Valid valid,
User createdBy,
Long languageId,
Date gmtTimeStart,
Date gmtTimeEnd,
Appointment appointment) |
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 |
---|---|
Appointment |
AppointmentDTO.get(UserDao userDao,
AppointmentDao appointmentDao) |
Modifier and Type | Method and Description |
---|---|
static List<AppointmentDTO> |
AppointmentDTO.list(List<Appointment> list) |
Constructor and Description |
---|
AppointmentDTO(Appointment a) |
Modifier and Type | Method and Description |
---|---|
Appointment |
MeetingMember.getAppointment() |
Modifier and Type | Method and Description |
---|---|
void |
MeetingMember.setAppointment(Appointment appointment) |
Modifier and Type | Method and Description |
---|---|
Appointment |
Invitation.getAppointment() |
Modifier and Type | Method and Description |
---|---|
void |
Invitation.setAppointment(Appointment appointment) |
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.