|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Game | |
---|---|
com.shephertz.app42.paas.sdk.android.game |
Uses of Game in com.shephertz.app42.paas.sdk.android.game |
---|
Methods in com.shephertz.app42.paas.sdk.android.game that return Game | |
---|---|
Game |
ScoreService.addScore(java.lang.String gameName,
java.lang.String gameUserName,
double gameScore)
Adds game score for the specified user. |
Game |
GameResponseBuilder.buildResponse(java.lang.String json)
|
Game |
GameService.createGame(java.lang.String gameName,
java.lang.String gameDescription)
Creates game on the cloud |
Game |
ScoreService.deductScore(java.lang.String gameName,
java.lang.String gameUserName,
double gameScore)
Deducts the score from users account for a particular Game |
Game |
ScoreBoardService.getAverageScoreByUser(java.lang.String gameName,
java.lang.String userName)
Retrieves the average game score for the specified user |
Game |
GameService.getGameByName(java.lang.String gameName)
Retrieves the game by the specified name |
Game |
ScoreBoardService.getHighestScoreByUser(java.lang.String gameName,
java.lang.String userName)
Retrieves the highest game score for the specified user |
Game |
ScoreBoardService.getLastScoreByUser(java.lang.String gameName,
java.lang.String userName)
|
Game |
ScoreBoardService.getLowestScoreByUser(java.lang.String gameName,
java.lang.String userName)
Retrieves the lowest game score for the specified user |
Game |
ScoreBoardService.getScoresByUser(java.lang.String gameName,
java.lang.String userName)
Retrieves the scores for a game for the specified name |
Game |
ScoreBoardService.getTopNRankings(java.lang.String gameName,
int max)
Retrieves the Top N Rankings for the specified game |
Game |
ScoreBoardService.getTopRankings(java.lang.String gameName)
Retrieves the Top Rankings for the specified game |
Game |
ScoreBoardService.getTopRankings(java.lang.String gameName,
java.util.Date startDate,
java.util.Date endDate)
Retrieves the Top Rankings for the specified game |
Game |
ScoreBoardService.getTopRankingsByGroup(java.lang.String gameName,
java.util.ArrayList<java.lang.String> userList)
|
Game |
ScoreBoardService.getUserRanking(java.lang.String gameName,
java.lang.String userName)
Retrieves the User Ranking for the specified game |
Game |
ScoreBoardService.saveUserScore(java.lang.String gameName,
java.lang.String gameUserName,
double gameScore)
Saves the User score for a game |
Methods in com.shephertz.app42.paas.sdk.android.game that return types with arguments of type Game | |
---|---|
java.util.ArrayList<Game> |
GameResponseBuilder.buildArrayResponse(java.lang.String json)
|
java.util.ArrayList<Game> |
GameService.getAllGames()
Fetches all games for the App |
java.util.ArrayList<Game> |
GameService.getAllGames(int max,
int offset)
Fetches all games for the App by paging. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |