| Class | Description |
|---|---|
| AboutUsAction |
Gets called before displaying the About Us page
|
| AddressBookAction |
Opens a page where a customer can view and change entries in his address book.
|
| AddressValidationAction |
Validates an address.
|
| AddToCartFromProdIdAction |
Adds a product to the cart based on the parameter "prodId"
|
| AddToCartOrWishListBaseAction |
Base Action for add to cart or add to wish list actions
|
| AddToCartOrWishListFromPostAction |
Adds a product to the cart from the product details page using AJAX
|
| AddToWishListFromProdIdAction |
Adds a product to the wish list based on the parameter "prodId"
|
| 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 SearchProduct
|
| AgreeToCookiesSubmitAction |
Gets called when a customer agrees to accept cookies
|
| ApproveOrderSubmitAction |
Called to approve an order.
|
| B2BAddressBookAction |
Opens a page where a B2B customer admin can view and change entries in the address book of one of
his managed users.
|
| B2BBaseAction |
Base Action containing common B2B functionality
|
| B2BCustomerRegistrationAction |
Gets called before displaying the B2B customer registration page.
|
| B2BCustomerRegistrationSubmitAction |
Gets called after submitting the B2B customer registration page.
|
| B2BCustomerRolesAction |
Gets called before displaying the B2B customer tags.
|
| B2BCustomerRolesSubmitAction |
Gets called after submitting the B2B customer tag save.
|
| B2BCustomerStateAction |
Gets called to enable / disable a customer
|
| B2BDeleteAddressAction |
Gets called before the B2B delete address page.
|
| B2BDeleteAddressSubmitAction |
Gets called after delete confirmation of the B2B address
|
| B2BDeleteCustomerAction |
Gets called before delete b2b customer page.
|
| B2BDeleteCustomerSubmitAction |
Gets called to delete a B2B customer
|
| B2BEditAddressAction |
Gets called before the B2B edit address page.
|
| B2BEditAddressSubmitAction |
Gets called after submitting the B2B edit address page.
|
| B2BEditCustomerAction |
Gets called before displaying the B2B customer details page.
|
| B2BEditCustomerSubmitAction |
Gets called after submitting the B2B customer edit.
|
| B2BManageCustomersAction |
Opens a page where a B2B Administrator can manage his users
|
| B2BNewAddressAction |
Gets called before the B2B new address page.
|
| B2BNewAddressSubmitAction |
Gets called after submitting the B2B new address page.
|
| 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.
|
| ChangeGiftRegistryAddrAction |
Gets called before viewing the change gift registry address page
|
| ChangeGiftRegistryAddrSubmitAction |
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.
|
| CheckoutAction |
Gets called before viewing the checkout delivery page.
|
| CheckoutAwaitBankTransferAction |
Gets called at the end of the checkout process when we are awaiting a bank transfer.
|
| CheckoutConfirmationSubmitAction |
Gets called after submitting the checkout confirmation 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.
|
| CheckoutOnePageRefreshAction |
Gets called before viewing the checkout delivery page.
|
| CheckoutPaymentErrorAction |
Gets called when there is an error in the checkout payment process.
|
| 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
|
| ContactUsAction |
Gets called before displaying the contact us page
|
| CreateGiftRegistryAction |
Gets called before the create gift registry page.
|
| CreateGiftRegistrySubmitAction |
Create a gift registry.
|
| CustomCookieAction |
Used to implement custom cookie code
|
| CustomerRegistrationAction |
Gets called before displaying the customer registration page.
|
| CustomerRegistrationSubmitAction |
Gets called after submitting the customer registration page.
|
| DefaultAction |
Action gets called when URL maps to no other actions.
|
| DeleteAddrAction |
Gets called before delete address page.
|
| DeleteAddrSubmitAction |
Gets called after submitting the delete address page.
|
| DeleteGiftRegistryAction |
Gets called to delete a gift registry
|
| DigitalDownloadAction |
Action called just before doing the digital download
|
| DoubleOptInReturnAction |
Gets called to display a page that informs customer of double opt-in result
|
| DownloadInvoiceAction |
Action called just before downloading the invoice
|
| 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.
|
| EditEmailAction |
Gets called before the edit email page.
|
| EditEmailSubmitAction |
Gets called after submitting the edit customer page.
|
| EditGiftRegistryAction |
Gets called before the edit gift registry page.
|
| EditGiftRegistrySubmitAction |
Edit a gift registry.
|
| 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.
|
| EditOrderAction |
Called to edit an order by an Admin User.
|
| EditWishListSubmitAction |
Gets called to edit the wish list.
|
| EnableCustomerSubmitAction |
Gets called normally from an eMail where a customer clicks on a link to confirm his registration.
|
| FilterReviewAction |
It receives a review rating to show only reviews with that rating
|
| FilterSearchByCategoryAction |
Filters the SOLR search result based on the information in the FilterByCategoryForm.
|
| FilterSearchByManufacturerAction |
Filters the SOLR search result based on the information in the FilterByManufacturerForm.
|
| FilterSearchByPriceAction |
Filters the search based on price limits
|
| FilterSearchByTagsAction |
Adds or removes the tag passed in as a parameter from the list of selected tags used to filter
the products
|
| FilterVendorReviewAction |
It receives a review rating to show only reviews with that rating
|
| FirstAddrAction |
Gets called before the new address page.
|
| FirstAddrSubmitAction |
Gets called after submitting the edit address page.
|
| ForgotPasswordAction |
Gets called before displaying the Forgot Password page
|
| ForgotPasswordSubmitAction |
Gets called after submitting the forgot password page.
|
| GiftRegistryListSubmitAction |
Gets called to add items from a gift registry to the cart
|
| GiftRegistrySearchAction |
Opens up a Search Window for searching for gift registries
|
| GiftRegistrySearchSubmitAction |
Performs a search based on data from the SearchGiftRegistryForm.
|
| HelpAction |
Gets called before displaying the Help page
|
| InitFromTokenSubmitAction |
Gets called to initiate a user's session based on the data found in the SSO Token object
|
| InternationalOrdersAction |
Gets called before displaying the International Orders page
|
| LoginAction |
Gets called before the login page.
|
| LoginSubmitAction |
Gets called after submitting the login page.
|
| LogoutAction |
Gets called to logout.
|
| ManagePreferencesAction |
Gets called before viewing the manage preferences page
|
| ManagePreferencesSubmitAction |
Gets called after submitting the manage preferences form.
|
| 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.
|
| NavigateGiftRegistryItemsAction |
It receives the navDir parameter to page through the list of wish list items.
|
| 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.
|
| NavigateRewardPointsAction |
It receives the navDir parameter to page through the list of reward point transactions.
|
| NavigateVendorReviewAction |
It receives the navDir parameter to page through the list of reviews.
|
| NavigateWishListAction |
It receives the navDir parameter to page through the list of wish lists.
|
| NewAddrAction |
Gets called before the new address page.
|
| NewAddrSubmitAction |
Gets called after submitting the new address page.
|
| OrderPageSizeAction |
Gets called after selecting the number of orders to display from the drop list in the orders page
|
| PrivacyNoticeAction |
Gets called before the privacy policy page.
|
| ProdPageSizeAction |
Gets called after selecting the number of products to display from the drop list in the products page
|
| PunchOutCheckoutAction |
Gets called to send an XML message back to the ERP system
|
| PunchOutEntryAction |
Gets called by the ERP system to start a KonaKart session for the corporate buyer.
|
| 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.
|
| ReturnsAction |
Gets called before displaying the Returns page
|
| RevPageSizeAction |
Gets called after selecting the number of reviews to display from the drop list in the reviews page
|
| SearchByManufacturerByLinkSubmitAction |
Gets called to search by manufacturers based on the manuId parameter.
|
| SelectCategoryAction |
Selects a category based on the catId parameter.
|
| SelectCurrencySubmitAction |
Gets called to select the currency based on the parameters in the SelectCurrencyForm.
|
| SetLocaleAction |
Changes the locale.
|
| SetNotificationAction |
Gets called to add product notifications to a customer.
|
| ShippingAndHandlingAction |
Gets called before displaying the Shipping and Handling page
|
| ShowAllNewProdsAction |
Gets called to fetch a list of new products.
|
| ShowAllOrdersAction |
Gets called to fetch a list of orders.
|
| ShowAllSpecialsAction |
Gets called to fetch a list of products with special prices.
|
| ShowCartItemsAction |
Called to display the new cart items after editing the cart.
|
| ShowGiftRegistryItemsAction |
Called to display the wish list items normally after searching for a gift registry
|
| 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.
|
| ShowReviewDetailsAction |
Fetches details of a review identified by the revId parameter.
|
| ShowRewardPointsAction |
Gets called to fetch a list reward point transactions.
|
| ShowSpecialsAction |
Gets called to fetch a list of products with special prices from a defined category
|
| ShowWishListItemsAction |
Called to display the wish list items normally after editing the wish list or after adding a new
item to the wish list It uses the EditWishListForm.
|
| SortGiftRegistryItemsAction |
Sorts gift registry items based on the orderBy parameter.
|
| SortProductAction |
Sorts products based on the orderBy parameter.
|
| SortReviewAction |
Sorts reviews based on the orderBy parameter.
|
| SortVendorReviewAction |
Sorts reviews based on the orderBy parameter.
|
| StoreDetailsAction |
Called to show the details of a store.
|
| SubscribeNewsletterConfirmSubmitAction |
Gets called normally from an eMail where a customer clicks on a link to confirm his newsletter
subscription.
|
| SubscribeNewsletterSubmitAction |
Gets called to subscribe to the newsletter
|
| SuggestedSearch |
Used to implement suggested search
|
| TermsOfUseAction |
Gets called before displaying the Terms of Use page
|
| WriteReviewAction |
Gets called before the write review page.
|
| WriteReviewSubmitAction |
Gets called after submitting the write review page.
|
| WriteVendorReviewAction |
Gets called before the write review page.
|
| WriteVendorReviewSubmitAction |
Gets called after submitting the write review page.
|
| XMLOverHTTPAction |
Used for the OpenLaszlo Catalog Inspector demo.
|
Copyright © 2018 DS Data Systems UK Ltd.