com.e_c_group.bwptk.services
Class IncomingCallingPlan

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

public class IncomingCallingPlan
extends java.lang.Object


Constructor Summary
IncomingCallingPlan()
           
 
Method Summary
static Response groupIncomingCallingPlanGetListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId)
          Request the group's incoming calling plan settings.
static Response groupIncomingCallingPlanModifyListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId, java.lang.String groupPermissions, java.lang.String departmentPermissions)
          Request the group's incoming calling plan settings.
static Response userIncomingCallingPlanGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Request the group's incoming calling plan settings.
static Response userIncomingCallingPlanModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String useCustomSettings, java.lang.String userPermissions)
          Request the group's incoming calling plan settings.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncomingCallingPlan

public IncomingCallingPlan()
Method Detail

groupIncomingCallingPlanGetListRequest

public static Response groupIncomingCallingPlanGetListRequest(BroadWorksServer bws,
                                                              boolean readFromCache,
                                                              java.lang.String serviceProviderId,
                                                              java.lang.String groupId)
                                                       throws BwptkException
Request the group's incoming calling plan settings. The response is either a GroupIncomingCallingPlanGetListResponse or an ErrorResponse.

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

groupIncomingCallingPlanModifyListRequest

public static Response groupIncomingCallingPlanModifyListRequest(BroadWorksServer bws,
                                                                 boolean readFromCache,
                                                                 java.lang.String serviceProviderId,
                                                                 java.lang.String groupId,
                                                                 java.lang.String groupPermissions,
                                                                 java.lang.String departmentPermissions)
                                                          throws BwptkException
Request the group's incoming calling plan settings. The response is either a GroupIncomingCallingPlanGetListResponse or an ErrorResponse.

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

userIncomingCallingPlanGetRequest

public static Response userIncomingCallingPlanGetRequest(BroadWorksServer bws,
                                                         boolean readFromCache,
                                                         java.lang.String userId)
                                                  throws BwptkException
Request the group's incoming calling plan settings. The response is either a GroupIncomingCallingPlanGetListResponse or an ErrorResponse.

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

userIncomingCallingPlanModifyRequest

public static Response userIncomingCallingPlanModifyRequest(BroadWorksServer bws,
                                                            boolean readFromCache,
                                                            java.lang.String userId,
                                                            java.lang.String useCustomSettings,
                                                            java.lang.String userPermissions)
                                                     throws BwptkException
Request the group's incoming calling plan settings. The response is either a GroupIncomingCallingPlanGetListResponse or an ErrorResponse.

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