|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnsubscribeRequest | |
|---|---|
| net.rim.pushsdk.pushappmgmt | This package manages the details of push applications, including persistence. |
| 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. |
| net.rim.pushsdk.subscription.web | This package contains web-related subscription classes including the subscription servlets. |
| Uses of UnsubscribeRequest in net.rim.pushsdk.pushappmgmt |
|---|
| Methods in net.rim.pushsdk.pushappmgmt with parameters of type UnsubscribeRequest | |
|---|---|
void |
PushAppUnsubscribeManager.unsubscribe(UnsubscribeRequest unsubRequest)
Performs an unsubscribe operation on a user. |
| Uses of UnsubscribeRequest in net.rim.pushsdk.subscription |
|---|
| Methods in net.rim.pushsdk.subscription with parameters of type UnsubscribeRequest | |
|---|---|
void |
SubMemoryDAOImpl.unsubscribe(UnsubscribeRequest unsubRequest)
|
void |
SubRDBMSDAOImpl.unsubscribe(UnsubscribeRequest unsubRequest)
|
void |
SubscriptionDAO.unsubscribe(UnsubscribeRequest unsubscribeRequest)
Adds a subscriber's unsubscription details to persistent storage. |
void |
SubscriptionService.unsubscribe(UnsubscribeRequest unsubscribeRequest)
Unsubscribes a user from a push application. |
void |
SubscriptionServiceImpl.unsubscribe(UnsubscribeRequest unsubRequest)
|
| Uses of UnsubscribeRequest in net.rim.pushsdk.subscription.cp |
|---|
| Methods in net.rim.pushsdk.subscription.cp with parameters of type UnsubscribeRequest | |
|---|---|
void |
ContentProviderSubscriptionService.onAutomaticUnsubscribe(UnsubscribeRequest unsubscribeRequest)
Allows the content provider to perform an action when the SDK's subscribe triggers an automatic unsubscribe of a user (e.g. |
void |
ContentProviderSubServiceImpl.onAutomaticUnsubscribe(UnsubscribeRequest unsubscribeRequest)
In this implementation, we will log the automatic unsubscribe action. |
void |
ContentProviderSubscriptionService.onUnsubscribeFailure(UnsubscribeRequest unsubscribeRequest,
Throwable t)
Allows the content provider to perform an action when the SDK's unsubscribe fails. |
void |
ContentProviderSubServiceImpl.onUnsubscribeFailure(UnsubscribeRequest unsubscribeRequest,
Throwable t)
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. |
| Uses of UnsubscribeRequest in net.rim.pushsdk.subscription.web |
|---|
| Methods in net.rim.pushsdk.subscription.web that return UnsubscribeRequest | |
|---|---|
UnsubscribeRequest |
SubscriptionRequestParser.parseUnsubscribeRequest(javax.servlet.http.HttpServletRequest request)
Parses out the HTTP request parameters from an unsubscribe request and constructs an unsubscribe request with the app id field set. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||