Uses of Class
es.cesar.quitesleep.ddbb.Phone

Packages that use Phone
es.cesar.quitesleep.ddbb   
 

Uses of Phone in es.cesar.quitesleep.ddbb
 

Methods in es.cesar.quitesleep.ddbb that return Phone
 Phone Selects.selectPhoneForPhoneNumber(java.lang.String phoneNumber)
          Select the Phone object that contains the phoneNumber passed throw the param value.
 

Methods in es.cesar.quitesleep.ddbb that return types with arguments of type Phone
 java.util.List<Phone> Selects.selectAllContactPhonesForName(java.lang.String contactName)
          Get all phones of the selected contact
 

Methods in es.cesar.quitesleep.ddbb with parameters of type Phone
 boolean Inserts.insertPhone(Phone phone)