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.
AccountForm Struts form class that holds other forms used in the account area.
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.
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.
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.
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.
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.
 

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. AccountAction is a super class for each of the other action classes in the customer account area.



Copyright © SoftSlate, Inc. 2003–2005