com.e_c_group.bwptk.services
Class CallingNameRetrieval

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

public class CallingNameRetrieval
extends java.lang.Object


Constructor Summary
CallingNameRetrieval()
           
 
Method Summary
static Response userCallingNameRetrievalGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Request the system's calling name retrieval attributes.
static Response userCallingNameRetrievalModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String isActive)
          Request the system's calling name retrieval attributes.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallingNameRetrieval

public CallingNameRetrieval()
Method Detail

userCallingNameRetrievalGetRequest

public static Response userCallingNameRetrievalGetRequest(BroadWorksServer bws,
                                                          boolean readFromCache,
                                                          java.lang.String userId)
                                                   throws BwptkException
Request the system's calling name retrieval attributes. The response is either a SystemCallingNameRetrievalGetResponse17sp4 or an ErrorResponse.

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

userCallingNameRetrievalModifyRequest

public static Response userCallingNameRetrievalModifyRequest(BroadWorksServer bws,
                                                             boolean readFromCache,
                                                             java.lang.String userId,
                                                             java.lang.String isActive)
                                                      throws BwptkException
Request the system's calling name retrieval attributes. The response is either a SystemCallingNameRetrievalGetResponse17sp4 or an ErrorResponse.

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