Project Wonder 5.0

er.wopaypal
Interface PayPalNotificationListener.Delegate

Enclosing class:
PayPalNotificationListener

public static interface PayPalNotificationListener.Delegate

Interface for the delegate. Defines the methods which the delegate may implement to be able to process the PayPal IPN status notifications sent from the PayPalAction class' ipnAction. The delegate you assign to the PayPalNotificationListener must implement a subset of the methods defined in the Delegate interface. This allows you to define which notifications you're interested in, and how you want to handle them. Log them to a file, save them in a database, etc.


Field Summary
static java.lang.String PROCESS_DENIED_PAYPAL_TRANSACTION
          Method name to call on delegate object when Observer recieves a notification with DENIED result.
static java.lang.String PROCESS_FAILED_PAYPAL_TRANSACTION
          Method name to call on delegate object when Observer recieves a notification with FAILED result.
static java.lang.String PROCESS_INVALID_PAYPAL_TRANSACTION
          Method name to call on delegate object when Observer recieves a notification with INVALID result.
static java.lang.String PROCESS_PENDING_PAYPAL_TRANSACTION
          Method name to call on delegate object when Observer recieves a notification with PENDING result.
static java.lang.String PROCESS_VALID_PAYPAL_TRANSACTION
          Method name to call on delegate object when Observer recieves a notification with VALID result.
 
Method Summary
 void processDeniedPaypalTransaction(com.webobjects.appserver.WORequest aRequest)
          method stub for processing Paypal IPN's that come with DENIED status "@param aRequest
 void processFailedPaypalTransaction(com.webobjects.appserver.WORequest aRequest)
          method stub for processing Paypal IPN's that come with FAILED status "@param aRequest
 void processInvalidPaypalTransaction(com.webobjects.appserver.WORequest aRequest)
          method stub for processing Paypal IPN's that come with INVALID status "@param aRequest
 void processPendingPaypalTransaction(com.webobjects.appserver.WORequest aRequest)
          method stub for processing Paypal IPN's that come with PENDING status "@param aRequest
 void processValidPaypalTransaction(com.webobjects.appserver.WORequest aRequest)
          method stub for processing Paypal IPN's that come with VALID status "@param aRequest
 

Field Detail

PROCESS_DENIED_PAYPAL_TRANSACTION

static final java.lang.String PROCESS_DENIED_PAYPAL_TRANSACTION
Method name to call on delegate object when Observer recieves a notification with DENIED result.

See Also:
Constant Field Values

PROCESS_FAILED_PAYPAL_TRANSACTION

static final java.lang.String PROCESS_FAILED_PAYPAL_TRANSACTION
Method name to call on delegate object when Observer recieves a notification with FAILED result.

See Also:
Constant Field Values

PROCESS_INVALID_PAYPAL_TRANSACTION

static final java.lang.String PROCESS_INVALID_PAYPAL_TRANSACTION
Method name to call on delegate object when Observer recieves a notification with INVALID result.

See Also:
Constant Field Values

PROCESS_PENDING_PAYPAL_TRANSACTION

static final java.lang.String PROCESS_PENDING_PAYPAL_TRANSACTION
Method name to call on delegate object when Observer recieves a notification with PENDING result.

See Also:
Constant Field Values

PROCESS_VALID_PAYPAL_TRANSACTION

static final java.lang.String PROCESS_VALID_PAYPAL_TRANSACTION
Method name to call on delegate object when Observer recieves a notification with VALID result.

See Also:
Constant Field Values
Method Detail

processDeniedPaypalTransaction

void processDeniedPaypalTransaction(com.webobjects.appserver.WORequest aRequest)
method stub for processing Paypal IPN's that come with DENIED status "@param aRequest

Parameters:
aRequest - WORequest

processFailedPaypalTransaction

void processFailedPaypalTransaction(com.webobjects.appserver.WORequest aRequest)
method stub for processing Paypal IPN's that come with FAILED status "@param aRequest

Parameters:
aRequest - WORequest

processInvalidPaypalTransaction

void processInvalidPaypalTransaction(com.webobjects.appserver.WORequest aRequest)
method stub for processing Paypal IPN's that come with INVALID status "@param aRequest

Parameters:
aRequest - WORequest

processPendingPaypalTransaction

void processPendingPaypalTransaction(com.webobjects.appserver.WORequest aRequest)
method stub for processing Paypal IPN's that come with PENDING status "@param aRequest

Parameters:
aRequest - WORequest

processValidPaypalTransaction

void processValidPaypalTransaction(com.webobjects.appserver.WORequest aRequest)
method stub for processing Paypal IPN's that come with VALID status "@param aRequest

Parameters:
aRequest - WORequest

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.