com.e_c_group.bwptk.services
Class CustomRingback

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

public class CustomRingback
extends java.lang.Object


Constructor Summary
CustomRingback()
           
 
Method Summary
static Response userCustomRingbackUserDeleteCriteriaRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String criteriaName)
          Get the group's custom ring back service settings.
static Response userCustomRingbackUserGetCriteriaListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Get the group's custom ring back service settings.
static Response userCustomRingbackUserModifyActiveCriteriaListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String criteriaActivation)
          Get the group's custom ring back service settings.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomRingback

public CustomRingback()
Method Detail

userCustomRingbackUserDeleteCriteriaRequest

public static Response userCustomRingbackUserDeleteCriteriaRequest(BroadWorksServer bws,
                                                                   boolean readFromCache,
                                                                   java.lang.String userId,
                                                                   java.lang.String criteriaName)
                                                            throws BwptkException
Get the group's custom ring back service settings. The response is either a GroupCustomRingbackGroupGetResponse16 or an ErrorResponse.

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

userCustomRingbackUserGetCriteriaListRequest

public static Response userCustomRingbackUserGetCriteriaListRequest(BroadWorksServer bws,
                                                                    boolean readFromCache,
                                                                    java.lang.String userId)
                                                             throws BwptkException
Get the group's custom ring back service settings. The response is either a GroupCustomRingbackGroupGetResponse16 or an ErrorResponse.

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

userCustomRingbackUserModifyActiveCriteriaListRequest

public static Response userCustomRingbackUserModifyActiveCriteriaListRequest(BroadWorksServer bws,
                                                                             boolean readFromCache,
                                                                             java.lang.String userId,
                                                                             java.lang.String criteriaActivation)
                                                                      throws BwptkException
Get the group's custom ring back service settings. The response is either a GroupCustomRingbackGroupGetResponse16 or an ErrorResponse.

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