com.e_c_group.bwptk.services
Class SpeedDial100

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

public class SpeedDial100
extends java.lang.Object


Constructor Summary
SpeedDial100()
           
 
Method Summary
static Response groupSpeedDial100ModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId, java.lang.String prefix)
          Get the speed dial 100 service settings for a group.
static Response systemSpeedDial100ModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String prefix)
          Get the speed dial 100 service settings for a group.
static Response userSpeedDial100AddListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String speedDialEntry)
          Get the speed dial 100 service settings for a group.
static Response userSpeedDial100DeleteListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String speedCode)
          Get the speed dial 100 service settings for a group.
static Response userSpeedDial100GetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String speedCode)
          Get the speed dial 100 service settings for a group.
static Response userSpeedDial100ModifyListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String speedDialEntry)
          Get the speed dial 100 service settings for a group.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpeedDial100

public SpeedDial100()
Method Detail

groupSpeedDial100ModifyRequest

public static Response groupSpeedDial100ModifyRequest(BroadWorksServer bws,
                                                      boolean readFromCache,
                                                      java.lang.String serviceProviderId,
                                                      java.lang.String groupId,
                                                      java.lang.String prefix)
                                               throws BwptkException
Get the speed dial 100 service settings for a group. The response is either a GroupSpeedDial100GetResponse17sp1 or an ErrorResponse.

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

systemSpeedDial100ModifyRequest

public static Response systemSpeedDial100ModifyRequest(BroadWorksServer bws,
                                                       boolean readFromCache,
                                                       java.lang.String prefix)
                                                throws BwptkException
Get the speed dial 100 service settings for a group. The response is either a GroupSpeedDial100GetResponse17sp1 or an ErrorResponse.

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

userSpeedDial100AddListRequest

public static Response userSpeedDial100AddListRequest(BroadWorksServer bws,
                                                      boolean readFromCache,
                                                      java.lang.String userId,
                                                      java.lang.String speedDialEntry)
                                               throws BwptkException
Get the speed dial 100 service settings for a group. The response is either a GroupSpeedDial100GetResponse17sp1 or an ErrorResponse.

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

userSpeedDial100DeleteListRequest

public static Response userSpeedDial100DeleteListRequest(BroadWorksServer bws,
                                                         boolean readFromCache,
                                                         java.lang.String userId,
                                                         java.lang.String speedCode)
                                                  throws BwptkException
Get the speed dial 100 service settings for a group. The response is either a GroupSpeedDial100GetResponse17sp1 or an ErrorResponse.

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

userSpeedDial100GetRequest

public static Response userSpeedDial100GetRequest(BroadWorksServer bws,
                                                  boolean readFromCache,
                                                  java.lang.String userId,
                                                  java.lang.String speedCode)
                                           throws BwptkException
Get the speed dial 100 service settings for a group. The response is either a GroupSpeedDial100GetResponse17sp1 or an ErrorResponse.

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

userSpeedDial100ModifyListRequest

public static Response userSpeedDial100ModifyListRequest(BroadWorksServer bws,
                                                         boolean readFromCache,
                                                         java.lang.String userId,
                                                         java.lang.String speedDialEntry)
                                                  throws BwptkException
Get the speed dial 100 service settings for a group. The response is either a GroupSpeedDial100GetResponse17sp1 or an ErrorResponse.

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