Project Wonder 2.0

er.wopaypal
Interface PayPalNotificationListener.Delegate

Enclosing interface:
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 String PROCESS_DENIED_PAYPAL_TRANSACTION
          Method name to call on delegate object when Observer recieves a notification with DENIED result.
static String PROCESS_FAILED_PAYPAL_TRANSACTION
          Method name to call on delegate object when Observer recieves a notification with FAILED result.
static String PROCESS_INVALID_PAYPAL_TRANSACTION
          Method name to call on delegate object when Observer recieves a notification with INVALID result.
static String PROCESS_PENDING_PAYPAL_TRANSACTION
          Method name to call on delegate object when Observer recieves a notification with PENDING result.
static String PROCESS_VALID_PAYPAL_TRANSACTION
          Method name to call on delegate object when Observer recieves a notification with VALID result.
 
Method Summary
 void processDeniedPaypalTransaction(WORequest aRequest)
          method stub for processing Paypal IPN's that come with DENIED status "@param aRequest
 void processFailedPaypalTransaction(WORequest aRequest)
          method stub for processing Paypal IPN's that come with FAILED status "@param aRequest
 void processInvalidPaypalTransaction(WORequest aRequest)
          method stub for processing Paypal IPN's that come with INVALID status "@param aRequest
 void processPendingPaypalTransaction(WORequest aRequest)
          method stub for processing Paypal IPN's that come with PENDING status "@param aRequest
 void processValidPaypalTransaction(WORequest aRequest)
          method stub for processing Paypal IPN's that come with VALID status "@param aRequest
 

Field Detail

PROCESS_DENIED_PAYPAL_TRANSACTION

public static final 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

public static final 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

public static final 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

public static final 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

public static final 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

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

Parameters:
aRequest - WORequest

processFailedPaypalTransaction

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

Parameters:
aRequest - WORequest

processInvalidPaypalTransaction

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

Parameters:
aRequest - WORequest

processPendingPaypalTransaction

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

Parameters:
aRequest - WORequest

processValidPaypalTransaction

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

Parameters:
aRequest - WORequest

Last updated: Do, Dez 9, 2004 • 12:46 PM CET

Copyright © 2002 – 2004 Project Wonder.