Package org.exoplatform.agenda.storage
Class AgendaEventConferenceStorage
- java.lang.Object
-
- org.exoplatform.agenda.storage.AgendaEventConferenceStorage
-
public class AgendaEventConferenceStorage extends Object
-
-
Constructor Summary
Constructors Constructor Description AgendaEventConferenceStorage(EventDAO eventDAO, EventConferenceDAO eventConferenceDAO, org.exoplatform.services.listener.ListenerService listenerService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.exoplatform.agenda.model.EventConference>getEventConferences(long eventId)voidremoveEventConference(long conferenceId)org.exoplatform.agenda.model.EventConferencesaveEventConference(org.exoplatform.agenda.model.EventConference eventConference)
-
-
-
Constructor Detail
-
AgendaEventConferenceStorage
public AgendaEventConferenceStorage(EventDAO eventDAO, EventConferenceDAO eventConferenceDAO, org.exoplatform.services.listener.ListenerService listenerService)
-
-
Method Detail
-
getEventConferences
public List<org.exoplatform.agenda.model.EventConference> getEventConferences(long eventId)
-
saveEventConference
public org.exoplatform.agenda.model.EventConference saveEventConference(org.exoplatform.agenda.model.EventConference eventConference)
-
removeEventConference
public void removeEventConference(long conferenceId)
-
-