com.e_c_group.bwptk.services
Class LegacyAutomaticCallback

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

public class LegacyAutomaticCallback
extends java.lang.Object


Constructor Summary
LegacyAutomaticCallback()
           
 
Method Summary
static Response systemLegacyAutomaticCallbackGetLineTypeListRequest(BroadWorksServer bws, boolean readFromCache)
          Request the system's legacy automatic callback line type settings.
static Response systemLegacyAutomaticCallbackGetRequest(BroadWorksServer bws, boolean readFromCache)
          Request the system's legacy automatic callback line type settings.
static Response systemLegacyAutomaticCallbackModifyLineTypeRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String lineType, java.lang.String matchAction, java.lang.String noMatchAction)
          Request the system's legacy automatic callback line type settings.
static Response systemLegacyAutomaticCallbackModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String maxMonitorsPerOriginator, java.lang.String maxMonitorsPerTerminator, java.lang.String t2Minutes, java.lang.String t4Seconds, java.lang.String t5Seconds, java.lang.String t6Minutes, java.lang.String t7Minutes, java.lang.String t8Seconds, java.lang.String tRingSeconds, java.lang.String t10OMinutes, java.lang.String t10TMinutes)
          Request the system's legacy automatic callback line type settings.
static Response userLegacyAutomaticCallbackGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Request the system's legacy automatic callback line type settings.
static Response userLegacyAutomaticCallbackModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String isActive)
          Request the system's legacy automatic callback line type settings.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegacyAutomaticCallback

public LegacyAutomaticCallback()
Method Detail

systemLegacyAutomaticCallbackGetLineTypeListRequest

public static Response systemLegacyAutomaticCallbackGetLineTypeListRequest(BroadWorksServer bws,
                                                                           boolean readFromCache)
                                                                    throws BwptkException
Request the system's legacy automatic callback line type settings. The response is either a SystemLegacyAutomaticCallbackGetTypeLineListResponse or an ErrorResponse.

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

systemLegacyAutomaticCallbackGetRequest

public static Response systemLegacyAutomaticCallbackGetRequest(BroadWorksServer bws,
                                                               boolean readFromCache)
                                                        throws BwptkException
Request the system's legacy automatic callback line type settings. The response is either a SystemLegacyAutomaticCallbackGetTypeLineListResponse or an ErrorResponse.

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

systemLegacyAutomaticCallbackModifyLineTypeRequest

public static Response systemLegacyAutomaticCallbackModifyLineTypeRequest(BroadWorksServer bws,
                                                                          boolean readFromCache,
                                                                          java.lang.String lineType,
                                                                          java.lang.String matchAction,
                                                                          java.lang.String noMatchAction)
                                                                   throws BwptkException
Request the system's legacy automatic callback line type settings. The response is either a SystemLegacyAutomaticCallbackGetTypeLineListResponse or an ErrorResponse.

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

systemLegacyAutomaticCallbackModifyRequest

public static Response systemLegacyAutomaticCallbackModifyRequest(BroadWorksServer bws,
                                                                  boolean readFromCache,
                                                                  java.lang.String maxMonitorsPerOriginator,
                                                                  java.lang.String maxMonitorsPerTerminator,
                                                                  java.lang.String t2Minutes,
                                                                  java.lang.String t4Seconds,
                                                                  java.lang.String t5Seconds,
                                                                  java.lang.String t6Minutes,
                                                                  java.lang.String t7Minutes,
                                                                  java.lang.String t8Seconds,
                                                                  java.lang.String tRingSeconds,
                                                                  java.lang.String t10OMinutes,
                                                                  java.lang.String t10TMinutes)
                                                           throws BwptkException
Request the system's legacy automatic callback line type settings. The response is either a SystemLegacyAutomaticCallbackGetTypeLineListResponse or an ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
maxMonitorsPerOriginator -
maxMonitorsPerTerminator -
t2Minutes -
t4Seconds -
t5Seconds -
t6Minutes -
t7Minutes -
t8Seconds -
tRingSeconds -
t10OMinutes -
t10TMinutes -
Throws:
BwptkException

userLegacyAutomaticCallbackGetRequest

public static Response userLegacyAutomaticCallbackGetRequest(BroadWorksServer bws,
                                                             boolean readFromCache,
                                                             java.lang.String userId)
                                                      throws BwptkException
Request the system's legacy automatic callback line type settings. The response is either a SystemLegacyAutomaticCallbackGetTypeLineListResponse or an ErrorResponse.

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

userLegacyAutomaticCallbackModifyRequest

public static Response userLegacyAutomaticCallbackModifyRequest(BroadWorksServer bws,
                                                                boolean readFromCache,
                                                                java.lang.String userId,
                                                                java.lang.String isActive)
                                                         throws BwptkException
Request the system's legacy automatic callback line type settings. The response is either a SystemLegacyAutomaticCallbackGetTypeLineListResponse or an ErrorResponse.

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