Uses of Class
org.apache.openmeetings.db.entity.calendar.Appointment.Reminder
-
Packages that use Appointment.Reminder Package Description org.apache.openmeetings.db.bind.adapter org.apache.openmeetings.db.dto.calendar org.apache.openmeetings.db.entity.calendar -
-
Uses of Appointment.Reminder in org.apache.openmeetings.db.bind.adapter
Methods in org.apache.openmeetings.db.bind.adapter that return Appointment.Reminder Modifier and Type Method Description Appointment.ReminderAppointmentReminderAdapter. unmarshal(String v)Methods in org.apache.openmeetings.db.bind.adapter with parameters of type Appointment.Reminder Modifier and Type Method Description StringAppointmentReminderAdapter. marshal(Appointment.Reminder v) -
Uses of Appointment.Reminder in org.apache.openmeetings.db.dto.calendar
Methods in org.apache.openmeetings.db.dto.calendar that return Appointment.Reminder Modifier and Type Method Description Appointment.ReminderAppointmentDTO. getReminder()Methods in org.apache.openmeetings.db.dto.calendar with parameters of type Appointment.Reminder Modifier and Type Method Description voidAppointmentDTO. setReminder(Appointment.Reminder reminder) -
Uses of Appointment.Reminder in org.apache.openmeetings.db.entity.calendar
Methods in org.apache.openmeetings.db.entity.calendar that return Appointment.Reminder Modifier and Type Method Description static Appointment.ReminderAppointment.Reminder. get(int type)static Appointment.ReminderAppointment.Reminder. get(Integer type)static Appointment.ReminderAppointment.Reminder. get(Long type)Appointment.ReminderAppointment. getReminder()static Appointment.ReminderAppointment.Reminder. valueOf(String name)Returns the enum constant of this type with the specified name.static Appointment.Reminder[]Appointment.Reminder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openmeetings.db.entity.calendar with parameters of type Appointment.Reminder Modifier and Type Method Description voidAppointment. setReminder(Appointment.Reminder reminder)
-