Uses of Class
dev.getelements.elements.sdk.model.leaderboard.Rank
Packages that use Rank
Package
Description
-
Uses of Rank in dev.getelements.elements.dao.mongo
Methods in dev.getelements.elements.dao.mongo that return types with arguments of type RankModifier and TypeMethodDescriptionMongoRankDao.getRanks(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch, Function<dev.morphia.query.Query<MongoScore>, dev.morphia.query.Query<MongoScore>> queryTransformer) MongoRankDao.getRanksForFriends(String leaderboardNameOrId, String profileId, int offset, int count, long leaderboardEpoch) MongoRankDao.getRanksForFriendsRelative(String leaderboardNameOrId, String profileId, int offset, int count, long leaderboardEpoch) MongoRankDao.getRanksForGlobal(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) MongoRankDao.getRanksForGlobalRelative(String leaderboardNameOrId, String profileId, int offset, int count, long leaderboardEpoch) MongoRankDao.getRanksForMutualFollowers(String leaderboardNameOrId, String profileId, int offset, int count, long leaderboardEpoch) MongoRankDao.getRanksForMutualFollowersRelative(String leaderboardNameOrId, String profileId, int offset, int count, long leaderboardEpoch) MongoRankDao.getRanksRelative(String leaderboardNameOrId, MongoProfile mongoProfile, int offset, int count, long leaderboardEpoch, Function<dev.morphia.query.Query<MongoScore>, dev.morphia.query.Query<MongoScore>> queryTransformer, Function<dev.morphia.query.Query<MongoScore>, dev.morphia.query.Query<MongoScore>> countQueryTransformer) -
Uses of Rank in dev.getelements.elements.dao.mongo.mapper
Methods in dev.getelements.elements.dao.mongo.mapper that return RankModifier and TypeMethodDescriptionMongoDBMapper.toRank(MongoScore score) MongoDBMapperImpl.toRank(MongoScore score) Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type Rank -
Uses of Rank in dev.getelements.elements.rest.leaderboard
Methods in dev.getelements.elements.rest.leaderboard that return types with arguments of type RankModifier and TypeMethodDescriptionRankResource.getGlobalRank(int offset, int count, String profileId, long leaderboardEpoch, String leaderboardNameOrId) RankResource.getRankAmongFriends(int offset, int count, boolean relative, long leaderboardEpoch, String leaderboardNameOrId) RankResource.getRankAmongMutualFollowers(int offset, int count, boolean relative, long leaderboardEpoch, String leaderboardNameOrId) -
Uses of Rank in dev.getelements.elements.sdk.dao
Methods in dev.getelements.elements.sdk.dao that return types with arguments of type RankModifier and TypeMethodDescriptionRankDao.getRanksForFriends(String leaderboardNameOrId, String profileId, int offset, int count, long leaderboardEpoch) Given theLeaderboardname or ID, this will return allRankinstances sorted in order.RankDao.getRanksForFriendsRelative(String leaderboardNameOrId, String profileId, int offset, int count, long leaderboardEpoch) Given theLeaderboardname or ID, this will return allRankinstances sorted in order.RankDao.getRanksForGlobal(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) Given theLeaderboardname or ID, this will return allRankinstances sorted in order.RankDao.getRanksForGlobalRelative(String leaderboardNameOrId, String profileId, int offset, int count, long leaderboardEpoch) Given theLeaderboardname or ID, this will return allRankinstances sorted in order.RankDao.getRanksForMutualFollowers(String leaderboardNameOrId, String profileId, int offset, int count, long leaderboardEpoch) Given theLeaderboardname or ID, this will return allRankinstances sorted in order.RankDao.getRanksForMutualFollowersRelative(String leaderboardNameOrId, String profileId, int offset, int count, long leaderboardEpoch) Given theLeaderboardname or ID, this will return allRankinstances sorted in order. -
Uses of Rank in dev.getelements.elements.sdk.service.leaderboard
Methods in dev.getelements.elements.sdk.service.leaderboard that return types with arguments of type RankModifier and TypeMethodDescriptionRankService.getRanksForFriends(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) Gets allRankinstances for the suppliedLeaderboard.getId()relative to theProfilewith the supplied id returning onlyRankinstances within the supplied friend list for the givenProfileRankService.getRanksForFriendsRelative(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) Gets allRankinstances for the suppliedLeaderboard.getId()relative to theProfilewith the supplied id returning onlyRankinstances within the supplied friend list for the givenProfileRankService.getRanksForGlobal(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) Gets allRankinstances for the suppliedLeaderboard.getId()RankService.getRanksForGlobalRelative(String leaderboardNameOrId, String profileId, int offset, int count, long leaderboardEpoch) RankService.getRanksForMutualFollowers(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) Gets allRankinstances for the suppliedLeaderboard.getId()relative to theProfilewith the supplied id returning onlyRankinstances within the supplied friend list for the givenProfileRankService.getRanksForMutualFollowersRelative(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) Gets allRankinstances for the suppliedLeaderboardrelative to theProfilewith the supplied id returning onlyRankinstances within the supplied friend list for the givenProfile -
Uses of Rank in dev.getelements.elements.service.leaderboard
Methods in dev.getelements.elements.service.leaderboard that return types with arguments of type RankModifier and TypeMethodDescriptionAnonRankService.getRanksForFriends(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) UserRankService.getRanksForFriends(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) AnonRankService.getRanksForFriendsRelative(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) UserRankService.getRanksForFriendsRelative(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) AnonRankService.getRanksForGlobal(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) UserRankService.getRanksForGlobal(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) AnonRankService.getRanksForGlobalRelative(String leaderboardNameOrId, String profileId, int offset, int count, long leaderboardEpoch) UserRankService.getRanksForGlobalRelative(String leaderboardNameOrId, String profileId, int offset, int count, long leaderboardEpoch) AnonRankService.getRanksForMutualFollowers(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) UserRankService.getRanksForMutualFollowers(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) AnonRankService.getRanksForMutualFollowersRelative(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch) UserRankService.getRanksForMutualFollowersRelative(String leaderboardNameOrId, int offset, int count, long leaderboardEpoch)