com.e_c_group.bwptk.services
Class Intercept

java.lang.Object
  extended by com.e_c_group.bwptk.services.Intercept

public class Intercept
extends java.lang.Object


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

Intercept

public Intercept()
Method Detail

systemInterceptUserAddDnListRequest

public static Response systemInterceptUserAddDnListRequest(BroadWorksServer bws,
                                                           boolean readFromCache,
                                                           java.lang.String interceptDNList)
                                                    throws BwptkException
Get the group's intercept group service settings. The response is either a GroupInterceptGroupGetResponse16sp1 or an ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
interceptDNList -
Throws:
BwptkException

systemInterceptUserDeleteDnListRequest

public static Response systemInterceptUserDeleteDnListRequest(BroadWorksServer bws,
                                                              boolean readFromCache,
                                                              java.lang.String phoneNumbers)
                                                       throws BwptkException
Get the group's intercept group service settings. The response is either a GroupInterceptGroupGetResponse16sp1 or an ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
phoneNumbers -
Throws:
BwptkException

systemInterceptUserGetDnListRequest

public static Response systemInterceptUserGetDnListRequest(BroadWorksServer bws,
                                                           boolean readFromCache)
                                                    throws BwptkException
Get the group's intercept group service settings. The response is either a GroupInterceptGroupGetResponse16sp1 or an ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
Throws:
BwptkException

systemInterceptUserGetRequest

public static Response systemInterceptUserGetRequest(BroadWorksServer bws,
                                                     boolean readFromCache)
                                              throws BwptkException
Get the group's intercept group service settings. The response is either a GroupInterceptGroupGetResponse16sp1 or an ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
Throws:
BwptkException

systemInterceptUserModifyDnRequest

public static Response systemInterceptUserModifyDnRequest(BroadWorksServer bws,
                                                          boolean readFromCache,
                                                          java.lang.String phoneNumber,
                                                          java.lang.String description)
                                                   throws BwptkException
Get the group's intercept group service settings. The response is either a GroupInterceptGroupGetResponse16sp1 or an ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
phoneNumber -
description -
Throws:
BwptkException

systemInterceptUserModifyRequest

public static Response systemInterceptUserModifyRequest(BroadWorksServer bws,
                                                        boolean readFromCache,
                                                        java.lang.String emergencyAndRepairIntercept)
                                                 throws BwptkException
Get the group's intercept group service settings. The response is either a GroupInterceptGroupGetResponse16sp1 or an ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
emergencyAndRepairIntercept -
Throws:
BwptkException