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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected GamificationServiceprotected org.exoplatform.social.core.manager.IdentityManagerprotected org.exoplatform.social.core.space.spi.SpaceService -
Constructor Summary
ConstructorsConstructorDescriptionGamificationInformationsEndpoint(org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, GamificationService gamificationService) -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.ResponsegetAllLeadersByRank(javax.ws.rs.core.UriInfo uriInfo, String capacity, String providerId, String remoteId)
-
Field Details
-
identityManager
protected org.exoplatform.social.core.manager.IdentityManager identityManager -
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
-