com.e_c_group.bwptk.services
Class ThirdPartyVoiceMailSupport

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

public class ThirdPartyVoiceMailSupport
extends java.lang.Object


Constructor Summary
ThirdPartyVoiceMailSupport()
           
 
Method Summary
static Response groupThirdPartyVoiceMailSupportGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId)
          Request the user level data associated with Third-Party Voice Mail Support.
static Response groupThirdPartyVoiceMailSupportModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId, java.lang.String isActive, java.lang.String groupServer)
          Request the user level data associated with Third-Party Voice Mail Support.
static Response systemThirdPartyVoiceMailSupportGetRequest(BroadWorksServer bws, boolean readFromCache)
          Request the user level data associated with Third-Party Voice Mail Support.
static Response systemThirdPartyVoiceMailSupportModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String overrideAltCallerIdForVMRetrieval)
          Request the user level data associated with Third-Party Voice Mail Support.
static Response userThirdPartyVoiceMailSupportModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String isActive, java.lang.String busyRedirectToVoiceMail, java.lang.String noAnswerRedirectToVoiceMail, java.lang.String serverSelection, java.lang.String userServer, java.lang.String mailboxIdType, java.lang.String mailboxURL, java.lang.String noAnswerNumberOfRings, java.lang.String alwaysRedirectToVoiceMail, java.lang.String outOfPrimaryZoneRedirectToVoiceMail)
          Request the user level data associated with Third-Party Voice Mail Support.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThirdPartyVoiceMailSupport

public ThirdPartyVoiceMailSupport()
Method Detail

userThirdPartyVoiceMailSupportModifyRequest

public static Response userThirdPartyVoiceMailSupportModifyRequest(BroadWorksServer bws,
                                                                   boolean readFromCache,
                                                                   java.lang.String userId,
                                                                   java.lang.String isActive,
                                                                   java.lang.String busyRedirectToVoiceMail,
                                                                   java.lang.String noAnswerRedirectToVoiceMail,
                                                                   java.lang.String serverSelection,
                                                                   java.lang.String userServer,
                                                                   java.lang.String mailboxIdType,
                                                                   java.lang.String mailboxURL,
                                                                   java.lang.String noAnswerNumberOfRings,
                                                                   java.lang.String alwaysRedirectToVoiceMail,
                                                                   java.lang.String outOfPrimaryZoneRedirectToVoiceMail)
                                                            throws BwptkException
Request the user level data associated with Third-Party Voice Mail Support. The response is either a UserThirdPartyVoiceMailSupportGetResponse17 or an ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
userId -
isActive -
busyRedirectToVoiceMail -
noAnswerRedirectToVoiceMail -
serverSelection -
userServer -
mailboxIdType -
mailboxURL -
noAnswerNumberOfRings -
alwaysRedirectToVoiceMail -
outOfPrimaryZoneRedirectToVoiceMail -
Throws:
BwptkException

groupThirdPartyVoiceMailSupportGetRequest

public static Response groupThirdPartyVoiceMailSupportGetRequest(BroadWorksServer bws,
                                                                 boolean readFromCache,
                                                                 java.lang.String serviceProviderId,
                                                                 java.lang.String groupId)
                                                          throws BwptkException
Request the user level data associated with Third-Party Voice Mail Support. The response is either a UserThirdPartyVoiceMailSupportGetResponse17 or an ErrorResponse.

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

groupThirdPartyVoiceMailSupportModifyRequest

public static Response groupThirdPartyVoiceMailSupportModifyRequest(BroadWorksServer bws,
                                                                    boolean readFromCache,
                                                                    java.lang.String serviceProviderId,
                                                                    java.lang.String groupId,
                                                                    java.lang.String isActive,
                                                                    java.lang.String groupServer)
                                                             throws BwptkException
Request the user level data associated with Third-Party Voice Mail Support. The response is either a UserThirdPartyVoiceMailSupportGetResponse17 or an ErrorResponse.

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

systemThirdPartyVoiceMailSupportGetRequest

public static Response systemThirdPartyVoiceMailSupportGetRequest(BroadWorksServer bws,
                                                                  boolean readFromCache)
                                                           throws BwptkException
Request the user level data associated with Third-Party Voice Mail Support. The response is either a UserThirdPartyVoiceMailSupportGetResponse17 or an ErrorResponse.

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

systemThirdPartyVoiceMailSupportModifyRequest

public static Response systemThirdPartyVoiceMailSupportModifyRequest(BroadWorksServer bws,
                                                                     boolean readFromCache,
                                                                     java.lang.String overrideAltCallerIdForVMRetrieval)
                                                              throws BwptkException
Request the user level data associated with Third-Party Voice Mail Support. The response is either a UserThirdPartyVoiceMailSupportGetResponse17 or an ErrorResponse.

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