Class BadgeRegistryImpl

java.lang.Object
io.meeds.gamification.service.impl.BadgeRegistryImpl
All Implemented Interfaces:
BadgeRegistry, org.picocontainer.Startable

public class BadgeRegistryImpl extends Object implements org.picocontainer.Startable, BadgeRegistry
  • Constructor Details

    • BadgeRegistryImpl

      public BadgeRegistryImpl(org.exoplatform.commons.file.services.FileService fileService, BadgeService badgeService)
  • Method Details

    • addPlugin

      public void addPlugin(BadgeConfigPlugin badge)
      Specified by:
      addPlugin in interface BadgeRegistry
    • remove

      public boolean remove(BadgeConfigPlugin badge)
      Specified by:
      remove in interface BadgeRegistry
    • start

      public void start()
      Specified by:
      start in interface org.picocontainer.Startable
    • stop

      public void stop()
      Specified by:
      stop in interface org.picocontainer.Startable