com.e_c_group.bwptk.services
Class INIntegration

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

public class INIntegration
extends java.lang.Object


Constructor Summary
INIntegration()
           
 
Method Summary
static Response userINIntegrationGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Request to get the user level IN Integration service attributes Response is either UserINIntegrationGetResponse or ErrorResponse
static Response userINIntegrationModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String originatingServiceKey, java.lang.String terminatingServiceKey)
          Request to get the user level IN Integration service attributes Response is either UserINIntegrationGetResponse or ErrorResponse
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

INIntegration

public INIntegration()
Method Detail

userINIntegrationGetRequest

public static Response userINIntegrationGetRequest(BroadWorksServer bws,
                                                   boolean readFromCache,
                                                   java.lang.String userId)
                                            throws BwptkException
Request to get the user level IN Integration service attributes Response is either UserINIntegrationGetResponse or ErrorResponse

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

userINIntegrationModifyRequest

public static Response userINIntegrationModifyRequest(BroadWorksServer bws,
                                                      boolean readFromCache,
                                                      java.lang.String userId,
                                                      java.lang.String originatingServiceKey,
                                                      java.lang.String terminatingServiceKey)
                                               throws BwptkException
Request to get the user level IN Integration service attributes Response is either UserINIntegrationGetResponse or ErrorResponse

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