Uses of Class
domain.Phones

Packages that use Phones
dao   
domain   
util   
 

Uses of Phones in dao
 

Methods in dao that return types with arguments of type Phones
 java.util.List<Phones> PhonesDAO.findAllVerified()
           
 java.util.List<Phones> HibernatePhonesDAO.findAllVerified()
           
 

Uses of Phones in domain
 

Subclasses of Phones in domain
 class Familyphone
           
 class Tmemberphone
           
 

Constructors in domain with parameters of type Phones
Familyphone(Phones newPhones)
           
Tmemberphone(Phones newPhones)
           
 

Uses of Phones in util
 

Methods in util that return Phones
 Phones PhoneDialog.getPhone()