Class DomainMigrationService
- java.lang.Object
-
- org.exoplatform.addons.gamification.upgrade.DomainMigrationService
-
- All Implemented Interfaces:
org.picocontainer.Startable
public class DomainMigrationService extends Object implements org.picocontainer.Startable
-
-
Field Summary
Fields Modifier and Type Field Description protected BadgeServicebadgeServicestatic intDOMAIN_MIGRATION_DATA_VERSIONprotected DomainMapperdomainMapperprotected DomainServicedomainServicestatic StringGAMIFICATION_DATA_VERSIONprotected GamificationHistoryDAOgamificationHistoryDAOprotected org.exoplatform.container.PortalContainerportalContainerstatic intRULES_EVENT_MIGRATION_DATA_VERSIONprotected RuleServiceruleServiceprotected org.exoplatform.commons.api.settings.SettingServicesettingService
-
Constructor Summary
Constructors Constructor Description DomainMigrationService(org.exoplatform.container.PortalContainer portalContainer, RuleService ruleService, DomainService domainService, BadgeService badgeService, GamificationHistoryDAO gamificationHistoryDAO, DomainMapper domainMapper, org.exoplatform.commons.api.settings.SettingService settingService)
-
-
-
Field Detail
-
GAMIFICATION_DATA_VERSION
public static final String GAMIFICATION_DATA_VERSION
- See Also:
- Constant Field Values
-
DOMAIN_MIGRATION_DATA_VERSION
public static final int DOMAIN_MIGRATION_DATA_VERSION
- See Also:
- Constant Field Values
-
RULES_EVENT_MIGRATION_DATA_VERSION
public static final int RULES_EVENT_MIGRATION_DATA_VERSION
- See Also:
- Constant Field Values
-
portalContainer
protected org.exoplatform.container.PortalContainer portalContainer
-
ruleService
protected RuleService ruleService
-
domainService
protected DomainService domainService
-
badgeService
protected BadgeService badgeService
-
gamificationHistoryDAO
protected GamificationHistoryDAO gamificationHistoryDAO
-
domainMapper
protected DomainMapper domainMapper
-
settingService
protected org.exoplatform.commons.api.settings.SettingService settingService
-
-
Constructor Detail
-
DomainMigrationService
public DomainMigrationService(org.exoplatform.container.PortalContainer portalContainer, RuleService ruleService, DomainService domainService, BadgeService badgeService, GamificationHistoryDAO gamificationHistoryDAO, DomainMapper domainMapper, org.exoplatform.commons.api.settings.SettingService settingService)
-
-