com.e_c_group.bwptk.services
Class Privacy
java.lang.Object
  
com.e_c_group.bwptk.services.Privacy
public class Privacy
- extends java.lang.Object
 
 
| 
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 | 
 
Privacy
public Privacy()
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 ServerreadFromCache - Whether to pull the request from bwptk cacheserviceUserId - 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 ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - 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 ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - enableDirectoryPrivacy - enableAutoAttendantExtensionDialingPrivacy - enableAutoAttendantNameDialingPrivacy - enablePhoneStatusPrivacy - permittedMonitorUserIdList - 
- Throws:
 BwptkException