com.e_c_group.bwptk.services
Class VoicePortalCalling

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

public class VoicePortalCalling
extends java.lang.Object


Constructor Summary
VoicePortalCalling()
           
 
Method Summary
static Response userVoicePortalCallingGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Request the user level data associated with Voice Portal Calling.
static Response userVoicePortalCallingModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String isActive)
          Request the user level data associated with Voice Portal Calling.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VoicePortalCalling

public VoicePortalCalling()
Method Detail

userVoicePortalCallingGetRequest

public static Response userVoicePortalCallingGetRequest(BroadWorksServer bws,
                                                        boolean readFromCache,
                                                        java.lang.String userId)
                                                 throws BwptkException
Request the user level data associated with Voice Portal Calling. The response is either a UserVoicePortalCallingGetResponse or an ErrorResponse.

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

userVoicePortalCallingModifyRequest

public static Response userVoicePortalCallingModifyRequest(BroadWorksServer bws,
                                                           boolean readFromCache,
                                                           java.lang.String userId,
                                                           java.lang.String isActive)
                                                    throws BwptkException
Request the user level data associated with Voice Portal Calling. The response is either a UserVoicePortalCallingGetResponse or an ErrorResponse.

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