Package org.exoplatform.agenda.dao
Class EventAttendeeDAO
java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<EventAttendeeEntity,Long>
org.exoplatform.agenda.dao.EventAttendeeDAO
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<EventAttendeeEntity,Long>
public class EventAttendeeDAO
extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<EventAttendeeEntity,Long>
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteCalendarAttendees(long calendarId) voiddeleteEventAttendees(long eventId) getEventAttendees(long eventId) getEventAttendees(long eventId, long identityId) getEventAttendeesByResponses(long eventId, org.exoplatform.agenda.constant.EventAttendeeResponse... responses) Methods inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAll
-
Constructor Details
-
EventAttendeeDAO
public EventAttendeeDAO()
-
-
Method Details
-
deleteCalendarAttendees
public void deleteCalendarAttendees(long calendarId) -
deleteEventAttendees
public void deleteEventAttendees(long eventId) -
getEventAttendees
-
getEventAttendeesByResponses
public List<EventAttendeeEntity> getEventAttendeesByResponses(long eventId, org.exoplatform.agenda.constant.EventAttendeeResponse... responses) -
getEventAttendees
-