com.e_c_group.bwptk.services
Class ZoneCallingRestrictions

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

public class ZoneCallingRestrictions
extends java.lang.Object


Constructor Summary
ZoneCallingRestrictions()
           
 
Method Summary
static Response serviceProviderZoneCallingRestrictionsGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId)
          Gets the Service Provider/Enterprise level Zone Calling Restrictions Policies.
static Response serviceProviderZoneCallingRestrictionsModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String enableZoneCallingRestrictions, java.lang.String enableOriginationRoamingRestrictions, java.lang.String enableEmergencyOriginationRoamingRestrictions, java.lang.String enableTerminationRoamingRestrictions)
          Gets the Service Provider/Enterprise level Zone Calling Restrictions Policies.
static Response userZoneCallingRestrictionsGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Gets the Service Provider/Enterprise level Zone Calling Restrictions Policies.
static Response userZoneCallingRestrictionsModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String homeZoneName)
          Gets the Service Provider/Enterprise level Zone Calling Restrictions Policies.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZoneCallingRestrictions

public ZoneCallingRestrictions()
Method Detail

serviceProviderZoneCallingRestrictionsGetRequest

public static Response serviceProviderZoneCallingRestrictionsGetRequest(BroadWorksServer bws,
                                                                        boolean readFromCache,
                                                                        java.lang.String serviceProviderId)
                                                                 throws BwptkException
Gets the Service Provider/Enterprise level Zone Calling Restrictions Policies. The response is ServiceProviderZoneCallingRestrictionsGetResponse or an ErrorResponse.

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

serviceProviderZoneCallingRestrictionsModifyRequest

public static Response serviceProviderZoneCallingRestrictionsModifyRequest(BroadWorksServer bws,
                                                                           boolean readFromCache,
                                                                           java.lang.String serviceProviderId,
                                                                           java.lang.String enableZoneCallingRestrictions,
                                                                           java.lang.String enableOriginationRoamingRestrictions,
                                                                           java.lang.String enableEmergencyOriginationRoamingRestrictions,
                                                                           java.lang.String enableTerminationRoamingRestrictions)
                                                                    throws BwptkException
Gets the Service Provider/Enterprise level Zone Calling Restrictions Policies. The response is ServiceProviderZoneCallingRestrictionsGetResponse or an ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
serviceProviderId -
enableZoneCallingRestrictions -
enableOriginationRoamingRestrictions -
enableEmergencyOriginationRoamingRestrictions -
enableTerminationRoamingRestrictions -
Throws:
BwptkException

userZoneCallingRestrictionsGetRequest

public static Response userZoneCallingRestrictionsGetRequest(BroadWorksServer bws,
                                                             boolean readFromCache,
                                                             java.lang.String userId)
                                                      throws BwptkException
Gets the Service Provider/Enterprise level Zone Calling Restrictions Policies. The response is ServiceProviderZoneCallingRestrictionsGetResponse or an ErrorResponse.

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

userZoneCallingRestrictionsModifyRequest

public static Response userZoneCallingRestrictionsModifyRequest(BroadWorksServer bws,
                                                                boolean readFromCache,
                                                                java.lang.String userId,
                                                                java.lang.String homeZoneName)
                                                         throws BwptkException
Gets the Service Provider/Enterprise level Zone Calling Restrictions Policies. The response is ServiceProviderZoneCallingRestrictionsGetResponse or an ErrorResponse.

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