Uses of Class
org.exoplatform.cs.service.CSSpaceService
-
Packages that use CSSpaceService Package Description org.exoplatform.cs.injector org.exoplatform.cs.integration.notification org.exoplatform.cs.listener org.exoplatform.cs.rest org.exoplatform.cs.service.migration -
-
Uses of CSSpaceService in org.exoplatform.cs.injector
Constructors in org.exoplatform.cs.injector with parameters of type CSSpaceService Constructor Description CSInjector(CSSpaceService spaceService, TicketService ticketService, EnvironmentService environmentService, org.exoplatform.services.organization.OrganizationService organizationService) -
Uses of CSSpaceService in org.exoplatform.cs.integration.notification
Constructors in org.exoplatform.cs.integration.notification with parameters of type CSSpaceService Constructor Description CSSubscriptionReminderPlugin(org.exoplatform.container.xml.InitParams initParams, org.exoplatform.social.core.manager.IdentityManager identityManager, CSSpaceService csSpaceService) -
Uses of CSSpaceService in org.exoplatform.cs.listener
Constructors in org.exoplatform.cs.listener with parameters of type CSSpaceService Constructor Description CSMemebrshipListener(CSSpaceService csSpaceService, org.exoplatform.social.core.space.spi.SpaceService spaceService) -
Uses of CSSpaceService in org.exoplatform.cs.rest
Constructors in org.exoplatform.cs.rest with parameters of type CSSpaceService Constructor Description CustomerInfoRest(CSSpaceService csSpaceService, EnvironmentService environmentService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, TicketService ticketService) -
Uses of CSSpaceService in org.exoplatform.cs.service.migration
Constructors in org.exoplatform.cs.service.migration with parameters of type CSSpaceService Constructor Description SpaceNavigationMigration(org.exoplatform.social.core.space.spi.SpaceService spaceService, CSSpaceService cSSpaceService, org.exoplatform.portal.config.UserPortalConfigService portalConfigService, org.exoplatform.portal.mop.navigation.NavigationService navigationService, org.exoplatform.portal.mop.description.DescriptionService descriptionService, org.exoplatform.services.resources.ResourceBundleManager bundleManager)
-