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

Packages that use Settings
es.cesar.quitesleep.ddbb   
 

Uses of Settings in es.cesar.quitesleep.ddbb
 

Methods in es.cesar.quitesleep.ddbb that return Settings
 Settings Selects.selectSettings()
          Return the settings object only if is the one in the ddbb, else return null because have to be an error, only must be one Settings object in the ddbb.
 

Methods in es.cesar.quitesleep.ddbb with parameters of type Settings
 boolean Deletes.deleteSettings(Settings settings)
           
 boolean Inserts.insertSettings(Settings settings)