Uses of Class
bass.dto.DTO_BandnameWithFList

Packages that use DTO_BandnameWithFList
bass.db   
bass.visualisation.graph   
 

Uses of DTO_BandnameWithFList in bass.db
 

Methods in bass.db that return types with arguments of type DTO_BandnameWithFList
static java.util.LinkedList<DTO_BandnameWithFList> DB_Conn.selectBandWithFriends1(java.lang.String mainBand, int minFriends, int depth, Gui theGui)
          Get the band out of the DB including the friends that are connected (first level friends only)
 

Uses of DTO_BandnameWithFList in bass.visualisation.graph
 

Methods in bass.visualisation.graph that return types with arguments of type DTO_BandnameWithFList
 java.util.LinkedList<DTO_BandnameWithFList> DTOToLists.getDTO(java.lang.String bandId, int minFriends, int depth, Gui theGui)