com.e_c_group.bwptk.services
Class AutoAttendant

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

public class AutoAttendant
extends java.lang.Object


Constructor Summary
AutoAttendant()
           
 
Method Summary
static Response groupAutoAttendantDeleteInstanceRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceUserId)
          Add a Auto Attendant instance to a group.
static Response groupAutoAttendantGetInstanceListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId, java.lang.String groupDepartmentName)
          Add a Auto Attendant instance to a group.
static Response groupAutoAttendantModifyActiveInstanceListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceActivation)
          Add a Auto Attendant instance to a group.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoAttendant

public AutoAttendant()
Method Detail

groupAutoAttendantDeleteInstanceRequest

public static Response groupAutoAttendantDeleteInstanceRequest(BroadWorksServer bws,
                                                               boolean readFromCache,
                                                               java.lang.String serviceUserId)
                                                        throws BwptkException
Add a Auto Attendant instance to a group. The domain is required in the serviceUserId. Only Group and Enterprise level schedules are accepted. The response is either SuccessResponse or ErrorResponse.

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

groupAutoAttendantGetInstanceListRequest

public static Response groupAutoAttendantGetInstanceListRequest(BroadWorksServer bws,
                                                                boolean readFromCache,
                                                                java.lang.String serviceProviderId,
                                                                java.lang.String groupId,
                                                                java.lang.String groupDepartmentName)
                                                         throws BwptkException
Add a Auto Attendant instance to a group. The domain is required in the serviceUserId. Only Group and Enterprise level schedules are accepted. The response is either SuccessResponse or ErrorResponse.

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

groupAutoAttendantModifyActiveInstanceListRequest

public static Response groupAutoAttendantModifyActiveInstanceListRequest(BroadWorksServer bws,
                                                                         boolean readFromCache,
                                                                         java.lang.String serviceActivation)
                                                                  throws BwptkException
Add a Auto Attendant instance to a group. The domain is required in the serviceUserId. Only Group and Enterprise level schedules are accepted. The response is either SuccessResponse or ErrorResponse.

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