Package com.softslate.commerce.customer.customer

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

See:
          Description

Class Summary
AccountAction Struts action class that corresponds to the store's "Your Account" link.
AccountAddressesAction Struts action class used for requests to view the account addresses form.
AccountDownloadAction Struts action class used for requests to view the file download form.
AccountHistoryAction Struts action class used for requests to view a customer's order history.
AccountPasswordAction Struts action class used for requests to view the change password form.
AccountSavedCartsAction Struts action class used for requests to view a customer'slist of saved carts.
DownloadForm Struts form class for submissions to download a file the current customer has purchased.
LoginAction Struts action class used for requests to log into a customer account.
LoginForm Struts form class for submissions to log into a customer account.
LoginFormAction Struts action class that prepares the login screen.
LogoutAction Struts action class used for requests to log out of a customer account.
LostPasswordAction Struts action class used for requests to email a lost password to a customer.
LostPasswordForm Struts form class for submissions for the system to email a lost password to a customer.
LostPasswordFormAction Struts action class used for requests for the last password form.
OrderDetailsAction Struts action class used for requests to view the detail of an order in a customer's order history.
OrderDetailsForm Struts form class for submissions to view the detail of an order in a customer's order history.
ProcessDownloadAction Struts action class used for requests to download a file.
RegisterAction Struts action class used for requests to register a new customer account.
RegisterForm Struts form class for submissions to register a new customer account.
RegisterFormAction Struts action class used for requests for the registration form.
ReorderCartPickupAction Struts action class used for requests to reorder a previously placed order by a customer and make it the active cart for the session.
SaveCartAction Struts action class used for requests to save a cart by a customer.
SavedCartPickupAction Struts action class used for requests to pick up a saved cart by a customer and make it the active cart for the session.
SavedCartPickupForm Struts form class for submissions to pick up a saved cart by a customer and make it the active cart for the session.
UpdateAddressesAction Struts action class used for requests to update the address information for a customer account.
UpdatePasswordAction Struts action class used for requests to update a customer's password and user name.
UpdatePasswordForm Struts form class for submissions to update a customer's password.
 

Package com.softslate.commerce.customer.customer Description

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

RegisterForm, RegisterFormAction, and RegisterAction respond to reqeusts to register a new customer account.

LoginForm, and LoginAction respond to reqeusts to log into a customer account.

LostPasswordForm, LostPasswordFormAction, and LostPasswordAction respond to reqeusts for the system to email a lost password to a customer.

The remaining classes respond to requests for various parts of the customer account area.



Copyright © SoftSlate, LLC 2003–2005