Package com.softslate.commerce.customer.order

Provides Struts form classes and action classes for use with requests to the system related to orders.

See:
          Description

Class Summary
AddressesForm Struts form class representing a user's billing and delivery addresses.
BillingAddressForm Struts form class representing a user's billing address.
CartAddAction Struts action class for submissions to add items to the current user's cart.
CartAddForm Struts form class for submissions to add items to the current user's cart.
CartClearAction Struts action class used for requests to clear the current cart.
CartItemEditAction Struts action class for submissions to edit an item in the current user's cart.
CartItemEditForm Struts form class for submissions to edit an item in the current user's cart.
CartItemEditFormAction Struts action class that corresponds to the cart item edit page.
CartItemEditFormForm Struts form class for requests for the cart item edit form for a given cart item.
CheckoutAction Struts action class that corresponds to the store's checkout link.
CheckoutAddressesAction Struts action class for submissions of the checkout addresses form.
CheckoutAddressesForm Struts form class for submissions to record address information during checkout.
CheckoutAddressesFormAction Struts action class for submissions to view the checkout addresses form.
CheckoutComboAction Struts action class for submissions from the combo form during checkout.
CheckoutComboFormAction Struts action class for submissions to view the checkout combo form.
CheckoutComboShippingAction Struts action class for submissions of the checkout addresses form.
CheckoutComboShippingForm Struts form class for submissions to record address information and a selected shipping option during checkout.
CheckoutComboShippingFormAction Struts action class for submissions to view the checkout addresses/shipping combo form.
CheckoutConfirmAction Struts action class for submissions from the combo form during checkout.
CheckoutDeclineLoginAction Struts action class for submissions to continue checking out without logging in or registering for an account.
CheckoutLoginAction Struts action class for submissions to login during checkout.
CheckoutLoginFormAction Struts action class for submissions to view the checkout login form.
CheckoutPaymentAction Struts action class for submissions of payment information during checkout.
CheckoutPaymentFormAction Struts action class for submissions to view the checkout payment form.
CheckoutRegisterAction Struts action class for submissions to register a new account during checkout.
CheckoutRegisterFormAction Struts action class for submissions to view the checkout register form.
CheckoutShippingAction Struts action class for submissions of the checkout shipping form.
CheckoutShippingForm Struts form class for submissions to record a selected shipping option during checkout.
CheckoutShippingFormAction Struts action class for submissions to view the checkout shipping form.
CouponAction Struts action class for submissions to record a coupon code entered by the user.
OrderForm Struts form class for submissions to the store's order form.
OrderFormAction Struts action class for submissions to view the store's order form.
OrderInitializer Initializes singleton objects related to orders in the application scope.
OrderProcessAction Struts action class for submissions to the store's order form.
 

Package com.softslate.commerce.customer.order Description

Provides Struts form classes and action classes for use with requests to the system related to orders.

CartAddForm and CartAddAction respond to reqeusts to add an item to a user's cart.

CartItemEditFormForm, CartItemEditForm, and CartItemEditAction respond requests to edit an item in a user's cart.

OrderForm, OrderFormAction and OrderProcessAction respond to reqeusts for the store's single-page order form.

OrderInitializer initializes singleton objects in the servlet's application scope related to processing orders in the store.

The remaining classes respond to requests for various parts of the checkout process. CheckoutAction is a super class for each of the other action classes for the checkout process.



Copyright ? SoftSlate, LLC 2003?2005