|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.e_c_group.bwptk.services.Intercept
public class Intercept
| Constructor Summary | |
|---|---|
Intercept()
|
|
| Method Summary | |
|---|---|
static Response |
systemInterceptUserAddDnListRequest(BroadWorksServer bws,
boolean readFromCache,
java.lang.String interceptDNList)
Get the group's intercept group service settings. |
static Response |
systemInterceptUserDeleteDnListRequest(BroadWorksServer bws,
boolean readFromCache,
java.lang.String phoneNumbers)
Get the group's intercept group service settings. |
static Response |
systemInterceptUserGetDnListRequest(BroadWorksServer bws,
boolean readFromCache)
Get the group's intercept group service settings. |
static Response |
systemInterceptUserGetRequest(BroadWorksServer bws,
boolean readFromCache)
Get the group's intercept group service settings. |
static Response |
systemInterceptUserModifyDnRequest(BroadWorksServer bws,
boolean readFromCache,
java.lang.String phoneNumber,
java.lang.String description)
Get the group's intercept group service settings. |
static Response |
systemInterceptUserModifyRequest(BroadWorksServer bws,
boolean readFromCache,
java.lang.String emergencyAndRepairIntercept)
Get the group's intercept group service settings. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Intercept()
| Method Detail |
|---|
public static Response systemInterceptUserAddDnListRequest(BroadWorksServer bws,
boolean readFromCache,
java.lang.String interceptDNList)
throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheinterceptDNList -
BwptkException
public static Response systemInterceptUserDeleteDnListRequest(BroadWorksServer bws,
boolean readFromCache,
java.lang.String phoneNumbers)
throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cachephoneNumbers -
BwptkException
public static Response systemInterceptUserGetDnListRequest(BroadWorksServer bws,
boolean readFromCache)
throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cache
BwptkException
public static Response systemInterceptUserGetRequest(BroadWorksServer bws,
boolean readFromCache)
throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cache
BwptkException
public static Response systemInterceptUserModifyDnRequest(BroadWorksServer bws,
boolean readFromCache,
java.lang.String phoneNumber,
java.lang.String description)
throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cachephoneNumber - description -
BwptkException
public static Response systemInterceptUserModifyRequest(BroadWorksServer bws,
boolean readFromCache,
java.lang.String emergencyAndRepairIntercept)
throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheemergencyAndRepairIntercept -
BwptkException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||