|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResultKey | |
|---|---|
| org.gswing.components.common.db | Package contains the classes common to gswing gui components. |
| org.gswing.framework.services | Package contains gswing framework services interfaces. |
| Uses of ResultKey in org.gswing.components.common.db |
|---|
| Methods in org.gswing.components.common.db that return types with arguments of type ResultKey | |
|---|---|
Vector<ResultKey> |
DbReadAccess.getElectionDates(Constituency constituency)
Get election dates that have taken place in this constituency. |
| Methods in org.gswing.components.common.db with parameters of type ResultKey | |
|---|---|
Result |
DbReadAccess.getPreviousResult(Result oldResult,
ResultKey key)
Gets the previous result. |
Result |
DbReadAccess.getResult(ResultKey key)
Get a result for this constituency on this date. |
| Uses of ResultKey in org.gswing.framework.services |
|---|
| Methods in org.gswing.framework.services with parameters of type ResultKey | |
|---|---|
Result |
IDbReadAccess.getPreviousResult(Result oldResult,
ResultKey key)
Gets the previous result. |
Result |
IDbReadAccess.getResult(ResultKey key)
Get a result for this constituency on this date. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||