Uses of Class
org.exoplatform.webconferencing.dao.InviteDAO
-
Packages that use InviteDAO Package Description org.exoplatform.webconferencing -
-
Uses of InviteDAO in org.exoplatform.webconferencing
Fields in org.exoplatform.webconferencing declared as InviteDAO Modifier and Type Field Description protected InviteDAOWebConferencingService. inviteStorageThe invite storage.Constructors in org.exoplatform.webconferencing with parameters of type InviteDAO 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)Instantiates a new web conferencing service.
-