Cisco Cisco Prime Collaboration Provisioning 11.5 Developer's Guide

Page of 82
 
 
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. 
Page 59 of 82 
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
  GetOrderSummaryException—If server cannot execute NBI request. 
ASyncReturn
  CupmApiResultValue—Contains CupmApiStatus and CupmApiList. CupmApiList contains one object, the 
OrderSummary object 
  CupmApiFaultType—Included if the NBI request fails.