Class SpaceNavigationMigration
- java.lang.Object
-
- org.exoplatform.cs.service.migration.SpaceNavigationMigration
-
public class SpaceNavigationMigration extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCS_SPACES_NAVIGATION_MIGRATION_DONEstatic StringCS_SPACES_NAVIGATION_MIGRATION_DONE_KEY
-
Constructor Summary
Constructors 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)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleanisSpaceNavigationlMigrated()voidmigrate()static voidsetSpaceNavigationMigrationDone()
-
-
-
Field Detail
-
CS_SPACES_NAVIGATION_MIGRATION_DONE_KEY
public static final String CS_SPACES_NAVIGATION_MIGRATION_DONE_KEY
- See Also:
- Constant Field Values
-
CS_SPACES_NAVIGATION_MIGRATION_DONE
public static final String CS_SPACES_NAVIGATION_MIGRATION_DONE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SpaceNavigationMigration
public 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)
-
-