com.e_c_group.bwptk.services
Class LocationBasedCallingRestrictions

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

public class LocationBasedCallingRestrictions
extends java.lang.Object


Constructor Summary
LocationBasedCallingRestrictions()
           
 
Method Summary
static Response systemLocationBasedCallingRestrictionsModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String physicalLocationIndicator, java.lang.String enforceMscValidation, java.lang.String enableOfficeZoneAnnouncement, java.lang.String enhanceOfficeZone)
          Gets system level the Location Based Calling Restrictions attributes.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationBasedCallingRestrictions

public LocationBasedCallingRestrictions()
Method Detail

systemLocationBasedCallingRestrictionsModifyRequest

public static Response systemLocationBasedCallingRestrictionsModifyRequest(BroadWorksServer bws,
                                                                           boolean readFromCache,
                                                                           java.lang.String physicalLocationIndicator,
                                                                           java.lang.String enforceMscValidation,
                                                                           java.lang.String enableOfficeZoneAnnouncement,
                                                                           java.lang.String enhanceOfficeZone)
                                                                    throws BwptkException
Gets system level the Location Based Calling Restrictions attributes. The response is either a SystemLocationBasedCallingRestrictionsGetResponse17sp3 or an ErrorResponse.

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