Uses of Class
org.exoplatform.webconferencing.dao.ParticipantDAO
-
Packages that use ParticipantDAO Package Description org.exoplatform.webconferencing -
-
Uses of ParticipantDAO in org.exoplatform.webconferencing
Fields in org.exoplatform.webconferencing declared as ParticipantDAO Modifier and Type Field Description protected ParticipantDAOWebConferencingService. participantsStorageThe participants storage.Constructors in org.exoplatform.webconferencing with parameters of type ParticipantDAO Constructor Description WebConferencingService(org.exoplatform.services.organization.OrganizationService organization, org.exoplatform.social.core.manager.IdentityManager socialIdentityManager, org.exoplatform.services.listener.ListenerService listenerService, org.exoplatform.commons.api.settings.SettingService settingService, CallDAO callStorage, ParticipantDAO participantsStorage, OriginDAO originsStorage, InviteDAO inviteStorage, org.exoplatform.upload.UploadService uploadService, org.exoplatform.services.jcr.RepositoryService repositoryService, org.exoplatform.services.jcr.ext.app.SessionProviderService sessionProviders, org.exoplatform.services.jcr.ext.hierarchy.NodeHierarchyCreator nodeCreator, org.exoplatform.services.security.IdentityRegistry identityRegistry, org.exoplatform.services.security.Authenticator authenticator, org.exoplatform.wcm.ext.component.document.service.ShareDocumentService shareService, org.exoplatform.container.xml.InitParams initParams, org.exoplatform.services.cms.link.LinkManager linkManager, org.exoplatform.web.security.codec.CodecInitializer codecInitializer)Instantiates a new web conferencing service.
-