com.e_c_group.bwptk.services
Class OutlookIntegration

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

public class OutlookIntegration
extends java.lang.Object


Constructor Summary
OutlookIntegration()
           
 
Method Summary
static Response userOutlookIntegrationGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Request the user level data associated with Outlook Integration.
static Response userOutlookIntegrationModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String isActive, java.lang.String contactRetrievalSelection)
          Request the user level data associated with Outlook Integration.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutlookIntegration

public OutlookIntegration()
Method Detail

userOutlookIntegrationGetRequest

public static Response userOutlookIntegrationGetRequest(BroadWorksServer bws,
                                                        boolean readFromCache,
                                                        java.lang.String userId)
                                                 throws BwptkException
Request the user level data associated with Outlook Integration. The response is either a UserOutlookIntegrationGetResponse or an ErrorResponse.

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

userOutlookIntegrationModifyRequest

public static Response userOutlookIntegrationModifyRequest(BroadWorksServer bws,
                                                           boolean readFromCache,
                                                           java.lang.String userId,
                                                           java.lang.String isActive,
                                                           java.lang.String contactRetrievalSelection)
                                                    throws BwptkException
Request the user level data associated with Outlook Integration. The response is either a UserOutlookIntegrationGetResponse or an ErrorResponse.

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