Uses of Class
bass.dto.DTO_BandWithFPD

Packages that use DTO_BandWithFPD
bass.db   
bass.stats   
 

Uses of DTO_BandWithFPD in bass.db
 

Methods in bass.db that return DTO_BandWithFPD
static DTO_BandWithFPD[] DB_Conn.getTopBands(Gui theGui, int rankMode, java.lang.String genre)
          Reads the Top 100 Bands (or less if there are not 100 bands for the specific ranking) for 1 of the 5 ranking methods (by fans, plays, views, membership and friends per day) and creates an array of DTO_BandWithFPD
 

Uses of DTO_BandWithFPD in bass.stats
 

Methods in bass.stats with parameters of type DTO_BandWithFPD
static java.lang.String StatsFactory.generateHTML(int mode, DTO_BandWithFPD[] bands, java.lang.String genre)
          Creates a html formatted string of the given bands, putting them into a ranking table.