A B C D E F G H I K L M N O P Q R S T U V W X Y

A

add(String) - Method in class com.konakart.al.CurrentNavigation
 
add(String, HttpServletRequest) - Method in class com.konakart.al.CurrentNavigation
 
add(String, String) - Method in class com.konakart.al.CurrentNavigation
 
addAddressToCustomer(AddressIf) - Method in class com.konakart.al.CustomerMgr
Call the engine to create a new customer address which is added to the addresses of the current customer.
addPaymentDetailsToOrder(String) - Method in class com.konakart.al.OrderMgr
The payment details object referenced by paymentCode is added to the order.
addProductNotificationsToCustomer(int) - Method in class com.konakart.al.CustomerMgr
Add the product notification to the currently logged in customer.
addressBook - Static variable in class com.konakart.al.Constants
address book
AddressBookAction - Class in com.konakart.actions
Opens a page where a customer can view and change entries in his address book.
AddressBookAction() - Constructor for class com.konakart.actions.AddressBookAction
 
addShippingQuoteToOrder(String) - Method in class com.konakart.al.OrderMgr
The shipping Quote referenced by shippingCode is added to the order.
addToBasket(BasketIf, boolean) - Method in class com.konakart.al.BasketMgr
Saves a new Basket object in the database for the current customer.
addToBasketWithOptions(BasketIf, AddToBasketOptionsIf, boolean) - Method in class com.konakart.al.BasketMgr
Saves a new Basket object in the database for the current customer.
AddToCartForm - Class in com.konakart.forms
This form contains all of the information required in order to add a product to the cart.
AddToCartForm() - Constructor for class com.konakart.forms.AddToCartForm
 
AddToCartFromProdIdAction - Class in com.konakart.actions
Adds a product to the cart based on the parameter "prodId"
AddToCartFromProdIdAction() - Constructor for class com.konakart.actions.AddToCartFromProdIdAction
 
AddToCartSubmitAction - Class in com.konakart.actions
Adds products to the cart based on the "AddToCart" form.
AddToCartSubmitAction() - Constructor for class com.konakart.actions.AddToCartSubmitAction
 
AdminLoginSubmitAction - Class in com.konakart.actions
Gets called to login a user by an admin user
AdminLoginSubmitAction() - Constructor for class com.konakart.actions.AdminLoginSubmitAction
 
advancedNavigation - Static variable in class com.konakart.al.Constants
advancedNavigation
AdvancedSearchAction - Class in com.konakart.actions
Opens up the Advanced Search Window
AdvancedSearchAction() - Constructor for class com.konakart.actions.AdvancedSearchAction
 
AdvancedSearchSubmitAction - Class in com.konakart.actions
Performs a search based on data from the SearchProductForm.
AdvancedSearchSubmitAction() - Constructor for class com.konakart.actions.AdvancedSearchSubmitAction
 
allReviews - Static variable in class com.konakart.al.Constants
allReviews
allSpecials - Static variable in class com.konakart.al.Constants
allSpecials
AuthorizenetAction - Class in com.konakart.actions.gateways
This class is an Action class for sending credit card details to Authorize.net and receiving confirmation
AuthorizenetAction() - Constructor for class com.konakart.actions.gateways.AuthorizenetAction
 

B

BaseAction - Class in com.konakart.actions
Base Action for KonaKart application.
BaseAction() - Constructor for class com.konakart.actions.BaseAction
 
BaseForm - Class in com.konakart.forms
Base form for KonaKart Forms
BaseForm() - Constructor for class com.konakart.forms.BaseForm
 
BaseGatewayAction - Class in com.konakart.actions.gateways
Base Gateway Action for KonaKart application.
BaseGatewayAction() - Constructor for class com.konakart.actions.gateways.BaseGatewayAction
 
BaseMgr - Class in com.konakart.al
All managers extend BaseMgr.
BaseMgr() - Constructor for class com.konakart.al.BaseMgr
 
BasketMgr - Class in com.konakart.al
Contains methods to add and remove products from the shopping basket.
BasketMgr(KKEngIf, KKAppEng) - Constructor for class com.konakart.al.BasketMgr
Constructor

C

cartContents - Static variable in class com.konakart.al.Constants
cartContents
CartItem - Class in com.konakart.al
Used by EditCartForm to present the cart data in a list on the screen
CartItem() - Constructor for class com.konakart.al.CartItem
Constructor
CartItem(int, int, String, String, BigDecimal, BigDecimal, int, int) - Constructor for class com.konakart.al.CartItem
Constructor
CatalogAfterLoginAction - Class in com.konakart.actions
This Action should always get called before showing the MyAccount page.
CatalogAfterLoginAction() - Constructor for class com.konakart.actions.CatalogAfterLoginAction
 
CatalogMainPageAction - Class in com.konakart.actions
Gets called before viewing the main page.
CatalogMainPageAction() - Constructor for class com.konakart.actions.CatalogMainPageAction
 
CategoryMgr - Class in com.konakart.al
Contains methods to get the category tree and manage the current category.
CategoryMgr(KKEngIf, KKAppEng) - Constructor for class com.konakart.al.CategoryMgr
Constructor
ChangeAddrForm - Class in com.konakart.forms
Form used to change the delivery and billing addresses.
ChangeAddrForm() - Constructor for class com.konakart.forms.ChangeAddrForm
 
changeBillingAddress - Static variable in class com.konakart.al.Constants
changeBillingAddress
ChangeDeliveryAddrAction - Class in com.konakart.actions
Gets called before viewing the delivery address page
ChangeDeliveryAddrAction() - Constructor for class com.konakart.actions.ChangeDeliveryAddrAction
 
ChangeDeliveryAddrSubmitAction - Class in com.konakart.actions
Gets called when moving on to the next page of the checkout process after the delivery address page
ChangeDeliveryAddrSubmitAction() - Constructor for class com.konakart.actions.ChangeDeliveryAddrSubmitAction
 
changePassword - Static variable in class com.konakart.al.Constants
change Password
changePassword(String, String) - Method in class com.konakart.al.CustomerMgr
Calls the engine to change the current password with the new one.
ChangePasswordAction - Class in com.konakart.actions
Gets called before viewing the change password page
ChangePasswordAction() - Constructor for class com.konakart.actions.ChangePasswordAction
 
changePasswordError - Static variable in class com.konakart.al.Constants
change Password
ChangePasswordForm - Class in com.konakart.forms
Form used to change password.
ChangePasswordForm() - Constructor for class com.konakart.forms.ChangePasswordForm
 
ChangePasswordSubmitAction - Class in com.konakart.actions
Gets called after submitting the change password form.
ChangePasswordSubmitAction() - Constructor for class com.konakart.actions.ChangePasswordSubmitAction
 
ChangePaymentAddrAction - Class in com.konakart.actions
Gets called before viewing the change payment address page.
ChangePaymentAddrAction() - Constructor for class com.konakart.actions.ChangePaymentAddrAction
 
ChangePaymentAddrSubmitAction - Class in com.konakart.actions
Gets called after submitting the change payment address form.
ChangePaymentAddrSubmitAction() - Constructor for class com.konakart.actions.ChangePaymentAddrSubmitAction
 
changeShippingAddress - Static variable in class com.konakart.al.Constants
changeShippingAddress
checkout - Static variable in class com.konakart.al.Constants
checkout
CheckoutConfirmationAction - Class in com.konakart.actions
Gets called before viewing the checkout confirmation page.
CheckoutConfirmationAction() - Constructor for class com.konakart.actions.CheckoutConfirmationAction
 
CheckoutConfirmationSubmitAction - Class in com.konakart.actions
Gets called after submitting the checkout confirmation page.
CheckoutConfirmationSubmitAction() - Constructor for class com.konakart.actions.CheckoutConfirmationSubmitAction
 
CheckoutDeliveryAction - Class in com.konakart.actions
Gets called before viewing the checkout delivery page.
CheckoutDeliveryAction() - Constructor for class com.konakart.actions.CheckoutDeliveryAction
 
CheckoutDeliverySubmitAction - Class in com.konakart.actions
Gets called after submitting the checkout delivery page.
CheckoutDeliverySubmitAction() - Constructor for class com.konakart.actions.CheckoutDeliverySubmitAction
 
CheckoutFinishedAction - Class in com.konakart.actions
Gets called at the end of the checkout process.
CheckoutFinishedAction() - Constructor for class com.konakart.actions.CheckoutFinishedAction
 
CheckoutFinishedSubmitAction - Class in com.konakart.actions
Gets called after submitting the page that allows you to be notified of products after a successful checkout.
CheckoutFinishedSubmitAction() - Constructor for class com.konakart.actions.CheckoutFinishedSubmitAction
 
CheckoutForm - Class in com.konakart.forms
This form contains all of the information required in order to receive information for the checkout process
CheckoutForm() - Constructor for class com.konakart.forms.CheckoutForm
Constructor
CheckoutPaymentAction - Class in com.konakart.actions
Gets called before displaying the checkout payment page.
CheckoutPaymentAction() - Constructor for class com.konakart.actions.CheckoutPaymentAction
 
CheckoutPaymentErrorAction - Class in com.konakart.actions
Gets called when there is an error in the checkout payment process.
CheckoutPaymentErrorAction() - Constructor for class com.konakart.actions.CheckoutPaymentErrorAction
 
CheckoutPaymentSubmitAction - Class in com.konakart.actions
Gets called after submitting the checkout payment page.
CheckoutPaymentSubmitAction() - Constructor for class com.konakart.actions.CheckoutPaymentSubmitAction
 
CheckoutServerPaymentAction - Class in com.konakart.actions
Action called before showing the JSP that collects credit card details
CheckoutServerPaymentAction() - Constructor for class com.konakart.actions.CheckoutServerPaymentAction
 
CheckoutServerPaymentSubmitAction - Class in com.konakart.actions
Action called when the customer clicks the button to submit his credit card details
CheckoutServerPaymentSubmitAction() - Constructor for class com.konakart.actions.CheckoutServerPaymentSubmitAction
 
checkSSL(HttpServletRequest, int, boolean) - Method in class com.konakart.actions.BaseAction
Determines whether we are using SSL or not.
ChronoPayAction - Class in com.konakart.actions.ipn
This class is an Action class for what to do when a payment notification callback is received from ChronoPay.
ChronoPayAction() - Constructor for class com.konakart.actions.ipn.ChronoPayAction
 
clear() - Method in class com.konakart.al.CurrentNavigation
 
clearErrors(HttpServletRequest) - Method in class com.konakart.actions.BaseAction
Method called to clear the current error stack.
com.konakart.actions - package com.konakart.actions
 
com.konakart.actions.gateways - package com.konakart.actions.gateways
 
com.konakart.actions.ipn - package com.konakart.actions.ipn
 
com.konakart.al - package com.konakart.al
 
com.konakart.forms - package com.konakart.forms
 
com.konakart.plugins - package com.konakart.plugins
 
com.konakart.validators - package com.konakart.validators
 
conditionsofuse - Static variable in class com.konakart.al.Constants
conditionsofuse
ConditionsOfUseAction - Class in com.konakart.actions
Gets called before displaying the conditions of use page
ConditionsOfUseAction() - Constructor for class com.konakart.actions.ConditionsOfUseAction
 
ConfigCacheUpdater - Class in com.konakart.al
Thread which runs forever.
ConfigCacheUpdater() - Constructor for class com.konakart.al.ConfigCacheUpdater
Constructor
confirmation - Static variable in class com.konakart.al.Constants
confirmation
Constants - Class in com.konakart.al
These constants are loaded from the properties file so that the Java code can have the same constants as the JSPs
Constants() - Constructor for class com.konakart.al.Constants
 
contactus - Static variable in class com.konakart.al.Constants
contactus
ContactUsAction - Class in com.konakart.actions
Gets called before displaying the contact us page
ContactUsAction() - Constructor for class com.konakart.actions.ContactUsAction
 
createCatMenu(CategoryIf, CategoryIf, List<CategoryIf>, int) - Method in class com.konakart.al.CategoryMgr
This method is used to create a list of categories that can be used to create the category menu.
createCheckoutOrder() - Method in class com.konakart.al.OrderMgr
Creates a partially populated order object and sets checkoutOrder to this object.
createCheckoutOrderWithOptions(CreateOrderOptionsIf) - Method in class com.konakart.al.OrderMgr
Creates a partially populated order object and sets checkoutOrder to this object.
createGuest() - Method in class com.konakart.al.CustomerMgr
We create a customer object for a guest.
createPaymentGatewayList() - Method in class com.konakart.al.OrderMgr
Gets an array of payment details from the engine.
createShippingQuotes() - Method in class com.konakart.al.OrderMgr
Gets an array of shipping quotes from the engine.
CreditCardForm - Class in com.konakart.forms
Form used to enter credit card details.
CreditCardForm() - Constructor for class com.konakart.forms.CreditCardForm
 
CurrentNavigation - Class in com.konakart.al
Object used by the header JSP to show the current navigation within the application.
CurrentNavigation() - Constructor for class com.konakart.al.CurrentNavigation
 
CustomerMgr - Class in com.konakart.al
Contains methods to manage customer details and login / logout.
CustomerMgr(KKEngIf, KKAppEng) - Constructor for class com.konakart.al.CustomerMgr
Constructor
customerRegistration - Static variable in class com.konakart.al.Constants
customerRegistration
CustomerRegistrationAction - Class in com.konakart.actions
Gets called before displaying the customer registration page.
CustomerRegistrationAction() - Constructor for class com.konakart.actions.CustomerRegistrationAction
 
CustomerRegistrationSubmitAction - Class in com.konakart.actions
Gets called after submitting the customer registration page.
CustomerRegistrationSubmitAction() - Constructor for class com.konakart.actions.CustomerRegistrationSubmitAction
 
customerRegistrationSubmitted - Static variable in class com.konakart.al.Constants
customerRegistrationSubmitted
customizeConnection(HttpURLConnection) - Method in class com.konakart.actions.gateways.BaseGatewayAction
This method is normally specialized in the super class to customize the connection

D

dateTemplate - Static variable in class com.konakart.al.Constants
dateTemplate
DEFAULT_BUFFER_SIZE - Static variable in class com.konakart.actions.DigitalDownloadAction
 
DeleteAddrAction - Class in com.konakart.actions
Gets called before delete address page.
DeleteAddrAction() - Constructor for class com.konakart.actions.DeleteAddrAction
 
deleteAddressFromCustomer(int) - Method in class com.konakart.al.CustomerMgr
Call the engine to delete the customer address.
DeleteAddrSubmitAction - Class in com.konakart.actions
Gets called after submitting the delete address page.
DeleteAddrSubmitAction() - Constructor for class com.konakart.actions.DeleteAddrSubmitAction
 
deleteEntry - Static variable in class com.konakart.al.Constants
delete entry
deleteProductNotificationsFromCustomer(int) - Method in class com.konakart.al.CustomerMgr
Delete the product notification from the customer's list of notifications.
destroy() - Method in class com.konakart.plugins.KKAppEngPlugin
Ensure that the cache update thread is killed
destroy() - Method in class com.konakart.plugins.KKEngPlugin
 
DigitalDownloadAction - Class in com.konakart.actions
Action called just before doing the digital download
DigitalDownloadAction() - Constructor for class com.konakart.actions.DigitalDownloadAction
 
displayPriceWithTax() - Method in class com.konakart.al.KKAppEng
Called by the UI to determine whether to display prices with tax.
DropListElement - Class in com.konakart.al
Contains data for a drop list element.
DropListElement(int, String) - Constructor for class com.konakart.al.DropListElement
Constructor

E

editAccount - Static variable in class com.konakart.al.Constants
editAccount
EditAddrAction - Class in com.konakart.actions
Gets called before the edit address page.
EditAddrAction() - Constructor for class com.konakart.actions.EditAddrAction
 
EditAddrSubmitAction - Class in com.konakart.actions
Gets called after submitting the edit address page.
EditAddrSubmitAction() - Constructor for class com.konakart.actions.EditAddrSubmitAction
 
EditCartForm - Class in com.konakart.forms
This form contains all of the information required in order to edit a list of cart items.
EditCartForm() - Constructor for class com.konakart.forms.EditCartForm
Constructor
EditCartSubmitAction - Class in com.konakart.actions
Gets called after editing the cart.
EditCartSubmitAction() - Constructor for class com.konakart.actions.EditCartSubmitAction
 
editCustomer(CustomerIf) - Method in class com.konakart.al.CustomerMgr
Calls the engine to update the customer data with the data passed in as a parameter.
EditCustomerAction - Class in com.konakart.actions
Gets called before the edit customer page.
EditCustomerAction() - Constructor for class com.konakart.actions.EditCustomerAction
 
editCustomerAddress(AddressIf) - Method in class com.konakart.al.CustomerMgr
Call the engine to edit the customer address.
EditCustomerSubmitAction - Class in com.konakart.actions
Gets called after submitting the edit customer page.
EditCustomerSubmitAction() - Constructor for class com.konakart.actions.EditCustomerSubmitAction
 
EditNewsletterAction - Class in com.konakart.actions
Gets called before the edit newsletter page.
EditNewsletterAction() - Constructor for class com.konakart.actions.EditNewsletterAction
 
EditNewsletterSubmitAction - Class in com.konakart.actions
Gets called after submitting the edit newsletter page.
EditNewsletterSubmitAction() - Constructor for class com.konakart.actions.EditNewsletterSubmitAction
 
EditNotifiedProductForm - Class in com.konakart.forms
This form contains all of the information required in order to edit a list of notified products.
EditNotifiedProductForm() - Constructor for class com.konakart.forms.EditNotifiedProductForm
Constructor
EditNotifiedProductsAction - Class in com.konakart.actions
Gets called before the edit notified products page.
EditNotifiedProductsAction() - Constructor for class com.konakart.actions.EditNotifiedProductsAction
 
EditNotifiedProductsSubmitAction - Class in com.konakart.actions
Gets called after submitting the edit products page.
EditNotifiedProductsSubmitAction() - Constructor for class com.konakart.actions.EditNotifiedProductsSubmitAction
 
emptyBasket() - Method in class com.konakart.al.BasketMgr
All items in the basket are removed from the database and the array of basket items for the current customer, are deleted.
emptyZonesForRegistration() - Method in class com.konakart.al.CustomerMgr
Empties the zonesForRegistration array so that the UI doesn't use it.
END_TRIM - Static variable in class com.konakart.al.TrimString
Characters at the end of the trim
eng - Variable in class com.konakart.al.BaseMgr
 
EPaybgAction - Class in com.konakart.actions.ipn
This class is an Action class for what to do when a payment notification callback is received from ePay Bulgaria.
EPaybgAction() - Constructor for class com.konakart.actions.ipn.EPaybgAction
 
EXCEPTION_END - Static variable in class com.konakart.al.XMLUtils
 
EXCEPTION_START - Static variable in class com.konakart.al.XMLUtils
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.AddressBookAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.AddToCartFromProdIdAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.AddToCartSubmitAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.AdminLoginSubmitAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.AdvancedSearchAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.AdvancedSearchSubmitAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.CatalogAfterLoginAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.CatalogMainPageAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ChangeDeliveryAddrAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ChangeDeliveryAddrSubmitAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ChangePasswordAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ChangePasswordSubmitAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ChangePaymentAddrAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ChangePaymentAddrSubmitAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.CheckoutConfirmationAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.CheckoutConfirmationSubmitAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.CheckoutDeliveryAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.CheckoutDeliverySubmitAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.CheckoutFinishedAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.CheckoutFinishedSubmitAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.CheckoutPaymentAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.CheckoutPaymentErrorAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.CheckoutPaymentSubmitAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.CheckoutServerPaymentAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.CheckoutServerPaymentSubmitAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ConditionsOfUseAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ContactUsAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.CustomerRegistrationAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.CustomerRegistrationSubmitAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.DeleteAddrAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.DeleteAddrSubmitAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.DigitalDownloadAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.EditAddrAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.EditAddrSubmitAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.EditCartSubmitAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.EditCustomerAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.EditCustomerSubmitAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.EditNewsletterAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.EditNewsletterSubmitAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.EditNotifiedProductsAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.EditNotifiedProductsSubmitAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.FilterProductAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.FilterProductByCategoryAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.FilterProductByTagsAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ForgotPasswordSubmitAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.gateways.AuthorizenetAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.gateways.PayjunctionAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.gateways.UsaepayAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.gateways.YourpayAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ipn.ChronoPayAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ipn.EPaybgAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ipn.PayPalAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ipn.WorldPayAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.LoginAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.LoginSubmitAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.LogoutAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.MyAccountAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.NavigateAllOrdersAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.NavigateAllReviewAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.NavigateProductAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.NavigateReviewAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.NewAddrAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.NewAddrSubmitAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.PrivacyNoticeAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.QuickSearchAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.RemoveAllTagsFromFilterAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.RepeatOrderAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ResetNotificationAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.SearchByManufacturerByLinkSubmitAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.SearchByManufacturerSubmitAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.SelectCategoryAction1
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.SetLocaleAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.SetNotificationAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ShippingAndReturnsAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ShowAllNewProdsAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ShowAllOrdersAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ShowAllReviewsAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ShowAllSpecialsAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ShowCartItemsAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ShowHomepageAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ShowImageAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ShowOrderDetailsAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ShowProductDetailsAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ShowProductsForManufacturerAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ShowRandomReviewDetailsAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ShowReviewDetailsAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ShowReviewsAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.SortProductAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.WriteReviewAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.WriteReviewSubmitAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.XMLOverHTTPAction
 
ExtendedReview - Class in com.konakart.al
This class is the same as the Review class except that it also contains some product attributes to facilitate its use in the UI.
ExtendedReview(ReviewIf) - Constructor for class com.konakart.al.ExtendedReview
 

F

fetchAllNewProds() - Method in class com.konakart.al.ProductMgr
Gets a list of latest products from the engine and puts them in the currentProducts array.
fetchAllOrders() - Method in class com.konakart.al.OrderMgr
It gets an array of orders sorted by date.
fetchAllReviews() - Method in class com.konakart.al.ReviewMgr
The reviews are fetched from the engine and put in the currentReviews array.
fetchAllSpecials() - Method in class com.konakart.al.ProductMgr
Gets a list of specials from the engine and puts them in the currentProducts array.
fetchAlsoPurchasedArray() - Method in class com.konakart.al.ProductMgr
Populates the alsoPurchasedArray array.
fetchCategoryTree() - Method in class com.konakart.al.CategoryMgr
Fetch the category tree from the engine for all languages
fetchDigitalDownloads() - Method in class com.konakart.al.ProductMgr
The method is called to get the digital downloads from the DB for this user.
fetchManufacturersPerCategory(int) - Method in class com.konakart.al.ProductMgr
The method is called to populate the drop list of manufacturers in the page that shows a list of products for a category.
fetchNewProductsArray(int) - Method in class com.konakart.al.ProductMgr
Get the latest products added to the catalog for the category whose id is passed in as a parameter.
fetchOrderHistoryArray() - Method in class com.konakart.al.ProductMgr
Populates the orderHistory array for the current logged in user.
fetchProductNotificationsPerCustomer() - Method in class com.konakart.al.CustomerMgr
Fetch the product notifications for a customer and language and set them on the customer object.
fetchProductsPerCategory(CategoryIf) - Method in class com.konakart.al.ProductMgr
Retrieves the products for a selected category.
fetchProductsPerManufacturer(int) - Method in class com.konakart.al.ProductMgr
This method is called in order to retrieve a list of products in the currentProducts array belonging to a specific manufacturer.
fetchRandomReviewDetails() - Method in class com.konakart.al.ReviewMgr
For the case of the random review, it exists in the randomReviews array.
fetchRelatedProducts() - Method in class com.konakart.al.ProductMgr
Fetches the related products from the DB.
fetchReviewDetails(int) - Method in class com.konakart.al.ReviewMgr
Sets selectedReview by finding it within the currentReviews array.
fetchReviewsPerProduct(int) - Method in class com.konakart.al.ReviewMgr
The reviews are fetched from the engine and put in the currentReviews array.
fetchSelectedProduct(int) - Method in class com.konakart.al.ProductMgr
This method is called when a user selects a product in order to retrieve more details for that product.
fetchTagGroupsPerCategory(int) - Method in class com.konakart.al.ProductMgr
The method is called to populate the currentTagGroups array.
fetchZonesForRegistration(int) - Method in class com.konakart.al.CustomerMgr
Fetch the zones for the given country.
FilterByCategoryForm - Class in com.konakart.forms
This simple form only contains the categoryId.
FilterByCategoryForm() - Constructor for class com.konakart.forms.FilterByCategoryForm
 
FilterByManufacturerForm - Class in com.konakart.forms
This simple form only contains the manufacturerId.
FilterByManufacturerForm() - Constructor for class com.konakart.forms.FilterByManufacturerForm
 
filterCurrentProdsByCategory(int) - Method in class com.konakart.al.ProductMgr
This method is called in order to filter a list of products in the currentProducts array and show only the products belonging to a specific category.
filterCurrentProdsByManufacturer(int) - Method in class com.konakart.al.ProductMgr
This method is called in order to filter a list of products in the currentProducts array and show only the products belonging to a specific manufacturer.
filterCurrentProdsByTags(int) - Method in class com.konakart.al.ProductMgr
If the tag isn't currently selected, then it will be added to the product filter.
FilterProductAction - Class in com.konakart.actions
Filters the products based on the information in the FilterByManufacturerForm.
FilterProductAction() - Constructor for class com.konakart.actions.FilterProductAction
 
FilterProductByCategoryAction - Class in com.konakart.actions
Filters the products based on the information in the FilterByCategoryForm.
FilterProductByCategoryAction() - Constructor for class com.konakart.actions.FilterProductByCategoryAction
 
FilterProductByTagsAction - Class in com.konakart.actions
Adds or removes the tag passed in as a parameter from the list of selected tags used to filter the products
FilterProductByTagsAction() - Constructor for class com.konakart.actions.FilterProductByTagsAction
 
ForgotPasswordSubmitAction - Class in com.konakart.actions
Gets called after submitting the forgot password page.
ForgotPasswordSubmitAction() - Constructor for class com.konakart.actions.ForgotPasswordSubmitAction
 
ForgottenPasswordForm - Class in com.konakart.forms
Form used to request a new password to be sent.
ForgottenPasswordForm() - Constructor for class com.konakart.forms.ForgottenPasswordForm
 
forgottenPasswordSubject - Static variable in class com.konakart.al.Constants
forgottenPasswordSubject
formatPrice(BigDecimal) - Method in class com.konakart.al.KKAppEng
Used to create a string in order to visualize a price.
formatPrice(BigDecimal, String) - Method in class com.konakart.al.KKAppEng
Used to create a string in order to visualize a price.

G

get() - Method in class com.konakart.al.CurrentNavigation
 
getAccessories() - Method in class com.konakart.al.ProductMgr
 
getAddressCustom1() - Method in class com.konakart.forms.RegisterCustomerForm
 
getAddressCustom2() - Method in class com.konakart.forms.RegisterCustomerForm
 
getAddressCustom3() - Method in class com.konakart.forms.RegisterCustomerForm
 
getAddressCustom4() - Method in class com.konakart.forms.RegisterCustomerForm
 
getAddressCustom5() - Method in class com.konakart.forms.RegisterCustomerForm
 
getAddrId() - Method in class com.konakart.forms.ChangeAddrForm
 
getAllCatsDropList() - Method in class com.konakart.al.CategoryMgr
This is only used for advanced product search so we can create it every time in the correct language.
getAllManuArray() - Method in class com.konakart.al.ProductMgr
Returns an array containing all of the manufacturers.
getAllManuDropList() - Method in class com.konakart.al.ProductMgr
Returns the static list of all manufacturers
getAlsoPurchased() - Method in class com.konakart.al.ProductMgr
Returns the alsoPurchased array of products.
getBasketItemId() - Method in class com.konakart.al.CartItem
 
getBasketItemsPerCustomer() - Method in class com.konakart.al.BasketMgr
Get the basket items for a customer and language and set them on the customer customer object of the customerMgr.
getBasketMgr() - Method in class com.konakart.al.KKAppEng
Used to get an instance of the BasketMgr.
getBasketTotal() - Method in class com.konakart.al.BasketMgr
Returns the total price of the basket as a formatted string so that it may be used directly in the UI.
getBestSellers() - Method in class com.konakart.al.ProductMgr
Gets best sellers for the current category.
getBirthDate() - Method in class com.konakart.forms.RegisterCustomerForm
 
getBirthDateString() - Method in class com.konakart.forms.RegisterCustomerForm
 
getBundledProducts() - Method in class com.konakart.al.ProductMgr
 
getCacheUpdateThread() - Method in class com.konakart.al.KKAppEng
 
getCategoryId() - Method in class com.konakart.forms.FilterByCategoryForm
 
getCategoryId() - Method in class com.konakart.forms.SearchProductForm
 
getCategoryMgr() - Method in class com.konakart.al.KKAppEng
Used to get an instance of the CategoryMgr.
getCatMenuList() - Method in class com.konakart.al.CategoryMgr
The catMenuList is used in the categories tile to display the categories.
getCats() - Method in class com.konakart.al.CategoryMgr
Returns the category tree (i.e.
getCheckoutOrder() - Method in class com.konakart.al.OrderMgr
Returns the current checkout order.
getCity() - Method in class com.konakart.forms.RegisterCustomerForm
 
getComment() - Method in class com.konakart.forms.CheckoutForm
 
getCompany() - Method in class com.konakart.forms.RegisterCustomerForm
 
getConfig(String) - Method in class com.konakart.al.KKAppEng
Returns the configuration value for the key passed in as a parameter.
getConfirmPassword() - Method in class com.konakart.forms.ChangePasswordForm
 
getCountryId() - Method in class com.konakart.forms.RegisterCustomerForm
 
getCouponCode() - Method in class com.konakart.forms.CheckoutForm
 
getCouponCode() - Method in class com.konakart.forms.EditCartForm
 
getCrossSellProducts() - Method in class com.konakart.al.ProductMgr
 
getCurrentCat() - Method in class com.konakart.al.CategoryMgr
Returns the category that is currently selected in the UI.
getCurrentCategories() - Method in class com.konakart.al.ProductMgr
Returns the currentCategories.
getCurrentCategoriesLength() - Method in class com.konakart.al.ProductMgr
Returns the length of the currentCategories array
getCurrentCustomer() - Method in class com.konakart.al.CustomerMgr
Returns the current customer.
getCurrentManufacturers() - Method in class com.konakart.al.ProductMgr
Returns the currentManufacturers.
getCurrentManufacturersLength() - Method in class com.konakart.al.ProductMgr
Returns the length of the currentManufacturers array
getCurrentOffset() - Method in class com.konakart.al.OrderMgr
Gets the currentOffset in the currentOrders array.
getCurrentOffset() - Method in class com.konakart.al.ProductMgr
The current offset in the list of products.
getCurrentOffset() - Method in class com.konakart.al.ReviewMgr
Returns the currentOffset in the review array.
getCurrentOrders() - Method in class com.konakart.al.OrderMgr
Gets an array of current orders.
getCurrentPassword() - Method in class com.konakart.forms.ChangePasswordForm
 
getCurrentProducts() - Method in class com.konakart.al.ProductMgr
Returns the currentProducts.
getCurrentReviews() - Method in class com.konakart.al.ReviewMgr
Returns an array of currentReviews.
getCurrentSubCats() - Method in class com.konakart.al.CategoryMgr
Returns the sub categories of the category currently selected in the UI.
getCurrentTagGroups() - Method in class com.konakart.al.ProductMgr
 
getCurrentTopCat() - Method in class com.konakart.al.CategoryMgr
Returns the top level category for the currently selected category tree.
getCustom1() - Method in class com.konakart.al.CartItem
 
getCustom1() - Method in class com.konakart.al.KKAppEng
Can be used for any custom logic