Uses of Class
es.cesar.quitesleep.beans.BCBean

Packages that use BCBean
es.cesar.quitesleep.operations   
 

Uses of BCBean in es.cesar.quitesleep.operations
 

Methods in es.cesar.quitesleep.operations that return BCBean
static BCBean BlockTypes.blockAll(ClientDDBB clientDDBB, java.lang.String incomingNumber)
          This function performs the complete block to all incoming calls.
static BCBean BlockTypes.blockBloquedContacts(ClientDDBB clientDDBB, java.lang.String incomingNumber)
          This function performs block actions regarding to block only to specified blocked contacts.
static BCBean BlockTypes.blockUnknown(ClientDDBB clientDDBB, java.lang.String incomingNumber)
          This function performs block action over unknown incoming numbers.
static BCBean BlockTypes.blockUnknownAndBlockedContacts(ClientDDBB clientDDBB, java.lang.String incomingNumber)
          This function performs block action over unkwnown and predefined blocked contacts.