com.e_c_group.bwptk.services
Class BargeInExempt

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

public class BargeInExempt
extends java.lang.Object


Constructor Summary
BargeInExempt()
           
 
Method Summary
static Response userBargeInExemptGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Request the user level data associated with Barge In Exempt.
static Response userBargeInExemptModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String isActive)
          Request the user level data associated with Barge In Exempt.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BargeInExempt

public BargeInExempt()
Method Detail

userBargeInExemptGetRequest

public static Response userBargeInExemptGetRequest(BroadWorksServer bws,
                                                   boolean readFromCache,
                                                   java.lang.String userId)
                                            throws BwptkException
Request the user level data associated with Barge In Exempt. The response is either a UserBargeInExemptGetResponse or an ErrorResponse.

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

userBargeInExemptModifyRequest

public static Response userBargeInExemptModifyRequest(BroadWorksServer bws,
                                                      boolean readFromCache,
                                                      java.lang.String userId,
                                                      java.lang.String isActive)
                                               throws BwptkException
Request the user level data associated with Barge In Exempt. The response is either a UserBargeInExemptGetResponse or an ErrorResponse.

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