com.e_c_group.bwptk.services
Class CallMeNow

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

public class CallMeNow
extends java.lang.Object


Constructor Summary
CallMeNow()
           
 
Method Summary
static Response systemCallMeNowGetRequest(BroadWorksServer bws, boolean readFromCache)
          Request the system level data associated with Call Me Now service.
static Response systemCallMeNowModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String passcodeLength, java.lang.String passcodeTimeoutSeconds)
          Request the system level data associated with Call Me Now service.
static Response userCallMeNowAddCriteriaRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String criteriaName, java.lang.String timeSchedule, java.lang.String holidaySchedule, java.lang.String rejectCall, java.lang.String toDnCriteria)
          Request the system level data associated with Call Me Now service.
static Response userCallMeNowDeleteCriteriaRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String criteriaName)
          Request the system level data associated with Call Me Now service.
static Response userCallMeNowGetCriteriaRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String criteriaName)
          Request the system level data associated with Call Me Now service.
static Response userCallMeNowGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Request the system level data associated with Call Me Now service.
static Response userCallMeNowModifyCriteriaRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String criteriaName, java.lang.String newCriteriaName, java.lang.String timeSchedule, java.lang.String holidaySchedule, java.lang.String rejectCall, java.lang.String toDnCriteria)
          Request the system level data associated with Call Me Now service.
static Response userCallMeNowModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String isActive, java.lang.String answerConfirmation, java.lang.String criteriaActivation)
          Request the system level data associated with Call Me Now service.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallMeNow

public CallMeNow()
Method Detail

systemCallMeNowGetRequest

public static Response systemCallMeNowGetRequest(BroadWorksServer bws,
                                                 boolean readFromCache)
                                          throws BwptkException
Request the system level data associated with Call Me Now service. The response is either a SystemCallMeNowGetResponse or an ErrorResponse.

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

systemCallMeNowModifyRequest

public static Response systemCallMeNowModifyRequest(BroadWorksServer bws,
                                                    boolean readFromCache,
                                                    java.lang.String passcodeLength,
                                                    java.lang.String passcodeTimeoutSeconds)
                                             throws BwptkException
Request the system level data associated with Call Me Now service. The response is either a SystemCallMeNowGetResponse or an ErrorResponse.

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

userCallMeNowAddCriteriaRequest

public static Response userCallMeNowAddCriteriaRequest(BroadWorksServer bws,
                                                       boolean readFromCache,
                                                       java.lang.String userId,
                                                       java.lang.String criteriaName,
                                                       java.lang.String timeSchedule,
                                                       java.lang.String holidaySchedule,
                                                       java.lang.String rejectCall,
                                                       java.lang.String toDnCriteria)
                                                throws BwptkException
Request the system level data associated with Call Me Now service. The response is either a SystemCallMeNowGetResponse or an ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
userId -
criteriaName -
timeSchedule -
holidaySchedule -
rejectCall -
toDnCriteria -
Throws:
BwptkException

userCallMeNowDeleteCriteriaRequest

public static Response userCallMeNowDeleteCriteriaRequest(BroadWorksServer bws,
                                                          boolean readFromCache,
                                                          java.lang.String userId,
                                                          java.lang.String criteriaName)
                                                   throws BwptkException
Request the system level data associated with Call Me Now service. The response is either a SystemCallMeNowGetResponse or an ErrorResponse.

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

userCallMeNowGetCriteriaRequest

public static Response userCallMeNowGetCriteriaRequest(BroadWorksServer bws,
                                                       boolean readFromCache,
                                                       java.lang.String userId,
                                                       java.lang.String criteriaName)
                                                throws BwptkException
Request the system level data associated with Call Me Now service. The response is either a SystemCallMeNowGetResponse or an ErrorResponse.

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

userCallMeNowGetRequest

public static Response userCallMeNowGetRequest(BroadWorksServer bws,
                                               boolean readFromCache,
                                               java.lang.String userId)
                                        throws BwptkException
Request the system level data associated with Call Me Now service. The response is either a SystemCallMeNowGetResponse or an ErrorResponse.

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

userCallMeNowModifyCriteriaRequest

public static Response userCallMeNowModifyCriteriaRequest(BroadWorksServer bws,
                                                          boolean readFromCache,
                                                          java.lang.String userId,
                                                          java.lang.String criteriaName,
                                                          java.lang.String newCriteriaName,
                                                          java.lang.String timeSchedule,
                                                          java.lang.String holidaySchedule,
                                                          java.lang.String rejectCall,
                                                          java.lang.String toDnCriteria)
                                                   throws BwptkException
Request the system level data associated with Call Me Now service. The response is either a SystemCallMeNowGetResponse or an ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
userId -
criteriaName -
newCriteriaName -
timeSchedule -
holidaySchedule -
rejectCall -
toDnCriteria -
Throws:
BwptkException

userCallMeNowModifyRequest

public static Response userCallMeNowModifyRequest(BroadWorksServer bws,
                                                  boolean readFromCache,
                                                  java.lang.String userId,
                                                  java.lang.String isActive,
                                                  java.lang.String answerConfirmation,
                                                  java.lang.String criteriaActivation)
                                           throws BwptkException
Request the system level data associated with Call Me Now service. The response is either a SystemCallMeNowGetResponse or an ErrorResponse.

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