Uses of Class
bass.dto.DTO_Band

Packages that use DTO_Band
bass.db   
bass.dto   
bass.gui   
bass.suggestion   
 

Uses of DTO_Band in bass.db
 

Methods in bass.db that return types with arguments of type DTO_Band
static java.util.LinkedList<DTO_Band> DB_Conn.searchBands(java.lang.String searchString, boolean exactSearch)
          searches the db for bandnames including the specified string
 

Methods in bass.db with parameters of type DTO_Band
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
static void DB_Conn.writeToDb(DTO_Band band)
          Generates a query and executes it to write the specific band data into the database (crawler usuage)
 

Method parameters in bass.db with type arguments of type DTO_Band
static void DB_Conn.writeToDb(java.util.LinkedList<DTO_Band> bands)
          Iterates the given list of DTOs and writes them to the db (crawler usuage)
 

Uses of DTO_Band in bass.dto
 

Subclasses of DTO_Band in bass.dto
 class DTO_BandWithFPD
           
 class DTO_BandWithPoints
          DTO_Band extended to point system and referrer list
 

Uses of DTO_Band in bass.gui
 

Fields in bass.gui declared as DTO_Band
private  DTO_Band Gui.bandForVis
           
 

Methods in bass.gui with parameters of type DTO_Band
 void Gui.setSelectedVisBand(DTO_Band band)
          sets the input band for the visualization to the spezified band
 

Method parameters in bass.gui with type arguments of type DTO_Band
 void SearchDialog.setSearchResult(java.util.LinkedList<DTO_Band> result)
          adds the serch result to the output list
 

Uses of DTO_Band in bass.suggestion
 

Fields in bass.suggestion declared as DTO_Band
private  DTO_Band[] SuggestionTool.inputData
           
 

Methods in bass.suggestion that return DTO_Band
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
 

Methods in bass.suggestion with parameters of type DTO_Band
private  int[] SuggestionTool.generateIntArray(DTO_Band[] input)
          Deprecated. not in use anymore, just leaving it, in case it makes sense some day
 

Constructors in bass.suggestion with parameters of type DTO_Band
SuggestionTool(DTO_Band[] inputBands, Gui gui, boolean deepScan)
          generates a new SuggestionTool