Class AgendaEventConferenceServiceImpl

java.lang.Object
org.exoplatform.agenda.service.AgendaEventConferenceServiceImpl
All Implemented Interfaces:
org.exoplatform.agenda.service.AgendaEventConferenceService

public class AgendaEventConferenceServiceImpl extends Object implements org.exoplatform.agenda.service.AgendaEventConferenceService
  • Constructor Details

    • AgendaEventConferenceServiceImpl

      public AgendaEventConferenceServiceImpl(AgendaEventConferenceStorage conferenceStorage, org.exoplatform.services.listener.ListenerService listenerService, org.exoplatform.commons.api.settings.SettingService settingService, org.exoplatform.container.xml.InitParams params)
  • Method Details

    • saveEventConferences

      public Set<org.exoplatform.agenda.constant.AgendaEventModificationType> saveEventConferences(long eventId, List<org.exoplatform.agenda.model.EventConference> conferences)
      Specified by:
      saveEventConferences in interface org.exoplatform.agenda.service.AgendaEventConferenceService
    • getEventConferences

      public List<org.exoplatform.agenda.model.EventConference> getEventConferences(long eventId)
      Specified by:
      getEventConferences in interface org.exoplatform.agenda.service.AgendaEventConferenceService