Cisco Cisco Prime Collaboration 10.6 User Guide

Page of 78
 
 
© 2012-2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. 
Page 44 of 2 
Throws
GetSubscriberServiceException—If the server cannot execute the NBI request. 
ASyncReturn
•  CupmApiResultValue—Contains CupmApiStatus only. 
•  CupmApiFaultType—Included if the NBI request fails. 
moveService Java Signature 
Moves a service or a set of services of a subscriber to another Service Area. 
Syntax
public ResponseReturn moveService (CUPMServiceStub stub, SubscriberValue subscriber, 
ArrayOfMovingServiceDetailValue msdList, String notificationEpr, String idPrefix); 
Parameters
•  Subscriber—Specify the subscriber object with the key attribute, subscriberID, to move the service. 
•  msdList—List of services that are to be moved. 
•  notificationEpr—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 NBI ID returned to the client. 
Returns
CupmApiResponseValue—Object with NBI ID. 
Throws
MoveServiceException—If the server cannot execute the NBI request. 
ASyncReturn
•  CupmApiResultValue—Contains CupmApiStatus only. 
•  CupmApiFaultType—Included if the NBI request fails. 
moveSubscriber Java Signature 
Moves a subscriber and the selected services to a new domain. 
Syntax
public ResponseReturn moveSubscriber (CUPMServiceStub stub, SubscriberValue subscriber, String 
targetDomain, ArrayOfMovingServiceDetailValue msdList, String notificationEpr, String idPrefix); 
Parameters
•  Subscriber—Specify the subscriber object with the key attribute, subscriberID, to retrieve the services for. 
•  msdList—A list of services that are to be moved.