Uses of Class
net.rim.pushsdk.subscription.cp.CPSubscriptionFailureException

Packages that use CPSubscriptionFailureException
net.rim.pushsdk.subscription This package contains the subscription POJOs, subscription DAOs, subscription exceptions, and business logic for subscription-related functions. 
net.rim.pushsdk.subscription.cp This package contains an interface that content providers must implement to handle their own subscription operations. 
 

Uses of CPSubscriptionFailureException in net.rim.pushsdk.subscription
 

Methods in net.rim.pushsdk.subscription that throw CPSubscriptionFailureException
 void SubscriptionService.resumeSubscription(ResumeRequest resumeRequest)
          Resumes a user's subscription to a push application.
 void SubscriptionServiceImpl.resumeSubscription(ResumeRequest resumeRequest)
           
 void SubscriptionService.subscribe(SubscribeRequest subscribeRequest)
          Subscribes a user to a push application.
 void SubscriptionServiceImpl.subscribe(SubscribeRequest subRequest)
           
 void SubscriptionService.suspendSubscription(SuspendRequest suspendRequest)
          Suspends a user's subscription to a push application.
 void SubscriptionServiceImpl.suspendSubscription(SuspendRequest suspRequest)
           
 Subscriber SubscriptionService.syncSubscriberWithPPG(String pushApplicationId, String subscriberId, String syncedBy)
          Syncs the status of a single subscriber in storage with its status on the PPG end.
 Subscriber SubscriptionServiceImpl.syncSubscriberWithPPG(String pushApplicationId, String subscriberId, String syncedBy)
           
 void SubscriptionService.unsubscribe(UnsubscribeRequest unsubscribeRequest)
          Unsubscribes a user from a push application.
 void SubscriptionServiceImpl.unsubscribe(UnsubscribeRequest unsubRequest)
           
 

Uses of CPSubscriptionFailureException in net.rim.pushsdk.subscription.cp
 

Methods in net.rim.pushsdk.subscription.cp that throw CPSubscriptionFailureException
 void ContentProviderSubscriptionService.onResumeSuccess(ResumeRequest resumeRequest)
          Allows the content provider to perform an action when the SDK's resume is successful.
 void ContentProviderSubServiceImpl.onResumeSuccess(ResumeRequest resumeRequest)
          In this implementation, no actions will be taken by this method.
 void ContentProviderSubscriptionService.onSubscribeSuccess(SubscribeRequest subscribeRequest)
          Allows the content provider to perform an action when the SDK's subscribe is successful.
 void ContentProviderSubServiceImpl.onSubscribeSuccess(SubscribeRequest subscribeRequest)
          In this implementation, no actions will be taken by this method.
 void ContentProviderSubscriptionService.onSuspendSuccess(SuspendRequest suspendRequest)
          Allows the content provider to perform an action when the SDK's suspend is successful.
 void ContentProviderSubServiceImpl.onSuspendSuccess(SuspendRequest suspendRequest)
          In this implementation, no actions will be taken by this method.
 void ContentProviderSubscriptionService.onUnsubscribeSuccess(UnsubscribeRequest unsubscribeRequest)
          Allows the content provider to perform an action when the SDK's unsubscribe is successful.
 void ContentProviderSubServiceImpl.onUnsubscribeSuccess(UnsubscribeRequest unsubscribeRequest)
          In this implementation, no actions will be taken by this method.
 



Copyright © 2011 Research In Motion. All Rights Reserved.