com.e_c_group.bwptk.services
Class CommPilotCallManager

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

public class CommPilotCallManager
extends java.lang.Object


Constructor Summary
CommPilotCallManager()
           
 
Method Summary
static Response groupCommPilotCallManagerGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId)
          Request the group level data associated with CommPilot Call Manager.
static Response groupCommPilotCallManagerModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId, java.lang.String groupDirectory)
          Request the group level data associated with CommPilot Call Manager.
static Response userCommPilotCallManagerGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Request the group level data associated with CommPilot Call Manager.
static Response userCommPilotCallManagerModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String launchOnLogin)
          Request the group level data associated with CommPilot Call Manager.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommPilotCallManager

public CommPilotCallManager()
Method Detail

groupCommPilotCallManagerGetRequest

public static Response groupCommPilotCallManagerGetRequest(BroadWorksServer bws,
                                                           boolean readFromCache,
                                                           java.lang.String serviceProviderId,
                                                           java.lang.String groupId)
                                                    throws BwptkException
Request the group level data associated with CommPilot Call Manager. The response is either a GroupCommPilotCallManagerGetResponse or an ErrorResponse.

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

groupCommPilotCallManagerModifyRequest

public static Response groupCommPilotCallManagerModifyRequest(BroadWorksServer bws,
                                                              boolean readFromCache,
                                                              java.lang.String serviceProviderId,
                                                              java.lang.String groupId,
                                                              java.lang.String groupDirectory)
                                                       throws BwptkException
Request the group level data associated with CommPilot Call Manager. The response is either a GroupCommPilotCallManagerGetResponse or an ErrorResponse.

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

userCommPilotCallManagerGetRequest

public static Response userCommPilotCallManagerGetRequest(BroadWorksServer bws,
                                                          boolean readFromCache,
                                                          java.lang.String userId)
                                                   throws BwptkException
Request the group level data associated with CommPilot Call Manager. The response is either a GroupCommPilotCallManagerGetResponse or an ErrorResponse.

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

userCommPilotCallManagerModifyRequest

public static Response userCommPilotCallManagerModifyRequest(BroadWorksServer bws,
                                                             boolean readFromCache,
                                                             java.lang.String userId,
                                                             java.lang.String launchOnLogin)
                                                      throws BwptkException
Request the group level data associated with CommPilot Call Manager. The response is either a GroupCommPilotCallManagerGetResponse or an ErrorResponse.

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