Uses of Class
org.exoplatform.kudos.service.KudosService
Packages that use KudosService
Package
Description
-
Uses of KudosService in org.exoplatform.kudos.activity.processor
Constructors in org.exoplatform.kudos.activity.processor with parameters of type KudosServiceModifierConstructorDescriptionActivityKudosProcessor(KudosService kudosService, org.exoplatform.portal.config.UserPortalConfigService userPortalConfigService, org.exoplatform.container.xml.InitParams initParams) -
Uses of KudosService in org.exoplatform.kudos.listener
Method parameters in org.exoplatform.kudos.listener with type arguments of type KudosServiceModifier and TypeMethodDescriptionvoidGamificationIntegrationListener.onEvent(org.exoplatform.services.listener.Event<KudosService, Kudos> event) voidNewKudosSentActivityGeneratorListener.onEvent(org.exoplatform.services.listener.Event<KudosService, Kudos> event) voidNewKudosSentNotificationListener.onEvent(org.exoplatform.services.listener.Event<KudosService, Kudos> event) Constructors in org.exoplatform.kudos.listener with parameters of type KudosServiceModifierConstructorDescriptionKudosActivityListener(KudosService kudosService, org.exoplatform.social.core.manager.ActivityManager activityManager) ProfileUpdateListener(KudosService kudosService, org.exoplatform.social.core.storage.api.ActivityStorage activityStorage) -
Uses of KudosService in org.exoplatform.kudos.listener.analytics
Method parameters in org.exoplatform.kudos.listener.analytics with type arguments of type KudosServiceModifier and TypeMethodDescriptionvoidKudosSentListener.onEvent(org.exoplatform.services.listener.Event<KudosService, Kudos> event) -
Uses of KudosService in org.exoplatform.kudos.rest
Constructors in org.exoplatform.kudos.rest with parameters of type KudosServiceModifierConstructorDescriptionKudosAccountREST(KudosService kudosService) KudosREST(org.exoplatform.social.core.manager.IdentityManager identityManager, KudosService kudosService) KudosSettingsREST(KudosService kudosService)