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

Packages that use Banned
es.cesar.quitesleep.ddbb   
 

Uses of Banned in es.cesar.quitesleep.ddbb
 

Methods in es.cesar.quitesleep.ddbb that return Banned
 Banned Selects.selectBannedContactForName(java.lang.String contactName)
          Get the banned object that match with the contactName passed.
 

Methods in es.cesar.quitesleep.ddbb that return types with arguments of type Banned
 java.util.List<Banned> Selects.selectAllBannedContacts()
          Get all banned contacts from the database
 

Methods in es.cesar.quitesleep.ddbb with parameters of type Banned
 boolean Deletes.deleteBanned(Banned banned)
          Delete the banned object passed
 boolean Inserts.insertBanned(Banned banned)