| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.e_c_group.bwptk.services.AnonymousCallRejection
public class AnonymousCallRejection
| Constructor Summary | |
|---|---|
AnonymousCallRejection()
 | 
|
| Method Summary | |
|---|---|
static Response | 
systemAnonymousCallRejectionGetRequest(BroadWorksServer bws,
                                       boolean readFromCache)
Request the user level data associated with Anonymous Call Rejection.  | 
static Response | 
systemAnonymousCallRejectionModifyRequest(BroadWorksServer bws,
                                          boolean readFromCache,
                                          java.lang.String paiRequired,
                                          java.lang.String screenOnlyLocalCalls)
Request the user level data associated with Anonymous Call Rejection.  | 
static Response | 
userAnonymousCallRejectionGetRequest(BroadWorksServer bws,
                                     boolean readFromCache,
                                     java.lang.String userId)
Request the user level data associated with Anonymous Call Rejection.  | 
static Response | 
userAnonymousCallRejectionModifyRequest(BroadWorksServer bws,
                                        boolean readFromCache,
                                        java.lang.String userId,
                                        java.lang.String isActive)
Request the user level data associated with Anonymous Call Rejection.  | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public AnonymousCallRejection()
| Method Detail | 
|---|
public static Response userAnonymousCallRejectionGetRequest(BroadWorksServer bws,
                                                            boolean readFromCache,
                                                            java.lang.String userId)
                                                     throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - 
BwptkException
public static Response userAnonymousCallRejectionModifyRequest(BroadWorksServer bws,
                                                               boolean readFromCache,
                                                               java.lang.String userId,
                                                               java.lang.String isActive)
                                                        throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - isActive - 
BwptkException
public static Response systemAnonymousCallRejectionGetRequest(BroadWorksServer bws,
                                                              boolean readFromCache)
                                                       throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cache
BwptkException
public static Response systemAnonymousCallRejectionModifyRequest(BroadWorksServer bws,
                                                                 boolean readFromCache,
                                                                 java.lang.String paiRequired,
                                                                 java.lang.String screenOnlyLocalCalls)
                                                          throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cachepaiRequired - screenOnlyLocalCalls - 
BwptkException
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||