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 Classes Modifier and Type Class Description static classGamificationInformationsEndpoint.GamificationHistoryInfo
-
Field Summary
Fields Modifier and Type Field Description protected GamificationServicegamificationServiceprotected org.exoplatform.social.core.manager.IdentityManageridentityManagerprotected org.exoplatform.social.core.space.spi.SpaceServicespaceService
-
Constructor Summary
Constructors Constructor Description GamificationInformationsEndpoint(org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, GamificationService gamificationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponsegetAllLeadersByRank(javax.ws.rs.core.UriInfo uriInfo, String capacity, String providerId, String remoteId)
-
-
-
Field Detail
-
identityManager
protected org.exoplatform.social.core.manager.IdentityManager identityManager
-
gamificationService
protected GamificationService gamificationService
-
spaceService
protected org.exoplatform.social.core.space.spi.SpaceService spaceService
-
-
Constructor Detail
-
GamificationInformationsEndpoint
public GamificationInformationsEndpoint(org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, GamificationService gamificationService)
-
-