com.e_c_group.bwptk.services
Class VirtualOnNetEnterpriseExtensions

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

public class VirtualOnNetEnterpriseExtensions
extends java.lang.Object


Constructor Summary
VirtualOnNetEnterpriseExtensions()
           
 
Method Summary
static Response enterpriseVirtualOnNetEnterpriseExtensionsGetUserListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String responseSizeLimit, java.lang.String searchCriteriaUserLastName, java.lang.String searchCriteriaUserFirstName, java.lang.String searchCriteriaDn, java.lang.String searchCriteriaGroupLocationCode, java.lang.String searchCriteriaExtension, java.lang.String searchCriteriaExactVirtualOnNetCallTypeName)
          Request the list of Virtual On-Net users in an Enterprise.
static Response groupVirtualOnNetEnterpriseExtensionsAddUserRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId, java.lang.String virtualOnNetUser, java.lang.String virtualOnNetUserRange)
          Request the list of Virtual On-Net users in an Enterprise.
static Response groupVirtualOnNetEnterpriseExtensionsDeleteUserRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId, java.lang.String phoneNumber)
          Request the list of Virtual On-Net users in an Enterprise.
static Response groupVirtualOnNetEnterpriseExtensionsGetUserListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId, java.lang.String responseSizeLimit, java.lang.String searchCriteriaUserLastName, java.lang.String searchCriteriaUserFirstName, java.lang.String searchCriteriaDn, java.lang.String searchCriteriaExtension, java.lang.String searchCriteriaExactVirtualOnNetCallTypeName)
          Request the list of Virtual On-Net users in an Enterprise.
static Response groupVirtualOnNetEnterpriseExtensionsGetUserRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId, java.lang.String phoneNumber)
          Request the list of Virtual On-Net users in an Enterprise.
static Response groupVirtualOnNetEnterpriseExtensionsModifyUserRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId, java.lang.String phoneNumber, java.lang.String extension, java.lang.String firstName, java.lang.String lastName, java.lang.String callingLineIdFirstName, java.lang.String callingLineIdLastName, java.lang.String virtualOnNetCallTypeName)
          Request the list of Virtual On-Net users in an Enterprise.
static Response systemVirtualOnNetCallTypeAddRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String virtualOnNetCallTypeName, java.lang.String virtualOnNetCallTypeCdrValue)
          Request the list of Virtual On-Net users in an Enterprise.
static Response systemVirtualOnNetCallTypeDeleteRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String virtualOnNetCallTypeName)
          Request the list of Virtual On-Net users in an Enterprise.
static Response systemVirtualOnNetCallTypeGetListRequest(BroadWorksServer bws, boolean readFromCache)
          Request the list of Virtual On-Net users in an Enterprise.
static Response systemVirtualOnNetCallTypeModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String virtualOnNetCallTypeName, java.lang.String virtualOnNetCallTypeCdrValue)
          Request the list of Virtual On-Net users in an Enterprise.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualOnNetEnterpriseExtensions

public VirtualOnNetEnterpriseExtensions()
Method Detail

enterpriseVirtualOnNetEnterpriseExtensionsGetUserListRequest

public static Response enterpriseVirtualOnNetEnterpriseExtensionsGetUserListRequest(BroadWorksServer bws,
                                                                                    boolean readFromCache,
                                                                                    java.lang.String serviceProviderId,
                                                                                    java.lang.String responseSizeLimit,
                                                                                    java.lang.String searchCriteriaUserLastName,
                                                                                    java.lang.String searchCriteriaUserFirstName,
                                                                                    java.lang.String searchCriteriaDn,
                                                                                    java.lang.String searchCriteriaGroupLocationCode,
                                                                                    java.lang.String searchCriteriaExtension,
                                                                                    java.lang.String searchCriteriaExactVirtualOnNetCallTypeName)
                                                                             throws BwptkException
Request the list of Virtual On-Net users in an Enterprise. It is possible to search by various criteria to restrict the number of rows returned. Multiple search criteria are logically ANDed together. The response is either a EnterpriseVirtualOnNetEnterpriseExtensionsGetUserListResponse or an ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
serviceProviderId -
responseSizeLimit -
searchCriteriaUserLastName -
searchCriteriaUserFirstName -
searchCriteriaDn -
searchCriteriaGroupLocationCode -
searchCriteriaExtension -
searchCriteriaExactVirtualOnNetCallTypeName -
Throws:
BwptkException

groupVirtualOnNetEnterpriseExtensionsAddUserRequest

public static Response groupVirtualOnNetEnterpriseExtensionsAddUserRequest(BroadWorksServer bws,
                                                                           boolean readFromCache,
                                                                           java.lang.String serviceProviderId,
                                                                           java.lang.String groupId,
                                                                           java.lang.String virtualOnNetUser,
                                                                           java.lang.String virtualOnNetUserRange)
                                                                    throws BwptkException
Request the list of Virtual On-Net users in an Enterprise. It is possible to search by various criteria to restrict the number of rows returned. Multiple search criteria are logically ANDed together. The response is either a EnterpriseVirtualOnNetEnterpriseExtensionsGetUserListResponse or an ErrorResponse.

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

groupVirtualOnNetEnterpriseExtensionsDeleteUserRequest

public static Response groupVirtualOnNetEnterpriseExtensionsDeleteUserRequest(BroadWorksServer bws,
                                                                              boolean readFromCache,
                                                                              java.lang.String serviceProviderId,
                                                                              java.lang.String groupId,
                                                                              java.lang.String phoneNumber)
                                                                       throws BwptkException
Request the list of Virtual On-Net users in an Enterprise. It is possible to search by various criteria to restrict the number of rows returned. Multiple search criteria are logically ANDed together. The response is either a EnterpriseVirtualOnNetEnterpriseExtensionsGetUserListResponse or an ErrorResponse.

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

groupVirtualOnNetEnterpriseExtensionsGetUserListRequest

public static Response groupVirtualOnNetEnterpriseExtensionsGetUserListRequest(BroadWorksServer bws,
                                                                               boolean readFromCache,
                                                                               java.lang.String serviceProviderId,
                                                                               java.lang.String groupId,
                                                                               java.lang.String responseSizeLimit,
                                                                               java.lang.String searchCriteriaUserLastName,
                                                                               java.lang.String searchCriteriaUserFirstName,
                                                                               java.lang.String searchCriteriaDn,
                                                                               java.lang.String searchCriteriaExtension,
                                                                               java.lang.String searchCriteriaExactVirtualOnNetCallTypeName)
                                                                        throws BwptkException
Request the list of Virtual On-Net users in an Enterprise. It is possible to search by various criteria to restrict the number of rows returned. Multiple search criteria are logically ANDed together. The response is either a EnterpriseVirtualOnNetEnterpriseExtensionsGetUserListResponse or an ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
serviceProviderId -
groupId -
responseSizeLimit -
searchCriteriaUserLastName -
searchCriteriaUserFirstName -
searchCriteriaDn -
searchCriteriaExtension -
searchCriteriaExactVirtualOnNetCallTypeName -
Throws:
BwptkException

groupVirtualOnNetEnterpriseExtensionsGetUserRequest

public static Response groupVirtualOnNetEnterpriseExtensionsGetUserRequest(BroadWorksServer bws,
                                                                           boolean readFromCache,
                                                                           java.lang.String serviceProviderId,
                                                                           java.lang.String groupId,
                                                                           java.lang.String phoneNumber)
                                                                    throws BwptkException
Request the list of Virtual On-Net users in an Enterprise. It is possible to search by various criteria to restrict the number of rows returned. Multiple search criteria are logically ANDed together. The response is either a EnterpriseVirtualOnNetEnterpriseExtensionsGetUserListResponse or an ErrorResponse.

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

groupVirtualOnNetEnterpriseExtensionsModifyUserRequest

public static Response groupVirtualOnNetEnterpriseExtensionsModifyUserRequest(BroadWorksServer bws,
                                                                              boolean readFromCache,
                                                                              java.lang.String serviceProviderId,
                                                                              java.lang.String groupId,
                                                                              java.lang.String phoneNumber,
                                                                              java.lang.String extension,
                                                                              java.lang.String firstName,
                                                                              java.lang.String lastName,
                                                                              java.lang.String callingLineIdFirstName,
                                                                              java.lang.String callingLineIdLastName,
                                                                              java.lang.String virtualOnNetCallTypeName)
                                                                       throws BwptkException
Request the list of Virtual On-Net users in an Enterprise. It is possible to search by various criteria to restrict the number of rows returned. Multiple search criteria are logically ANDed together. The response is either a EnterpriseVirtualOnNetEnterpriseExtensionsGetUserListResponse or an ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
serviceProviderId -
groupId -
phoneNumber -
extension -
firstName -
lastName -
callingLineIdFirstName -
callingLineIdLastName -
virtualOnNetCallTypeName -
Throws:
BwptkException

systemVirtualOnNetCallTypeAddRequest

public static Response systemVirtualOnNetCallTypeAddRequest(BroadWorksServer bws,
                                                            boolean readFromCache,
                                                            java.lang.String virtualOnNetCallTypeName,
                                                            java.lang.String virtualOnNetCallTypeCdrValue)
                                                     throws BwptkException
Request the list of Virtual On-Net users in an Enterprise. It is possible to search by various criteria to restrict the number of rows returned. Multiple search criteria are logically ANDed together. The response is either a EnterpriseVirtualOnNetEnterpriseExtensionsGetUserListResponse or an ErrorResponse.

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

systemVirtualOnNetCallTypeDeleteRequest

public static Response systemVirtualOnNetCallTypeDeleteRequest(BroadWorksServer bws,
                                                               boolean readFromCache,
                                                               java.lang.String virtualOnNetCallTypeName)
                                                        throws BwptkException
Request the list of Virtual On-Net users in an Enterprise. It is possible to search by various criteria to restrict the number of rows returned. Multiple search criteria are logically ANDed together. The response is either a EnterpriseVirtualOnNetEnterpriseExtensionsGetUserListResponse or an ErrorResponse.

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

systemVirtualOnNetCallTypeGetListRequest

public static Response systemVirtualOnNetCallTypeGetListRequest(BroadWorksServer bws,
                                                                boolean readFromCache)
                                                         throws BwptkException
Request the list of Virtual On-Net users in an Enterprise. It is possible to search by various criteria to restrict the number of rows returned. Multiple search criteria are logically ANDed together. The response is either a EnterpriseVirtualOnNetEnterpriseExtensionsGetUserListResponse or an ErrorResponse.

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

systemVirtualOnNetCallTypeModifyRequest

public static Response systemVirtualOnNetCallTypeModifyRequest(BroadWorksServer bws,
                                                               boolean readFromCache,
                                                               java.lang.String virtualOnNetCallTypeName,
                                                               java.lang.String virtualOnNetCallTypeCdrValue)
                                                        throws BwptkException
Request the list of Virtual On-Net users in an Enterprise. It is possible to search by various criteria to restrict the number of rows returned. Multiple search criteria are logically ANDed together. The response is either a EnterpriseVirtualOnNetEnterpriseExtensionsGetUserListResponse or an ErrorResponse.

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