com.e_c_group.bwptk.services
Class CallingPlan

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

public class CallingPlan
extends java.lang.Object


Constructor Summary
CallingPlan()
           
 
Method Summary
static Response groupCallingPlanAddDigitPatternRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId, java.lang.String name, java.lang.String digitPattern)
          Add a new calling plan digit string.
static Response groupCallingPlanDeleteDigitPatternListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId, java.lang.String name)
          Add a new calling plan digit string.
static Response groupCallingPlanGetDigitPatternListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId)
          Add a new calling plan digit string.
static Response groupCallingPlanModifyDigitPatternRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId, java.lang.String name, java.lang.String digitPattern)
          Add a new calling plan digit string.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallingPlan

public CallingPlan()
Method Detail

groupCallingPlanAddDigitPatternRequest

public static Response groupCallingPlanAddDigitPatternRequest(BroadWorksServer bws,
                                                              boolean readFromCache,
                                                              java.lang.String serviceProviderId,
                                                              java.lang.String groupId,
                                                              java.lang.String name,
                                                              java.lang.String digitPattern)
                                                       throws BwptkException
Add a new calling plan digit string. The response is either a SuccessResponse or an ErrorResponse.

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

groupCallingPlanDeleteDigitPatternListRequest

public static Response groupCallingPlanDeleteDigitPatternListRequest(BroadWorksServer bws,
                                                                     boolean readFromCache,
                                                                     java.lang.String serviceProviderId,
                                                                     java.lang.String groupId,
                                                                     java.lang.String name)
                                                              throws BwptkException
Add a new calling plan digit string. The response is either a SuccessResponse or an ErrorResponse.

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

groupCallingPlanGetDigitPatternListRequest

public static Response groupCallingPlanGetDigitPatternListRequest(BroadWorksServer bws,
                                                                  boolean readFromCache,
                                                                  java.lang.String serviceProviderId,
                                                                  java.lang.String groupId)
                                                           throws BwptkException
Add a new calling plan digit string. The response is either a SuccessResponse or an ErrorResponse.

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

groupCallingPlanModifyDigitPatternRequest

public static Response groupCallingPlanModifyDigitPatternRequest(BroadWorksServer bws,
                                                                 boolean readFromCache,
                                                                 java.lang.String serviceProviderId,
                                                                 java.lang.String groupId,
                                                                 java.lang.String name,
                                                                 java.lang.String digitPattern)
                                                          throws BwptkException
Add a new calling plan digit string. The response is either a SuccessResponse or an ErrorResponse.

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