|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.cesar.quitesleep.operations.BlockTypes
public class BlockTypes
This class contains the methods to block or not the incoming call regarding the incoming number and block configuration.
Field Summary | |
---|---|
static java.lang.String |
CLASS_NAME
|
Constructor Summary | |
---|---|
BlockTypes()
|
Method Summary | |
---|---|
static BCBean |
blockAll(ClientDDBB clientDDBB,
java.lang.String incomingNumber)
This function performs the complete block to all incoming calls. |
static BCBean |
blockBloquedContacts(ClientDDBB clientDDBB,
java.lang.String incomingNumber)
This function performs block actions regarding to block only to specified blocked contacts. |
static BCBean |
blockUnknown(ClientDDBB clientDDBB,
java.lang.String incomingNumber)
This function performs block action over unknown incoming numbers. |
static BCBean |
blockUnknownAndBlockedContacts(ClientDDBB clientDDBB,
java.lang.String incomingNumber)
This function performs block action over unkwnown and predefined blocked contacts. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CLASS_NAME
Constructor Detail |
---|
public BlockTypes()
Method Detail |
---|
public static BCBean blockAll(ClientDDBB clientDDBB, java.lang.String incomingNumber)
clientDDBB
- incomingNumber
-
public static BCBean blockBloquedContacts(ClientDDBB clientDDBB, java.lang.String incomingNumber)
clientDDBB
- incomingNumber
-
public static BCBean blockUnknown(ClientDDBB clientDDBB, java.lang.String incomingNumber)
clientDDBB
- incomingNumber
-
public static BCBean blockUnknownAndBlockedContacts(ClientDDBB clientDDBB, java.lang.String incomingNumber)
clientDDBB
- incomingNumber
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |