Uses of Class
org.exoplatform.agenda.entity.EventAttendeeEntity
-
Packages that use EventAttendeeEntity Package Description org.exoplatform.agenda.dao org.exoplatform.agenda.util -
-
Uses of EventAttendeeEntity in org.exoplatform.agenda.dao
Methods in org.exoplatform.agenda.dao that return types with arguments of type EventAttendeeEntity Modifier and Type Method Description List<EventAttendeeEntity>EventAttendeeDAO. getEventAttendees(long eventId)List<EventAttendeeEntity>EventAttendeeDAO. getEventAttendees(long eventId, long identityId)List<EventAttendeeEntity>EventAttendeeDAO. getEventAttendeesByResponses(long eventId, org.exoplatform.agenda.constant.EventAttendeeResponse... responses) -
Uses of EventAttendeeEntity in org.exoplatform.agenda.util
Methods in org.exoplatform.agenda.util that return EventAttendeeEntity Modifier and Type Method Description static EventAttendeeEntityEntityMapper. toEntity(org.exoplatform.agenda.model.EventAttendee eventAttendee)Methods in org.exoplatform.agenda.util with parameters of type EventAttendeeEntity Modifier and Type Method Description static org.exoplatform.agenda.model.EventAttendeeEntityMapper. fromEntity(EventAttendeeEntity eventAttendeeEntity, long eventId)
-