Uses of Class
org.exoplatform.agenda.entity.EventRecurrenceEntity
-
Packages that use EventRecurrenceEntity Package Description org.exoplatform.agenda.entity org.exoplatform.agenda.util -
-
Uses of EventRecurrenceEntity in org.exoplatform.agenda.entity
Methods in org.exoplatform.agenda.entity that return EventRecurrenceEntity Modifier and Type Method Description EventRecurrenceEntityEventEntity. getRecurrence()Methods in org.exoplatform.agenda.entity with parameters of type EventRecurrenceEntity Modifier and Type Method Description voidEventEntity. setRecurrence(EventRecurrenceEntity recurrence) -
Uses of EventRecurrenceEntity in org.exoplatform.agenda.util
Methods in org.exoplatform.agenda.util that return EventRecurrenceEntity Modifier and Type Method Description static EventRecurrenceEntityEntityMapper. toEntity(org.exoplatform.agenda.model.Event event, org.exoplatform.agenda.model.EventRecurrence recurrence)Methods in org.exoplatform.agenda.util with parameters of type EventRecurrenceEntity Modifier and Type Method Description static org.exoplatform.agenda.model.EventRecurrenceEntityMapper. fromEntity(EventRecurrenceEntity recurrenceEntity, EventEntity eventEntity)
-