Cisco Cisco Prime Collaboration 10.5 User Guide

Page of 78
 
 
© 2012-2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. 
Page 40 of 2 
deleteSubscriber Java Signature 
Deletes a subscriber. 
Syntax
public ResponseReturn deleteSubscriber (CUPMServiceStub stub, SubscriberValue subscriber, Boolean 
onlyFromCUPM, String endPointReference, String idPrefix); 
Parameters
•  subscriber—Subscriber object with key attributes set to the subscriber to delete. 
•  onlyFromCUPM—The default is false. If set to true, the subscriber is deleted only from Prime 
Collaboration Provisioning. If the subscriber has any matched services in the customer record, Prime 
Collaboration Provisioning will disassociate (not cancel) the services and delete the user from Prime 
Collaboration Provisioning only. This provides a way to move a subscriber from one Domain to another or 
match (move) services to another Service Area. 
Note: When a service is disassociated from a subscriber, the service is not deleted or disassociated on the device 
(processor); it is only disassociated within Prime Collaboration Provisioning. When a subsequent Domain 
synchronization occurs, depending on the synchronization rules, the subscriber could be created again and the 
services could be associated with the subscriber. 
•  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. Null 
allowed. 
Returns
CupmApiResponseValue—Object with NBI ID. 
Throws
DeleteSubscriberException—If server cannot execute NBI request. 
ASyncReturn
•  CupmApiResultValue—Contains CupmApiStatus only. 
•  CupmApiFaultType—Included if the NBI request fails. 
resetSubscriberServicePassword Java Signature 
Resets the subscriber password. Provides the same function as the Manage Subscriber tab in the Prime 
Collaboration Provisioning user interface. 
Syntax
public ResponseReturn resetSubsciberServicePassword (CUPMServiceStub stub, SubscriberValue subscriber, 
String passwordType, String encryptedPword, String endPointReference, String idPrefix); 
Parameters