Class BadgeRegistryImpl
java.lang.Object
io.meeds.gamification.service.impl.BadgeRegistryImpl
- All Implemented Interfaces:
BadgeRegistry,org.picocontainer.Startable
-
Constructor Summary
ConstructorsConstructorDescriptionBadgeRegistryImpl(org.exoplatform.commons.file.services.FileService fileService, BadgeService badgeService) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPlugin(BadgeConfigPlugin badge) booleanremove(BadgeConfigPlugin badge) voidstart()voidstop()
-
Constructor Details
-
BadgeRegistryImpl
public BadgeRegistryImpl(org.exoplatform.commons.file.services.FileService fileService, 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
-