|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.curre.prefcount.service.ResultService
public class ResultService
This service bean is responsible for computing game results.
Created date: Jul 29, 2007
| Constructor Summary | |
|---|---|
ResultService()
|
|
| Method Summary | |
|---|---|
static void |
clearFinalResults(GameResultBean rBean)
Clears the final player scores. |
static void |
generateFinalResults(GameResultBean rBean)
Generates the final player scores. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResultService()
| Method Detail |
|---|
public static void generateFinalResults(GameResultBean rBean)
rBean - GameResultBean object that contains
all necessary game data.public static void clearFinalResults(GameResultBean rBean)
rBean - GameResultBean object that contains
all necessary game data.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||