|
Class Summary |
| CustomerProfileIP |
CustomerProfileIP processes the input from HttpServletRequest and allows customer to
create a profile. |
| DeleteCreditCardIP |
DeleteCreditCardIP processes the input from HttpServletRequest and allows customer to
delete a credit card from the profile. |
| DeleteShippingAddressIP |
DeleteShippingAddressIP processes the input from HttpServletRequest and allows customer to
delete a shipping address from the profile. |
| LoginCustomerIP |
LoginCustomerIP gets the customer information from the
pipelinesession and tries to authenticates the user from this
information. |
| LogoutCustomerIP |
LogoutCustomerIP gets the HttpSession from HttpServletRequest and
invalidates it. |
| UpdateAccountInfoIP |
UpdateAccountInfoIP processes the input from HttpServletRequest and allows customer
to update the password information. |
| UpdateBasicInfoIP |
UpdateBasicInfoIP processes the input from HttpServletRequest and allows customer
to update basic information. |
| UpdateDemographicInfoIP |
UpdateDemographicInfoIP processes the input from HttpServletRequest and allows customer
to update demographic information. |
| UpdatePaymentInfoIP |
UpdatePaymentInfoIP processes the input from HttpServletRequest and allows customer
to update credit card information. |
| UpdateShippingInfoIP |
UpdateShippingInfoIP processes the input from HttpServletRequest and allows customer
to update shipping address information. |
This package contains input processors for customer registration, customer profile creation and customer profile updates.