com.e_c_group.bwptk.services
Class TwoStageDialing

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

public class TwoStageDialing
extends java.lang.Object


Constructor Summary
TwoStageDialing()
           
 
Method Summary
static Response systemTwoStageDialingAddDnRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String phoneNumber, java.lang.String description)
          Request the user level data associated with Two Stage Dialing.
static Response systemTwoStageDialingDeleteDnRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String phoneNumber)
          Request the user level data associated with Two Stage Dialing.
static Response systemTwoStageDialingGetDnListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String responseSizeLimit, java.lang.String searchCriteriaSystemServiceDn)
          Request the user level data associated with Two Stage Dialing.
static Response systemTwoStageDialingModifyDnRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String phoneNumber, java.lang.String description)
          Request the user level data associated with Two Stage Dialing.
static Response userTwoStageDialingModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String isActive, java.lang.String allowActivationWithUserAddresses)
          Request the user level data associated with Two Stage Dialing.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TwoStageDialing

public TwoStageDialing()
Method Detail

userTwoStageDialingModifyRequest

public static Response userTwoStageDialingModifyRequest(BroadWorksServer bws,
                                                        boolean readFromCache,
                                                        java.lang.String userId,
                                                        java.lang.String isActive,
                                                        java.lang.String allowActivationWithUserAddresses)
                                                 throws BwptkException
Request the user level data associated with Two Stage Dialing. The response is either a UserTwoStageDialingGetResponse13Mp20 or an ErrorResponse.

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

systemTwoStageDialingAddDnRequest

public static Response systemTwoStageDialingAddDnRequest(BroadWorksServer bws,
                                                         boolean readFromCache,
                                                         java.lang.String phoneNumber,
                                                         java.lang.String description)
                                                  throws BwptkException
Request the user level data associated with Two Stage Dialing. The response is either a UserTwoStageDialingGetResponse13Mp20 or an ErrorResponse.

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

systemTwoStageDialingDeleteDnRequest

public static Response systemTwoStageDialingDeleteDnRequest(BroadWorksServer bws,
                                                            boolean readFromCache,
                                                            java.lang.String phoneNumber)
                                                     throws BwptkException
Request the user level data associated with Two Stage Dialing. The response is either a UserTwoStageDialingGetResponse13Mp20 or an ErrorResponse.

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

systemTwoStageDialingGetDnListRequest

public static Response systemTwoStageDialingGetDnListRequest(BroadWorksServer bws,
                                                             boolean readFromCache,
                                                             java.lang.String responseSizeLimit,
                                                             java.lang.String searchCriteriaSystemServiceDn)
                                                      throws BwptkException
Request the user level data associated with Two Stage Dialing. The response is either a UserTwoStageDialingGetResponse13Mp20 or an ErrorResponse.

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

systemTwoStageDialingModifyDnRequest

public static Response systemTwoStageDialingModifyDnRequest(BroadWorksServer bws,
                                                            boolean readFromCache,
                                                            java.lang.String phoneNumber,
                                                            java.lang.String description)
                                                     throws BwptkException
Request the user level data associated with Two Stage Dialing. The response is either a UserTwoStageDialingGetResponse13Mp20 or an ErrorResponse.

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