com.e_c_group.bwptk.services
Class CallReturn

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

public class CallReturn
extends java.lang.Object


Constructor Summary
CallReturn()
           
 
Method Summary
static Response systemCallReturnGetRequest(BroadWorksServer bws, boolean readFromCache)
          Request the system level data associated with Call Return.
static Response systemCallReturnModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String twoLevelActivation, java.lang.String provideDate, java.lang.String lastUnansweredCallOnly, java.lang.String confirmationKey, java.lang.String allowRestrictedNumber, java.lang.String deleteNumberAfterAnsweredCallReturn)
          Request the system level data associated with Call Return.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallReturn

public CallReturn()
Method Detail

systemCallReturnGetRequest

public static Response systemCallReturnGetRequest(BroadWorksServer bws,
                                                  boolean readFromCache)
                                           throws BwptkException
Request the system level data associated with Call Return. The response is either a SystemCallReturnGetResponse or an ErrorResponse.

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

systemCallReturnModifyRequest

public static Response systemCallReturnModifyRequest(BroadWorksServer bws,
                                                     boolean readFromCache,
                                                     java.lang.String twoLevelActivation,
                                                     java.lang.String provideDate,
                                                     java.lang.String lastUnansweredCallOnly,
                                                     java.lang.String confirmationKey,
                                                     java.lang.String allowRestrictedNumber,
                                                     java.lang.String deleteNumberAfterAnsweredCallReturn)
                                              throws BwptkException
Request the system level data associated with Call Return. The response is either a SystemCallReturnGetResponse or an ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
twoLevelActivation -
provideDate -
lastUnansweredCallOnly -
confirmationKey -
allowRestrictedNumber -
deleteNumberAfterAnsweredCallReturn -
Throws:
BwptkException