Class BadgeRegistryImpl
java.lang.Object
org.exoplatform.addons.gamification.service.setting.badge.impl.BadgeRegistryImpl
- All Implemented Interfaces:
BadgeRegistry,org.picocontainer.Startable
-
Constructor Summary
ConstructorsConstructorDescriptionBadgeRegistryImpl(org.exoplatform.commons.file.services.FileService fileService, DomainService domainService, BadgeService badgeService) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPlugin(BadgeConfig badge) booleanremove(BadgeConfig badge) voidstart()voidstop()
-
Constructor Details
-
BadgeRegistryImpl
public BadgeRegistryImpl(org.exoplatform.commons.file.services.FileService fileService, DomainService domainService, BadgeService badgeService)
-
-
Method Details
-
addPlugin
- Specified by:
addPluginin interfaceBadgeRegistry
-
remove
- Specified by:
removein interfaceBadgeRegistry
-
start
public void start()- Specified by:
startin interfaceorg.picocontainer.Startable
-
stop
public void stop()- Specified by:
stopin interfaceorg.picocontainer.Startable
-