Cisco Cisco Prime Collaboration Assurance 11.0 User Guide

Page of 78
 
 
© 2012-2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. 
Page 56 of 2 
o
 
NOT_IN_CUPM_SUBSCRIBER_RECORD—Only the phones that exist in Prime Collaboration 
Provisioning and do not exist in the Prime Collaboration Provisioning subscriber record are 
selected. 
•  endPointReference—String to convert to an EndpointReference object that the asynchronous result 
notification will be sent to. 
•  idPrefix—String that is added to the beginning of the internally generated numeric to form the NBI ID. A 
null or empty string is valid for no changes to the internal generation. 
Returns
CupmApiResponseValue—Object with NBI ID. 
Throws
ListSrstPhoneInfoException—If server cannot execute NBI request. 
ASyncReturn
•  CupmApiResultValue—Contains CupmApiStatus and CupmApiList. CupmApiList contains the WS-
Enumeration context object, which is used as the key to pull the list. 
•  CupmApiFaultType—Included if the NBI request fails. 
getOrderSummary Java Signature 
Syntax
public ResponseReturn getOrderSummmary (CUPMServiceStub stub, Calendar startTime, Calendar endTime, 
String endPointReference, String idPrefix); 
Parameters
•  startTime—The beginning of the time period to report on. If not specified, the value defaults to the earliest 
known work order. 
•  endPointReference—String to convert to an EndpointReference object that the asynchronous result 
notification will be sent to. 
•  idPrefix—String that is added to the beginning of the internally generated numeric to form the NBI ID. A 
null or empty string is valid for no changes to the internal generation. 
Returns
•  CupmApiResponseValue—Object with NBI ID. 
Throws