|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DTO_BandWithPoints | |
|---|---|
| bass.db | |
| bass.dto | |
| bass.suggestion | |
| bass.util | |
| Uses of DTO_BandWithPoints in bass.db |
|---|
| Methods in bass.db that return types with arguments of type DTO_BandWithPoints | |
|---|---|
static java.util.Hashtable<java.lang.Integer,DTO_BandWithPoints> |
DB_Conn.getBandsOnFLists(DTO_Band[] ids,
int points,
java.util.Hashtable<java.lang.Integer,DTO_BandWithPoints> scoreList,
Gui theGui)
scans the friendlists of the specified bands for other bands and returns a hashtable with the new found bands, if you want to insert them in an existing hashtable use the param scorelist |
| Method parameters in bass.db with type arguments of type DTO_BandWithPoints | |
|---|---|
static java.util.Hashtable<java.lang.Integer,DTO_BandWithPoints> |
DB_Conn.getBandsOnFLists(DTO_Band[] ids,
int points,
java.util.Hashtable<java.lang.Integer,DTO_BandWithPoints> scoreList,
Gui theGui)
scans the friendlists of the specified bands for other bands and returns a hashtable with the new found bands, if you want to insert them in an existing hashtable use the param scorelist |
| Uses of DTO_BandWithPoints in bass.dto |
|---|
| Methods in bass.dto with parameters of type DTO_BandWithPoints | |
|---|---|
int |
DTO_BandWithPoints.compareTo(DTO_BandWithPoints other)
compares this band to another based on their points |
| Uses of DTO_BandWithPoints in bass.suggestion |
|---|
| Fields in bass.suggestion with type parameters of type DTO_BandWithPoints | |
|---|---|
private java.util.Hashtable<java.lang.Integer,DTO_BandWithPoints> |
SuggestionTool.suggList
|
| Methods in bass.suggestion with parameters of type DTO_BandWithPoints | |
|---|---|
private java.lang.String |
SuggestionTool.writePointHistory(DTO_BandWithPoints band)
writes a html (in . |
| Method parameters in bass.suggestion with type arguments of type DTO_BandWithPoints | |
|---|---|
private DTO_Band[] |
SuggestionTool.generateBandArray(java.util.Hashtable<java.lang.Integer,DTO_BandWithPoints> input)
extracts the DTO's from the input and writes them to an DTO array |
| Uses of DTO_BandWithPoints in bass.util |
|---|
| Method parameters in bass.util with type arguments of type DTO_BandWithPoints | |
|---|---|
static java.lang.Object[][] |
SortHashtable.bubbleSort(java.util.Hashtable<java.lang.Integer,DTO_BandWithPoints> input)
a simple bubble sort |
static java.lang.Object[][] |
SortHashtable.dbSort(java.util.Hashtable<java.lang.Integer,DTO_BandWithPoints> input)
a sort using a temp table at the embedded db to prevent java heap overflows ... |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||