com.e_c_group.bwptk.services
Class AutomaticHoldRetrieve

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

public class AutomaticHoldRetrieve
extends java.lang.Object


Constructor Summary
AutomaticHoldRetrieve()
           
 
Method Summary
static Response userAutomaticHoldRetrieveGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Request the user level data associated with Automatic Hold/Retrieve.
static Response userAutomaticHoldRetrieveModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String isActive, java.lang.String recallTimerSeconds)
          Request the user level data associated with Automatic Hold/Retrieve.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutomaticHoldRetrieve

public AutomaticHoldRetrieve()
Method Detail

userAutomaticHoldRetrieveGetRequest

public static Response userAutomaticHoldRetrieveGetRequest(BroadWorksServer bws,
                                                           boolean readFromCache,
                                                           java.lang.String userId)
                                                    throws BwptkException
Request the user level data associated with Automatic Hold/Retrieve. The response is either a UserAutomaticHoldRetrieveGetResponse or an ErrorResponse.

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

userAutomaticHoldRetrieveModifyRequest

public static Response userAutomaticHoldRetrieveModifyRequest(BroadWorksServer bws,
                                                              boolean readFromCache,
                                                              java.lang.String userId,
                                                              java.lang.String isActive,
                                                              java.lang.String recallTimerSeconds)
                                                       throws BwptkException
Request the user level data associated with Automatic Hold/Retrieve. The response is either a UserAutomaticHoldRetrieveGetResponse or an ErrorResponse.

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