com.e_c_group.bwptk.services
Class ConnectedLineIdentificationPresentation
java.lang.Object
  
com.e_c_group.bwptk.services.ConnectedLineIdentificationPresentation
public class ConnectedLineIdentificationPresentation
- extends java.lang.Object
 
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ConnectedLineIdentificationPresentation
public ConnectedLineIdentificationPresentation()
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 ServerreadFromCache - 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 ServerreadFromCache - Whether to pull the request from bwptk cacheenforceUserServiceAssignment - 
- Throws:
 BwptkException