public class AppointmentLogic extends Object
Constructor and Description |
---|
AppointmentLogic() |
Modifier and Type | Method and Description |
---|---|
void |
doScheduledMeetingReminder()
Sending Reminder in Simple mail format 5 minutes before Meeting begins
|
org.apache.openmeetings.db.entity.calendar.Appointment |
getAppointment(String appointmentName,
String appointmentLocation,
String appointmentDescription,
Calendar appointmentstart,
Calendar appointmentend,
Boolean isDaily,
Boolean isWeekly,
Boolean isMonthly,
Boolean isYearly,
Long categoryId,
String remind,
String[] mmClient,
Long roomType,
Long languageId,
Boolean isPasswordProtected,
String password,
long roomId,
Long userId) |
org.apache.openmeetings.db.entity.calendar.MeetingMember |
getMeetingMember(Long userId,
Long langId,
String str) |
public void doScheduledMeetingReminder() throws Exception
Exception
public org.apache.openmeetings.db.entity.calendar.Appointment getAppointment(String appointmentName, String appointmentLocation, String appointmentDescription, Calendar appointmentstart, Calendar appointmentend, Boolean isDaily, Boolean isWeekly, Boolean isMonthly, Boolean isYearly, Long categoryId, String remind, String[] mmClient, Long roomType, Long languageId, Boolean isPasswordProtected, String password, long roomId, Long userId)
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.