Uses of Class
bass.dto.DTO_Profile

Packages that use DTO_Profile
bass.db   
bass.parser   
 

Uses of DTO_Profile in bass.db
 

Method parameters in bass.db with type arguments of type DTO_Profile
static void DB_Conn.writeProfilesToDb(java.util.LinkedList<DTO_Profile> profiles)
          updates the band data with the data parsed from profiles
 

Uses of DTO_Profile in bass.parser
 

Methods in bass.parser that return DTO_Profile
static DTO_Profile Parsers.parseProfileFromPage(int id, boolean useProxy, java.lang.String proxyHost, java.lang.String proxyPort)