com.e_c_group.bwptk.services
Class ConnectedLineIdentificationRestriction

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

public class ConnectedLineIdentificationRestriction
extends java.lang.Object


Constructor Summary
ConnectedLineIdentificationRestriction()
           
 
Method Summary
static Response userConnectedLineIdentificationRestrictionGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Request the user level data associated with Connected Line ID Restriction.
static Response userConnectedLineIdentificationRestrictionModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String isActive)
          Request the user level data associated with Connected Line ID Restriction.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectedLineIdentificationRestriction

public ConnectedLineIdentificationRestriction()
Method Detail

userConnectedLineIdentificationRestrictionGetRequest

public static Response userConnectedLineIdentificationRestrictionGetRequest(BroadWorksServer bws,
                                                                            boolean readFromCache,
                                                                            java.lang.String userId)
                                                                     throws BwptkException
Request the user level data associated with Connected Line ID Restriction. The response is either a UserConnectedLineIdentificationRestrictionGetResponse or an ErrorResponse.

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

userConnectedLineIdentificationRestrictionModifyRequest

public static Response userConnectedLineIdentificationRestrictionModifyRequest(BroadWorksServer bws,
                                                                               boolean readFromCache,
                                                                               java.lang.String userId,
                                                                               java.lang.String isActive)
                                                                        throws BwptkException
Request the user level data associated with Connected Line ID Restriction. The response is either a UserConnectedLineIdentificationRestrictionGetResponse or an ErrorResponse.

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