Uses of Class
org.exoplatform.agenda.entity.EventEntity
-
Packages that use EventEntity Package Description org.exoplatform.agenda.dao org.exoplatform.agenda.entity org.exoplatform.agenda.util -
-
Uses of EventEntity in org.exoplatform.agenda.dao
Methods in org.exoplatform.agenda.dao that return EventEntity Modifier and Type Method Description EventEntityEventDAO. create(EventEntity entity)EventEntityEventDAO. deleteEvent(long eventId)EventEntityEventDAO. update(EventEntity entity)Methods in org.exoplatform.agenda.dao that return types with arguments of type EventEntity Modifier and Type Method Description List<EventEntity>EventDAO. getParentRecurrentEventIds(Date startDate, Date endDate)Methods in org.exoplatform.agenda.dao with parameters of type EventEntity Modifier and Type Method Description EventEntityEventDAO. create(EventEntity entity)voidEventDAO. delete(EventEntity entity)EventEntityEventDAO. update(EventEntity entity)Method parameters in org.exoplatform.agenda.dao with type arguments of type EventEntity Modifier and Type Method Description voidEventDAO. updateAll(List<EventEntity> entities) -
Uses of EventEntity in org.exoplatform.agenda.entity
Methods in org.exoplatform.agenda.entity that return EventEntity Modifier and Type Method Description EventEntityEventAttendeeEntity. getEvent()EventEntityEventConferenceEntity. getEvent()EventEntityEventRecurrenceEntity. getEvent()EventEntityGuestUserEntity. getEvent()EventEntityEventEntity. getParent()Methods in org.exoplatform.agenda.entity with parameters of type EventEntity Modifier and Type Method Description voidEventAttendeeEntity. setEvent(EventEntity event)voidEventConferenceEntity. setEvent(EventEntity event)voidEventRecurrenceEntity. setEvent(EventEntity event)voidGuestUserEntity. setEvent(EventEntity event)voidEventEntity. setParent(EventEntity parent) -
Uses of EventEntity in org.exoplatform.agenda.util
Methods in org.exoplatform.agenda.util that return EventEntity Modifier and Type Method Description static EventEntityEntityMapper. toEntity(org.exoplatform.agenda.model.Event event)Methods in org.exoplatform.agenda.util with parameters of type EventEntity Modifier and Type Method Description static org.exoplatform.agenda.model.EventEntityMapper. fromEntity(EventEntity eventEntity)static org.exoplatform.agenda.model.EventRecurrenceEntityMapper. fromEntity(EventRecurrenceEntity recurrenceEntity, EventEntity eventEntity)static GuestUserEntityEntityMapper. toEntity(org.exoplatform.agenda.model.GuestUser guestUser, EventEntity eventEntity)
-