com.e_c_group.bwptk.services
Class BusyLampField

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

public class BusyLampField
extends java.lang.Object


Constructor Summary
BusyLampField()
           
 
Method Summary
static Response systemBusyLampFieldGetRequest(BroadWorksServer bws, boolean readFromCache)
          Request the system level data associated with the Busy Lamp Field service.
static Response systemBusyLampFieldModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String displayLocalUserIdentityLastNameFirst)
          Request the system level data associated with the Busy Lamp Field service.
static Response userBusyLampFieldGetAvailableUserListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String responseSizeLimit, java.lang.String searchCriteriaUserLastName, java.lang.String searchCriteriaUserFirstName, java.lang.String searchCriteriaExactUserDepartment, java.lang.String searchCriteriaExactUserGroup)
          Request the system level data associated with the Busy Lamp Field service.
static Response userBusyLampFieldModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String listURI, java.lang.String monitoredUserIdList, java.lang.String enableCallParkNotification)
          Request the system level data associated with the Busy Lamp Field service.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusyLampField

public BusyLampField()
Method Detail

systemBusyLampFieldGetRequest

public static Response systemBusyLampFieldGetRequest(BroadWorksServer bws,
                                                     boolean readFromCache)
                                              throws BwptkException
Request the system level data associated with the Busy Lamp Field service. The response is either a SystemBusyLampFieldGetResponse or an ErrorResponse.

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

systemBusyLampFieldModifyRequest

public static Response systemBusyLampFieldModifyRequest(BroadWorksServer bws,
                                                        boolean readFromCache,
                                                        java.lang.String displayLocalUserIdentityLastNameFirst)
                                                 throws BwptkException
Request the system level data associated with the Busy Lamp Field service. The response is either a SystemBusyLampFieldGetResponse or an ErrorResponse.

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

userBusyLampFieldGetAvailableUserListRequest

public static Response userBusyLampFieldGetAvailableUserListRequest(BroadWorksServer bws,
                                                                    boolean readFromCache,
                                                                    java.lang.String userId,
                                                                    java.lang.String responseSizeLimit,
                                                                    java.lang.String searchCriteriaUserLastName,
                                                                    java.lang.String searchCriteriaUserFirstName,
                                                                    java.lang.String searchCriteriaExactUserDepartment,
                                                                    java.lang.String searchCriteriaExactUserGroup)
                                                             throws BwptkException
Request the system level data associated with the Busy Lamp Field service. The response is either a SystemBusyLampFieldGetResponse or an ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
userId -
responseSizeLimit -
searchCriteriaUserLastName -
searchCriteriaUserFirstName -
searchCriteriaExactUserDepartment -
searchCriteriaExactUserGroup -
Throws:
BwptkException

userBusyLampFieldModifyRequest

public static Response userBusyLampFieldModifyRequest(BroadWorksServer bws,
                                                      boolean readFromCache,
                                                      java.lang.String userId,
                                                      java.lang.String listURI,
                                                      java.lang.String monitoredUserIdList,
                                                      java.lang.String enableCallParkNotification)
                                               throws BwptkException
Request the system level data associated with the Busy Lamp Field service. The response is either a SystemBusyLampFieldGetResponse or an ErrorResponse.

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