com.e_c_group.bwptk.services
Class PhysicalLocation

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

public class PhysicalLocation
extends java.lang.Object


Constructor Summary
PhysicalLocation()
           
 
Method Summary
static Response systemPhysicalLocationGetRequest(BroadWorksServer bws, boolean readFromCache)
          Request to get the list of Physical Location system parameters.
static Response systemPhysicalLocationModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String alwaysAllowEmergencyCalls)
          Request to get the list of Physical Location system parameters.
static Response userPhysicalLocationGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Request to get the list of Physical Location system parameters.
static Response userPhysicalLocationModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String isActive)
          Request to get the list of Physical Location system parameters.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhysicalLocation

public PhysicalLocation()
Method Detail

systemPhysicalLocationGetRequest

public static Response systemPhysicalLocationGetRequest(BroadWorksServer bws,
                                                        boolean readFromCache)
                                                 throws BwptkException
Request to get the list of Physical Location system parameters. The response is either SystemPhysicalLocationGetResponse or ErrorResponse.

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

systemPhysicalLocationModifyRequest

public static Response systemPhysicalLocationModifyRequest(BroadWorksServer bws,
                                                           boolean readFromCache,
                                                           java.lang.String alwaysAllowEmergencyCalls)
                                                    throws BwptkException
Request to get the list of Physical Location system parameters. The response is either SystemPhysicalLocationGetResponse or ErrorResponse.

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

userPhysicalLocationGetRequest

public static Response userPhysicalLocationGetRequest(BroadWorksServer bws,
                                                      boolean readFromCache,
                                                      java.lang.String userId)
                                               throws BwptkException
Request to get the list of Physical Location system parameters. The response is either SystemPhysicalLocationGetResponse or ErrorResponse.

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

userPhysicalLocationModifyRequest

public static Response userPhysicalLocationModifyRequest(BroadWorksServer bws,
                                                         boolean readFromCache,
                                                         java.lang.String userId,
                                                         java.lang.String isActive)
                                                  throws BwptkException
Request to get the list of Physical Location system parameters. The response is either SystemPhysicalLocationGetResponse or ErrorResponse.

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