com.e_c_group.bwptk.services
Class SpeedDial8

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

public class SpeedDial8
extends java.lang.Object


Constructor Summary
SpeedDial8()
           
 
Method Summary
static Response userSpeedDial8GetListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Get the speed dial 8 settings for a user.
static Response userSpeedDial8ModifyListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String speedDialEntry)
          Get the speed dial 8 settings for a user.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpeedDial8

public SpeedDial8()
Method Detail

userSpeedDial8GetListRequest

public static Response userSpeedDial8GetListRequest(BroadWorksServer bws,
                                                    boolean readFromCache,
                                                    java.lang.String userId)
                                             throws BwptkException
Get the speed dial 8 settings for a user. The response is either a UserSpeedDial8GetListResponse or an ErrorResponse.

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

userSpeedDial8ModifyListRequest

public static Response userSpeedDial8ModifyListRequest(BroadWorksServer bws,
                                                       boolean readFromCache,
                                                       java.lang.String userId,
                                                       java.lang.String speedDialEntry)
                                                throws BwptkException
Get the speed dial 8 settings for a user. The response is either a UserSpeedDial8GetListResponse or an ErrorResponse.

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