com.e_c_group.bwptk.services
Class PolycomPhoneServices

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

public class PolycomPhoneServices
extends java.lang.Object


Constructor Summary
PolycomPhoneServices()
           
 
Method Summary
static Response groupPolycomPhoneServicesGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId)
          Request the group's Polycom Phone Services attributes.
static Response groupPolycomPhoneServicesModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId, java.lang.String includeGroupCommonPhoneListInDirectory, java.lang.String includeGroupCustomContactDirectoryInDirectory, java.lang.String groupCustomContactDirectory)
          Request the group's Polycom Phone Services attributes.
static Response userPolycomPhoneServicesGetPrimaryEndpointListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Request the group's Polycom Phone Services attributes.
static Response userPolycomPhoneServicesGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String accessDevice)
          Request the group's Polycom Phone Services attributes.
static Response userPolycomPhoneServicesModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String accessDevice, java.lang.String integratePhoneDirectoryWithBroadWorks, java.lang.String includeUserPersonalPhoneListInDirectory, java.lang.String includeGroupCustomContactDirectoryInDirectory, java.lang.String groupCustomContactDirectory)
          Request the group's Polycom Phone Services attributes.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolycomPhoneServices

public PolycomPhoneServices()
Method Detail

groupPolycomPhoneServicesGetRequest

public static Response groupPolycomPhoneServicesGetRequest(BroadWorksServer bws,
                                                           boolean readFromCache,
                                                           java.lang.String serviceProviderId,
                                                           java.lang.String groupId)
                                                    throws BwptkException
Request the group's Polycom Phone Services attributes. The response is either a GroupPolycomPhoneServicesGetResponse or an ErrorResponse.

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

groupPolycomPhoneServicesModifyRequest

public static Response groupPolycomPhoneServicesModifyRequest(BroadWorksServer bws,
                                                              boolean readFromCache,
                                                              java.lang.String serviceProviderId,
                                                              java.lang.String groupId,
                                                              java.lang.String includeGroupCommonPhoneListInDirectory,
                                                              java.lang.String includeGroupCustomContactDirectoryInDirectory,
                                                              java.lang.String groupCustomContactDirectory)
                                                       throws BwptkException
Request the group's Polycom Phone Services attributes. The response is either a GroupPolycomPhoneServicesGetResponse or an ErrorResponse.

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

userPolycomPhoneServicesGetRequest

public static Response userPolycomPhoneServicesGetRequest(BroadWorksServer bws,
                                                          boolean readFromCache,
                                                          java.lang.String userId,
                                                          java.lang.String accessDevice)
                                                   throws BwptkException
Request the group's Polycom Phone Services attributes. The response is either a GroupPolycomPhoneServicesGetResponse or an ErrorResponse.

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

userPolycomPhoneServicesModifyRequest

public static Response userPolycomPhoneServicesModifyRequest(BroadWorksServer bws,
                                                             boolean readFromCache,
                                                             java.lang.String userId,
                                                             java.lang.String accessDevice,
                                                             java.lang.String integratePhoneDirectoryWithBroadWorks,
                                                             java.lang.String includeUserPersonalPhoneListInDirectory,
                                                             java.lang.String includeGroupCustomContactDirectoryInDirectory,
                                                             java.lang.String groupCustomContactDirectory)
                                                      throws BwptkException
Request the group's Polycom Phone Services attributes. The response is either a GroupPolycomPhoneServicesGetResponse or an ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
userId -
accessDevice -
integratePhoneDirectoryWithBroadWorks -
includeUserPersonalPhoneListInDirectory -
includeGroupCustomContactDirectoryInDirectory -
groupCustomContactDirectory -
Throws:
BwptkException

userPolycomPhoneServicesGetPrimaryEndpointListRequest

public static Response userPolycomPhoneServicesGetPrimaryEndpointListRequest(BroadWorksServer bws,
                                                                             boolean readFromCache,
                                                                             java.lang.String userId)
                                                                      throws BwptkException
Request the group's Polycom Phone Services attributes. The response is either a GroupPolycomPhoneServicesGetResponse or an ErrorResponse.

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