Uses of Class
org.exoplatform.kudos.service.KudosService
-
Packages that use KudosService Package Description org.exoplatform.kudos.listener org.exoplatform.kudos.rest -
-
Uses of KudosService in org.exoplatform.kudos.listener
Method parameters in org.exoplatform.kudos.listener with type arguments of type KudosService Modifier and Type Method Description voidGamificationIntegrationListener. 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 KudosService Constructor Description KudosActivityListener(KudosService kudosService, org.exoplatform.social.core.manager.ActivityManager activityManager) -
Uses of KudosService in org.exoplatform.kudos.rest
Constructors in org.exoplatform.kudos.rest with parameters of type KudosService Constructor Description KudosAccountREST(KudosService kudosService)KudosREST(org.exoplatform.social.core.manager.IdentityManager identityManager, KudosService kudosService)KudosSettingsREST(KudosService kudosService)
-