Class GamificationInformationsEndpoint

java.lang.Object
org.exoplatform.addons.gamification.rest.GamificationInformationsEndpoint
All Implemented Interfaces:
org.exoplatform.services.rest.resource.ResourceContainer

@RolesAllowed("users") public class GamificationInformationsEndpoint extends Object implements org.exoplatform.services.rest.resource.ResourceContainer
  • Field Details

    • identityManager

      protected org.exoplatform.social.core.manager.IdentityManager identityManager
    • gamificationService

      protected GamificationService gamificationService
    • spaceService

      protected org.exoplatform.social.core.space.spi.SpaceService spaceService
  • Constructor Details

    • GamificationInformationsEndpoint

      public GamificationInformationsEndpoint(org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, GamificationService gamificationService)
  • Method Details

    • getAllLeadersByRank

      @RolesAllowed("users") public javax.ws.rs.core.Response getAllLeadersByRank(@Context javax.ws.rs.core.UriInfo uriInfo, String capacity, String providerId, String remoteId)