| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.e_c_group.bwptk.services.PhysicalLocation
public class PhysicalLocation
| 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 | 
|---|
public PhysicalLocation()
| Method Detail | 
|---|
public static Response systemPhysicalLocationGetRequest(BroadWorksServer bws,
                                                        boolean readFromCache)
                                                 throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cache
BwptkException
public static Response systemPhysicalLocationModifyRequest(BroadWorksServer bws,
                                                           boolean readFromCache,
                                                           java.lang.String alwaysAllowEmergencyCalls)
                                                    throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cachealwaysAllowEmergencyCalls - 
BwptkException
public static Response userPhysicalLocationGetRequest(BroadWorksServer bws,
                                                      boolean readFromCache,
                                                      java.lang.String userId)
                                               throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - 
BwptkException
public static Response userPhysicalLocationModifyRequest(BroadWorksServer bws,
                                                         boolean readFromCache,
                                                         java.lang.String userId,
                                                         java.lang.String isActive)
                                                  throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - isActive - 
BwptkException
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||