Uses of Class
org.exoplatform.agenda.constant.ReminderPeriodType
-
Packages that use ReminderPeriodType Package Description org.exoplatform.agenda.constant org.exoplatform.agenda.model -
-
Uses of ReminderPeriodType in org.exoplatform.agenda.constant
Methods in org.exoplatform.agenda.constant that return ReminderPeriodType Modifier and Type Method Description static ReminderPeriodTypeReminderPeriodType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReminderPeriodType[]ReminderPeriodType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ReminderPeriodType in org.exoplatform.agenda.model
Methods in org.exoplatform.agenda.model that return ReminderPeriodType Modifier and Type Method Description ReminderPeriodTypeEventReminderParameter. getBeforePeriodType()Constructors in org.exoplatform.agenda.model with parameters of type ReminderPeriodType Constructor Description EventReminder(long receiverId, int before, ReminderPeriodType beforePeriodType)EventReminder(long id, long eventId, long receiverId, int before, ReminderPeriodType beforePeriodType)EventReminder(long id, long eventId, long receiverId, int before, ReminderPeriodType beforePeriodType, ZonedDateTime datetime)EventReminder(long id, long eventId, long receiverId, int before, ReminderPeriodType beforePeriodType, ZonedDateTime datetime, ZonedDateTime fromOccurrenceId, ZonedDateTime untilOccurrenceId)EventReminderParameter(int before, ReminderPeriodType beforePeriodType)
-