Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

er.wopaypal: Javadoc index of package er.wopaypal.


Package Samples:

er.wopaypal

Classes:

PayPalNotificationListener: The PayPalNotificationListener class is a receiver for notifications from PayPalAction's ipnAction method, which broadcasts notifications of different events having to do with "Instant Payment Notification" transaction notifications from PayPal. The observer gets registered to receive notifications, and the Delegate interface defines what it can do with the notifications. If a delegate is registered and implements some subset of the methods defined in the PayPalNotificationListener.Delegate interface, PayPalNotificationListener invokes the appropriate method on the delegate object.
PayPalAction: PayPalAction is a DirectAction subclass that holds all the functionality for processing information that PayPal would send back to the application, including processing Instant Payment Notification communications, and responding to the successful and cancelled transaction pages to which PayPal will return users. Its action handler is PayPalAction, so your url will take the form: http://www.yoursite.com/cgi-bin/WebObjects/yourAppName.woa/wa/PayPalAction/actionName...
PayPalViewShoppingCartHyperlink: PayPalViewShoppingCartHyperlink is a WOComponent that allows you to embed text, an image, etc. inside the hyperlink, or assign the string through through its bindings. It returns the appropriate url to view the user's PayPal shopping cart in a new window.
PayPalDonateFormLink: This class is totally identical in functionality to the PayPalSingleItemFormLink class, but the amount is an optional field for donations. I decided to make a separate WOComponent just to make it easier to keep the WOComponent bindings straight.
PayPalAddToCartHyperlink: PayPalAddToCartHyperlink is a WOComponent that allows you to embed text, an image, etc. inside the hyperlink, or assign the string through through its bindings. It returns the appropriate url to add an item to the user's PayPal shopping cart.
PayPalDonateHyperlink: PayPalDonateHyperlink is identical in functionality to PayPalSingleItemHyperlink, except that the amount parameter is optional for donations. I decided to make a separate WOComponent to make it easier to keep the WOComponent bindings straight.
SuccessfulPayPalTransaction: SuccessfulPayPalTransaction is a very simple component to which the application will return your customers after a successful PayPal transaction, if you don't tell it to return a different one. See returnAction in the PayPalAction class.
CancelledPayPalTransaction: CancelledPayPalTransaction is a very simple component to which the application will return your customers after a cancelled PayPal transaction, if you don't tell it to return a different one. See cancelAction in the PayPalAction class.
PayPalSingleItemLinkBase: PayPalSingleItemLinkBase is the abstract superclass for most of the PayPal components. It contains the bulk of the values that PayPal is interested in, and the list of bindings that those values correlate to.
PayPalEmailURLUTF8Encoder: Provides a method to encode any string into a URL-safe form. Non-ASCII characters are first encoded as sequences of two or three bytes, using the UTF-8 algorithm, before being encoded as %HH escapes.
WOPayPal: WOPayPal is the principal class in the framework. It gets initialized first, and contains the setup for initializing the framework's functionality
PayPalSingleItemFormLink: PayPalSingleItemFormLink is a WOComponent that implements a form to submit a PayPal single item purchase.
PayPalSingleItemHyperlink

Home | Contact Us | Privacy Policy | Terms of Service