@RolesAllowed(value="users") public class SpaceLeaderboardEndpoint extends Object implements org.exoplatform.services.rest.resource.ResourceContainer
| Modifier and Type | Field and Description |
|---|---|
protected GamificationService |
gamificationService |
protected org.exoplatform.social.core.manager.IdentityManager |
identityManager |
protected org.exoplatform.social.core.space.spi.SpaceService |
spaceService |
| Constructor and Description |
|---|
SpaceLeaderboardEndpoint(GamificationService gamificationService,
org.exoplatform.social.core.manager.IdentityManager identityManager,
org.exoplatform.social.core.space.spi.SpaceService spaceService) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
filter(javax.ws.rs.core.UriInfo uriInfo,
String domain,
String period,
String url,
String capacity) |
javax.ws.rs.core.Response |
getAllLeadersByRank(javax.ws.rs.core.UriInfo uriInfo,
String url) |
protected GamificationService gamificationService
protected org.exoplatform.social.core.manager.IdentityManager identityManager
protected org.exoplatform.social.core.space.spi.SpaceService spaceService
public SpaceLeaderboardEndpoint(GamificationService gamificationService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.