com.e_c_group.bwptk.services
Class AttendantConsole

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

public class AttendantConsole
extends java.lang.Object


Constructor Summary
AttendantConsole()
           
 
Method Summary
static Response systemAttendantConsoleGetRequest(BroadWorksServer bws, boolean readFromCache)
          Request to get the list of Attendant Console parameters.
static Response systemAttendantConsoleModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String maxMonitoredUsers)
          Request to get the list of Attendant Console parameters.
static Response userAttendantConsoleAddUserListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String monitoredUserId)
          Request to get the list of Attendant Console parameters.
static Response userAttendantConsoleDeleteUserListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String monitoredUserId)
          Request to get the list of Attendant Console parameters.
static Response userAttendantConsoleGetAvailableUserListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String responseSizeLimit, java.lang.String searchCriteriaUserLastName, java.lang.String searchCriteriaUserFirstName, java.lang.String searchCriteriaExactUserDepartment)
          Request to get the list of Attendant Console parameters.
static Response userAttendantConsoleModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String launchOnLogin, java.lang.String allowUserConfigCallDetails, java.lang.String allowUserViewCallDetails, java.lang.String displayColumnList, java.lang.String monitoredUserIdList)
          Request to get the list of Attendant Console parameters.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttendantConsole

public AttendantConsole()
Method Detail

systemAttendantConsoleGetRequest

public static Response systemAttendantConsoleGetRequest(BroadWorksServer bws,
                                                        boolean readFromCache)
                                                 throws BwptkException
Request to get the list of Attendant Console parameters. The response is either SystemAttendantConsoleGetResponse or ErrorResponse.

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

systemAttendantConsoleModifyRequest

public static Response systemAttendantConsoleModifyRequest(BroadWorksServer bws,
                                                           boolean readFromCache,
                                                           java.lang.String maxMonitoredUsers)
                                                    throws BwptkException
Request to get the list of Attendant Console parameters. The response is either SystemAttendantConsoleGetResponse or ErrorResponse.

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

userAttendantConsoleAddUserListRequest

public static Response userAttendantConsoleAddUserListRequest(BroadWorksServer bws,
                                                              boolean readFromCache,
                                                              java.lang.String userId,
                                                              java.lang.String monitoredUserId)
                                                       throws BwptkException
Request to get the list of Attendant Console parameters. The response is either SystemAttendantConsoleGetResponse or ErrorResponse.

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

userAttendantConsoleDeleteUserListRequest

public static Response userAttendantConsoleDeleteUserListRequest(BroadWorksServer bws,
                                                                 boolean readFromCache,
                                                                 java.lang.String userId,
                                                                 java.lang.String monitoredUserId)
                                                          throws BwptkException
Request to get the list of Attendant Console parameters. The response is either SystemAttendantConsoleGetResponse or ErrorResponse.

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

userAttendantConsoleGetAvailableUserListRequest

public static Response userAttendantConsoleGetAvailableUserListRequest(BroadWorksServer bws,
                                                                       boolean readFromCache,
                                                                       java.lang.String userId,
                                                                       java.lang.String responseSizeLimit,
                                                                       java.lang.String searchCriteriaUserLastName,
                                                                       java.lang.String searchCriteriaUserFirstName,
                                                                       java.lang.String searchCriteriaExactUserDepartment)
                                                                throws BwptkException
Request to get the list of Attendant Console parameters. The response is either SystemAttendantConsoleGetResponse or ErrorResponse.

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

userAttendantConsoleModifyRequest

public static Response userAttendantConsoleModifyRequest(BroadWorksServer bws,
                                                         boolean readFromCache,
                                                         java.lang.String userId,
                                                         java.lang.String launchOnLogin,
                                                         java.lang.String allowUserConfigCallDetails,
                                                         java.lang.String allowUserViewCallDetails,
                                                         java.lang.String displayColumnList,
                                                         java.lang.String monitoredUserIdList)
                                                  throws BwptkException
Request to get the list of Attendant Console parameters. The response is either SystemAttendantConsoleGetResponse or ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
userId -
launchOnLogin -
allowUserConfigCallDetails -
allowUserViewCallDetails -
displayColumnList -
monitoredUserIdList -
Throws:
BwptkException