|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Result | |
|---|---|
| beans.backing | |
| model | |
| Uses of Result in beans.backing |
|---|
| Methods in beans.backing that return types with arguments of type Result | |
|---|---|
java.util.ArrayList<Result> |
ScoreboardBean.Row.getResults()
|
java.util.ArrayList<Result> |
FinalResultsBean.DivisionResults.getResults()
|
java.util.ArrayList<Result> |
FinalResultsBean.DivisionResults.getScoredResults()
|
| Methods in beans.backing with parameters of type Result | |
|---|---|
void |
RaceScoringBean.Row.setResult(Result r)
|
void |
RaceScoringBean.PenaltyRow.setResult(Result r)
|
| Constructors in beans.backing with parameters of type Result | |
|---|---|
RaceScoringBean.PenaltyRow(Result r,
int fleet)
|
|
RaceScoringBean.Row(Result r,
int fleet)
|
|
| Constructor parameters in beans.backing with type arguments of type Result | |
|---|---|
FinalResultsBean.DivisionResults(Team team,
java.util.ArrayList<Result> results)
|
|
ScoreboardBean.Column(Race race,
java.util.HashMap<Team,Result> tp)
|
|
ScoreboardBean.Row(Team team,
java.util.ArrayList<Result> results)
|
|
ViewRotationBean.Column(int header,
javax.faces.component.UIData rowDataModel,
java.util.HashMap<Team,Result> tp)
|
|
| Uses of Result in model |
|---|
| Methods in model that return Result | |
|---|---|
Result |
Race.findResult(int id)
|
| Methods in model that return types with arguments of type Result | |
|---|---|
java.util.ArrayList<Result> |
Race.getResults()
|
| Methods in model with parameters of type Result | |
|---|---|
void |
Race.addResult(Result r)
|
| Method parameters in model with type arguments of type Result | |
|---|---|
void |
Race.setResults(java.util.ArrayList<Result> results)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||