Uses of Class
org.exoplatform.webconferencing.dao.InviteDAO
Packages that use InviteDAO
-
Uses of InviteDAO in org.exoplatform.webconferencing
Fields in org.exoplatform.webconferencing declared as InviteDAOModifier and TypeFieldDescriptionprotected final InviteDAOWebConferencingService.inviteStorageThe invite storage.Constructors in org.exoplatform.webconferencing with parameters of type InviteDAOModifierConstructorDescriptionWebConferencingService(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.