Uses of Class
org.exoplatform.agenda.entity.EventEntity
Packages that use EventEntity
Package
Description
-
Uses of EventEntity in org.exoplatform.agenda.dao
Methods in org.exoplatform.agenda.dao that return EventEntityModifier and TypeMethodDescriptionEventDAO.create(EventEntity entity) EventDAO.deleteEvent(long eventId) EventDAO.update(EventEntity entity) Methods in org.exoplatform.agenda.dao that return types with arguments of type EventEntityModifier and TypeMethodDescriptionEventDAO.getParentRecurrentEventIds(Date startDate, Date endDate) Methods in org.exoplatform.agenda.dao with parameters of type EventEntityModifier and TypeMethodDescriptionEventDAO.create(EventEntity entity) voidEventDAO.delete(EventEntity entity) EventDAO.update(EventEntity entity) Method parameters in org.exoplatform.agenda.dao with type arguments of type EventEntity -
Uses of EventEntity in org.exoplatform.agenda.entity
Methods in org.exoplatform.agenda.entity that return EventEntityModifier and TypeMethodDescriptionEventAttendeeEntity.getEvent()EventConferenceEntity.getEvent()EventRecurrenceEntity.getEvent()EventEntity.getParent()Methods in org.exoplatform.agenda.entity with parameters of type EventEntityModifier and TypeMethodDescriptionvoidEventAttendeeEntity.setEvent(EventEntity event) voidEventConferenceEntity.setEvent(EventEntity event) voidEventRecurrenceEntity.setEvent(EventEntity event) voidEventEntity.setParent(EventEntity parent) -
Uses of EventEntity in org.exoplatform.agenda.util
Methods in org.exoplatform.agenda.util that return EventEntityModifier and TypeMethodDescriptionstatic EventEntityEntityMapper.toEntity(org.exoplatform.agenda.model.Event event) Methods in org.exoplatform.agenda.util with parameters of type EventEntityModifier and TypeMethodDescriptionstatic org.exoplatform.agenda.model.EventEntityMapper.fromEntity(EventEntity eventEntity) static org.exoplatform.agenda.model.EventRecurrenceEntityMapper.fromEntity(EventRecurrenceEntity recurrenceEntity, EventEntity eventEntity)