Uses of Class
org.exoplatform.agenda.entity.EventConferenceEntity
-
Packages that use EventConferenceEntity Package Description org.exoplatform.agenda.dao org.exoplatform.agenda.util -
-
Uses of EventConferenceEntity in org.exoplatform.agenda.dao
Methods in org.exoplatform.agenda.dao that return types with arguments of type EventConferenceEntity Modifier and Type Method Description List<EventConferenceEntity>EventConferenceDAO. getEventConferences(long eventId) -
Uses of EventConferenceEntity in org.exoplatform.agenda.util
Methods in org.exoplatform.agenda.util that return EventConferenceEntity Modifier and Type Method Description static EventConferenceEntityEntityMapper. toEntity(org.exoplatform.agenda.model.EventConference eventConference)Methods in org.exoplatform.agenda.util with parameters of type EventConferenceEntity Modifier and Type Method Description static org.exoplatform.agenda.model.EventConferenceEntityMapper. fromEntity(EventConferenceEntity eventConferenceEntity)
-