Uses of Class
org.exoplatform.webconferencing.dao.CallDAO
-
Packages that use CallDAO Package Description org.exoplatform.webconferencing -
-
Uses of CallDAO in org.exoplatform.webconferencing
Fields in org.exoplatform.webconferencing declared as CallDAO Modifier and Type Field Description protected CallDAOWebConferencingService. callStorageThe calls storage.Constructors in org.exoplatform.webconferencing with parameters of type CallDAO 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.
-