com.e_c_group.bwptk.services
Class AutomaticCallback

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

public class AutomaticCallback
extends java.lang.Object


Constructor Summary
AutomaticCallback()
           
 
Method Summary
static Response systemAutomaticCallbackAddReleaseCauseListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String releaseCause)
          Request the system's automatic callback attributes.
static Response systemAutomaticCallbackDeleteReleaseCauseListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String releaseCause)
          Request the system's automatic callback attributes.
static Response systemAutomaticCallbackGetReleaseCauseListRequest(BroadWorksServer bws, boolean readFromCache)
          Request the system's automatic callback attributes.
static Response userAutomaticCallbackGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Request the system's automatic callback attributes.
static Response userAutomaticCallbackModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String isActive)
          Request the system's automatic callback attributes.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutomaticCallback

public AutomaticCallback()
Method Detail

systemAutomaticCallbackGetReleaseCauseListRequest

public static Response systemAutomaticCallbackGetReleaseCauseListRequest(BroadWorksServer bws,
                                                                         boolean readFromCache)
                                                                  throws BwptkException
Request the system's automatic callback attributes. The response is either a SystemAutomaticCallbackGetResponse17 or an ErrorResponse.

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

systemAutomaticCallbackAddReleaseCauseListRequest

public static Response systemAutomaticCallbackAddReleaseCauseListRequest(BroadWorksServer bws,
                                                                         boolean readFromCache,
                                                                         java.lang.String releaseCause)
                                                                  throws BwptkException
Request the system's automatic callback attributes. The response is either a SystemAutomaticCallbackGetResponse17 or an ErrorResponse.

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

systemAutomaticCallbackDeleteReleaseCauseListRequest

public static Response systemAutomaticCallbackDeleteReleaseCauseListRequest(BroadWorksServer bws,
                                                                            boolean readFromCache,
                                                                            java.lang.String releaseCause)
                                                                     throws BwptkException
Request the system's automatic callback attributes. The response is either a SystemAutomaticCallbackGetResponse17 or an ErrorResponse.

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

userAutomaticCallbackGetRequest

public static Response userAutomaticCallbackGetRequest(BroadWorksServer bws,
                                                       boolean readFromCache,
                                                       java.lang.String userId)
                                                throws BwptkException
Request the system's automatic callback attributes. The response is either a SystemAutomaticCallbackGetResponse17 or an ErrorResponse.

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

userAutomaticCallbackModifyRequest

public static Response userAutomaticCallbackModifyRequest(BroadWorksServer bws,
                                                          boolean readFromCache,
                                                          java.lang.String userId,
                                                          java.lang.String isActive)
                                                   throws BwptkException
Request the system's automatic callback attributes. The response is either a SystemAutomaticCallbackGetResponse17 or an ErrorResponse.

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