com.e_c_group.bwptk.services
Class Privacy

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

public class Privacy
extends java.lang.Object


Constructor Summary
Privacy()
           
 
Method Summary
static Response groupServiceInstancePrivacyModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceUserId, java.lang.String enableDirectoryPrivacy, java.lang.String enableAutoAttendantExtensionDialingPrivacy, java.lang.String enableAutoAttendantNameDialingPrivacy)
          Request the data associated with Privacy for a service instance.
static Response userPrivacyGetAvailableMonitorsUserListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String responseSizeLimit, java.lang.String searchCriteriaUserLastName, java.lang.String searchCriteriaUserFirstName, java.lang.String searchCriteriaExactUserDepartment, java.lang.String searchCriteriaExactUserGroup)
          Request the data associated with Privacy for a service instance.
static Response userPrivacyModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String enableDirectoryPrivacy, java.lang.String enableAutoAttendantExtensionDialingPrivacy, java.lang.String enableAutoAttendantNameDialingPrivacy, java.lang.String enablePhoneStatusPrivacy, java.lang.String permittedMonitorUserIdList)
          Request the data associated with Privacy for a service instance.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Privacy

public Privacy()
Method Detail

groupServiceInstancePrivacyModifyRequest

public static Response groupServiceInstancePrivacyModifyRequest(BroadWorksServer bws,
                                                                boolean readFromCache,
                                                                java.lang.String serviceUserId,
                                                                java.lang.String enableDirectoryPrivacy,
                                                                java.lang.String enableAutoAttendantExtensionDialingPrivacy,
                                                                java.lang.String enableAutoAttendantNameDialingPrivacy)
                                                         throws BwptkException
Request the data associated with Privacy for a service instance. The response is either a GroupServiceInstancePrivacyGetResponse17sp4 or an ErrorResponse.

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

userPrivacyGetAvailableMonitorsUserListRequest

public static Response userPrivacyGetAvailableMonitorsUserListRequest(BroadWorksServer bws,
                                                                      boolean readFromCache,
                                                                      java.lang.String userId,
                                                                      java.lang.String responseSizeLimit,
                                                                      java.lang.String searchCriteriaUserLastName,
                                                                      java.lang.String searchCriteriaUserFirstName,
                                                                      java.lang.String searchCriteriaExactUserDepartment,
                                                                      java.lang.String searchCriteriaExactUserGroup)
                                                               throws BwptkException
Request the data associated with Privacy for a service instance. The response is either a GroupServiceInstancePrivacyGetResponse17sp4 or an ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
userId -
responseSizeLimit -
searchCriteriaUserLastName -
searchCriteriaUserFirstName -
searchCriteriaExactUserDepartment -
searchCriteriaExactUserGroup -
Throws:
BwptkException

userPrivacyModifyRequest

public static Response userPrivacyModifyRequest(BroadWorksServer bws,
                                                boolean readFromCache,
                                                java.lang.String userId,
                                                java.lang.String enableDirectoryPrivacy,
                                                java.lang.String enableAutoAttendantExtensionDialingPrivacy,
                                                java.lang.String enableAutoAttendantNameDialingPrivacy,
                                                java.lang.String enablePhoneStatusPrivacy,
                                                java.lang.String permittedMonitorUserIdList)
                                         throws BwptkException
Request the data associated with Privacy for a service instance. The response is either a GroupServiceInstancePrivacyGetResponse17sp4 or an ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
userId -
enableDirectoryPrivacy -
enableAutoAttendantExtensionDialingPrivacy -
enableAutoAttendantNameDialingPrivacy -
enablePhoneStatusPrivacy -
permittedMonitorUserIdList -
Throws:
BwptkException