com.e_c_group.bwptk.services
Class ConnectedLineIdentificationPresentation

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

public class ConnectedLineIdentificationPresentation
extends java.lang.Object


Constructor Summary
ConnectedLineIdentificationPresentation()
           
 
Method Summary
static Response systemConnectedLineIdentificationPresentationGetRequest(BroadWorksServer bws, boolean readFromCache)
          Request the system level data associated with the COLP service.
static Response systemConnectedLineIdentificationPresentationModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String enforceUserServiceAssignment)
          Request the system level data associated with the COLP service.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectedLineIdentificationPresentation

public ConnectedLineIdentificationPresentation()
Method Detail

systemConnectedLineIdentificationPresentationGetRequest

public static Response systemConnectedLineIdentificationPresentationGetRequest(BroadWorksServer bws,
                                                                               boolean readFromCache)
                                                                        throws BwptkException
Request the system level data associated with the COLP service. The response is either a SystemConnectedLineIdentificationPresentationGetResponse or an ErrorResponse.

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

systemConnectedLineIdentificationPresentationModifyRequest

public static Response systemConnectedLineIdentificationPresentationModifyRequest(BroadWorksServer bws,
                                                                                  boolean readFromCache,
                                                                                  java.lang.String enforceUserServiceAssignment)
                                                                           throws BwptkException
Request the system level data associated with the COLP service. The response is either a SystemConnectedLineIdentificationPresentationGetResponse or an ErrorResponse.

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