com.e_c_group.bwptk.services
Class CallingNameRetrieval
java.lang.Object
  
com.e_c_group.bwptk.services.CallingNameRetrieval
public class CallingNameRetrieval
- extends java.lang.Object
 
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CallingNameRetrieval
public CallingNameRetrieval()
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 ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - 
- 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 ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - isActive - 
- Throws:
 BwptkException