Uses of Class
org.exoplatform.agenda.entity.EventReminderEntity
-
Packages that use EventReminderEntity Package Description org.exoplatform.agenda.dao org.exoplatform.agenda.util -
-
Uses of EventReminderEntity in org.exoplatform.agenda.dao
Methods in org.exoplatform.agenda.dao that return types with arguments of type EventReminderEntity Modifier and Type Method Description List<EventReminderEntity>EventReminderDAO. getEventReminders(long eventId)List<EventReminderEntity>EventReminderDAO. getEventReminders(long eventId, long userId)List<EventReminderEntity>EventReminderDAO. getEventReminders(Date start, Date end) -
Uses of EventReminderEntity in org.exoplatform.agenda.util
Methods in org.exoplatform.agenda.util that return EventReminderEntity Modifier and Type Method Description static EventReminderEntityEntityMapper. toEntity(org.exoplatform.agenda.model.EventReminder eventReminder)Methods in org.exoplatform.agenda.util with parameters of type EventReminderEntity Modifier and Type Method Description static org.exoplatform.agenda.model.EventReminderEntityMapper. fromEntity(EventReminderEntity eventReminderEntity)
-