Package com.konakart.actions

Class Summary
AddressBookAction Opens a page where a customer can view and change entries in his address book.
AddToCartFromProdIdAction Adds a product to the cart based on the parameter "prodId"
AddToCartSubmitAction Adds products to the cart based on the "AddToCart" form.
AdminLoginSubmitAction Gets called to login a user by an admin user
AdvancedSearchAction Opens up the Advanced Search Window
AdvancedSearchSubmitAction Performs a search based on data from the SearchProductForm.
BaseAction Base Action for KonaKart application.
CatalogAfterLoginAction This Action should always get called before showing the MyAccount page.
CatalogMainPageAction Gets called before viewing the main page.
ChangeDeliveryAddrAction Gets called before viewing the delivery address page
ChangeDeliveryAddrSubmitAction Gets called when moving on to the next page of the checkout process after the delivery address page
ChangePasswordAction Gets called before viewing the change password page
ChangePasswordSubmitAction Gets called after submitting the change password form.
ChangePaymentAddrAction Gets called before viewing the change payment address page.
ChangePaymentAddrSubmitAction Gets called after submitting the change payment address form.
CheckoutConfirmationAction Gets called before viewing the checkout confirmation page.
CheckoutConfirmationSubmitAction Gets called after submitting the checkout confirmation page.
CheckoutDeliveryAction Gets called before viewing the checkout delivery page.
CheckoutDeliverySubmitAction Gets called after submitting the checkout delivery page.
CheckoutFinishedAction Gets called at the end of the checkout process.
CheckoutFinishedSubmitAction Gets called after submitting the page that allows you to be notified of products after a successful checkout.
CheckoutPaymentAction Gets called before displaying the checkout payment page.
CheckoutPaymentErrorAction Gets called when there is an error in the checkout payment process.
CheckoutPaymentSubmitAction Gets called after submitting the checkout payment page.
CheckoutServerPaymentAction Action called before showing the JSP that collects credit card details
CheckoutServerPaymentSubmitAction Action called when the customer clicks the button to submit his credit card details
ConditionsOfUseAction Gets called before displaying the conditions of use page
ContactUsAction Gets called before displaying the contact us page
CustomerRegistrationAction Gets called before displaying the customer registration page.
CustomerRegistrationSubmitAction Gets called after submitting the customer registration page.
DeleteAddrAction Gets called before delete address page.
DeleteAddrSubmitAction Gets called after submitting the delete address page.
DigitalDownloadAction Action called just before doing the digital download
EditAddrAction Gets called before the edit address page.
EditAddrSubmitAction Gets called after submitting the edit address page.
EditCartSubmitAction Gets called after editing the cart.
EditCustomerAction Gets called before the edit customer page.
EditCustomerSubmitAction Gets called after submitting the edit customer page.
EditNewsletterAction Gets called before the edit newsletter page.
EditNewsletterSubmitAction Gets called after submitting the edit newsletter page.
EditNotifiedProductsAction Gets called before the edit notified products page.
EditNotifiedProductsSubmitAction Gets called after submitting the edit products page.
FilterProductAction Filters the products based on the information in the FilterByManufacturerForm.
FilterProductByCategoryAction Filters the products based on the information in the FilterByCategoryForm.
FilterProductByTagsAction Adds or removes the tag passed in as a parameter from the list of selected tags used to filter the products
ForgotPasswordSubmitAction Gets called after submitting the forgot password page.
LoginAction Gets called before the login page.
LoginSubmitAction Gets called after submitting the login page.
LogoutAction Gets called to logout.
ManufacturerBaseAction Base Action for Manufacturer actions.
MyAccountAction Gets called before the myAccount page.
NavigateAllOrdersAction It receives the navDir parameter to page through the list of orders.
NavigateAllReviewAction It receives the navDir parameter to page through the list of reviews.
NavigateProductAction It receives the navDir parameter to page through the list of products.
NavigateReviewAction It receives the navDir parameter to page through the list of reviews.
NewAddrAction Gets called before the new address page.
NewAddrSubmitAction Gets called after submitting the new address page.
PrivacyNoticeAction Gets called before the privacy policy page.
QuickSearchAction Gets called to perform a quick search based on the searchText parameter.
RemoveAllTagsFromFilterAction Removes all tags from the product filter
RepeatOrderAction Called to repeat an order.
ResetNotificationAction Gets called to delete the product notifications for a customer.
SearchByManufacturerByLinkSubmitAction Gets called to search by manufacturers based on the manuId parameter.
SearchByManufacturerSubmitAction Gets called to search by manufacturers based on the parameters in the FilterByManufacturerForm.
SelectCategoryAction1 Selects a category based on the catId parameter.
SetLocaleAction Changes the locale.
SetNotificationAction Gets called to add product notifications to a customer.
ShippingAndReturnsAction Gets called before the Shipping and Returns page
ShowAllNewProdsAction Gets called to fetch a list of new products.
ShowAllOrdersAction Gets called to fetch a list of orders.
ShowAllReviewsAction Gets called to fetch a list of reviews.
ShowAllSpecialsAction Gets called to fetch a list of products with special prices.
ShowCartItemsAction Called to display the new cart items after editing the cart.
ShowHomepageAction Called to show the product manufacturer home page.
ShowImageAction Called to show the product image.
ShowOrderDetailsAction Called to show the details of a order.
ShowProductDetailsAction Called to show the details of a product.
ShowProductsForManufacturerAction Fetches a list of products for the manufacturer whose id is retrieved from the manuId parameter.
ShowRandomReviewDetailsAction Fetches details of a review identified by the revId parameter.
ShowReviewDetailsAction Fetches details of a review identified by the revId parameter.
ShowReviewsAction Fetches reviews for a product identified by the prodId parameter or by the currently selected product.
SortProductAction Sorts products based on the orderBy paremeter.
WriteReviewAction Gets called before the write review page.
WriteReviewSubmitAction Gets called after submitting the write review page.
XMLOverHTTPAction Used for the OpenLaszlo Catalog Inspector demo.
 



Copyright © 2006 DS Data Systems UK Ltd.