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

AboutUsAction - Class in com.konakart.actions
Gets called before displaying the About Us page
AboutUsAction() - Constructor for class com.konakart.actions.AboutUsAction
 
ACTION_CONFIRM_ORDER - Static variable in class com.konakart.actions.BaseAction
 
ACTION_CUSTOMER_LOGIN - Static variable in class com.konakart.actions.BaseAction
 
ACTION_ENTER_CHECKOUT - Static variable in class com.konakart.actions.BaseAction
 
ACTION_NEW_CUSTOMER_VISIT - Static variable in class com.konakart.actions.BaseAction
 
ACTION_PAYMENT_METHOD_SELECTED - Static variable in class com.konakart.actions.BaseAction
 
ACTION_PRODUCT_VIEWED - Static variable in class com.konakart.actions.BaseAction
 
ACTION_REMOVE_FROM_CART - Static variable in class com.konakart.actions.BaseAction
 
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.
addParameters(PaymentDetailsIf, List<NameValueIf>) - Method in class com.konakart.actions.gateways.BaseGatewayAction
Add more parameters to the PaymentDetails object.
addPaymentDetailsToOrder(String) - Method in class com.konakart.al.OrderMgr
The payment details object referenced by paymentCode is added to the order.
addPoints(int, String, String) - Method in class com.konakart.al.RewardPointMgr
Adds a number of reward points to the customer's total
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 or the wish list based on the "AddToCart" form.
AddToCartSubmitAction() - Constructor for class com.konakart.actions.AddToCartSubmitAction
 
addToCustomerTag(String, int) - Method in class com.konakart.al.CustomerTagMgr
Adds the tagValue for the tag called tagName for the logged in customer or guest customer.
addToWishList(WishListItemIf) - Method in class com.konakart.al.WishListMgr
The WishListItem is added to one of the customer's wish lists.
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
 
afterLogin(KKAppEng) - Method in class com.konakart.al.KKAppEngCallouts
Called by the CustomerMgr after a login has been successful
afterRefreshAllClientConfigs(KKAppEng) - Method in class com.konakart.al.KKAppEngCallouts
Called at the end of the RefreshAllClientConfigs method of KKAppEng
afterRefreshCaches(KKAppEng) - Method in class com.konakart.al.KKAppEngCallouts
Called from the ConfigCacheUpdater thread whenever the KKAppEng caches are refreshed.
afterStartup(KKAppEng) - Method in class com.konakart.al.KKAppEngCallouts
Called at the end of startup
allowUser(String, String, String) - Method in class com.konakart.actions.ipn.BarclaycardSmartPayApiNotificationAction
Checks the user information sent in the Authorization header to see if the user is allowed
allowUser(String, String, String) - Method in class com.konakart.actions.ipn.BarclaycardSmartPayHostedNotificationAction
Checks the user information sent in the Authorization header to see if the user is allowed
allowWishListWhenNotLoggedIn() - Method in class com.konakart.al.WishListMgr
Returns true or false depending on whether wish lists are allowed for non logged in customers
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

BarclaycardSmartPayApi3DResponseAction - Class in com.konakart.actions.gateways
This class is an Action class for what to do when a payment result is received from Barclaycard SmartPay API after a 3D secure check.
BarclaycardSmartPayApi3DResponseAction() - Constructor for class com.konakart.actions.gateways.BarclaycardSmartPayApi3DResponseAction
 
BarclaycardSmartPayApiAction - Class in com.konakart.actions.gateways
This class is an Action class for sending credit card details to Barclaycard SmartPay and receiving confirmation
BarclaycardSmartPayApiAction() - Constructor for class com.konakart.actions.gateways.BarclaycardSmartPayApiAction
 
BarclaycardSmartPayApiNotificationAction - Class in com.konakart.actions.ipn
This class is an Action class for what to do when a payment notification callback is received from Barclaycard SmartPay Api.
BarclaycardSmartPayApiNotificationAction() - Constructor for class com.konakart.actions.ipn.BarclaycardSmartPayApiNotificationAction
 
BarclaycardSmartPayHostedNotificationAction - Class in com.konakart.actions.ipn
This class is an Action class for what to do when a payment notification callback is received from Barclaycard SmartPay Hosted.
BarclaycardSmartPayHostedNotificationAction() - Constructor for class com.konakart.actions.ipn.BarclaycardSmartPayHostedNotificationAction
 
BarclaycardSmartPayHostedResponseAction - Class in com.konakart.actions.gateways
This class is an Action class for what to do when a payment result is received from Barclaycard SmartPay Hosted.
BarclaycardSmartPayHostedResponseAction() - Constructor for class com.konakart.actions.gateways.BarclaycardSmartPayHostedResponseAction
 
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
beforeStartup(KKAppEng) - Method in class com.konakart.al.KKAppEngCallouts
Called at the start of startup
BIRTHDAY_LIST_TYPE - Static variable in class com.konakart.al.WishListMgr
Defines the type of wish list
BluepayAction - Class in com.konakart.actions.gateways
This class is an Action class for sending credit card details to BluePay and receiving confirmation
BluepayAction() - Constructor for class com.konakart.actions.gateways.BluepayAction
 

C

CaledonAction - Class in com.konakart.actions.gateways
This class is an Action class for sending credit card details to Caledon and receiving confirmation Typical replies:
TEXT=DECLINED (DUP) &CODE=1007
TEXT=T68414 $12.34&AUTH=T68414&CODE=0000
CaledonAction() - Constructor for class com.konakart.actions.gateways.CaledonAction
 
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
 
ChangeGiftRegistryAddrAction - Class in com.konakart.actions
Gets called before viewing the change gift registry address page
ChangeGiftRegistryAddrAction() - Constructor for class com.konakart.actions.ChangeGiftRegistryAddrAction
 
ChangeGiftRegistryAddrSubmitAction - Class in com.konakart.actions
Gets called when moving on to the next page of the checkout process after the delivery address page
ChangeGiftRegistryAddrSubmitAction() - Constructor for class com.konakart.actions.ChangeGiftRegistryAddrSubmitAction
 
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
charsNotAllowed(Object, ValidatorAction, Field, ActionMessages, HttpServletRequest) - Static method in class com.konakart.validators.StrutsValidator
This validation can be extended to improve security against XSS attacks
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(KKAppEng, 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.
clearIpnHistory(IpnHistoryIf) - Method in class com.konakart.actions.gateways.CommideaVanguardBaseAction
Clears the IpnHistory object
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.tests - package com.konakart.tests
 
com.konakart.validators - package com.konakart.validators
 
CommideaVanguard1Action - Class in com.konakart.actions.gateways
This class is an Action class which is called by Commidea after receiving the credit card details
CommideaVanguard1Action() - Constructor for class com.konakart.actions.gateways.CommideaVanguard1Action
 
CommideaVanguard2Action - Class in com.konakart.actions.gateways
This class is an Action class which is called by the 3D Secure bank after completing the 3D secure check
CommideaVanguard2Action() - Constructor for class com.konakart.actions.gateways.CommideaVanguard2Action
 
CommideaVanguardAction - Class in com.konakart.actions.gateways
This class is an Action class for sending the Generate Session Request to Commidea
CommideaVanguardAction() - Constructor for class com.konakart.actions.gateways.CommideaVanguardAction
 
CommideaVanguardBaseAction - Class in com.konakart.actions.gateways
This class is a Base Action class for sending the Generate Session Request to Commidea.
CommideaVanguardBaseAction() - Constructor for class com.konakart.actions.gateways.CommideaVanguardBaseAction
 
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(KKAppEng) - 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
 
COOKIE_MAX_AGE_IN_SECS - Static variable in class com.konakart.actions.BaseAction
 
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.
CreateGiftRegistryAction - Class in com.konakart.actions
Gets called before the create gift registry page.
CreateGiftRegistryAction() - Constructor for class com.konakart.actions.CreateGiftRegistryAction
 
CreateGiftRegistryForm - Class in com.konakart.forms
This form contains all of the information required in order to create a gift registry.
CreateGiftRegistryForm() - Constructor for class com.konakart.forms.CreateGiftRegistryForm
 
CreateGiftRegistrySubmitAction - Class in com.konakart.actions
Create a gift registry.
CreateGiftRegistrySubmitAction() - Constructor for class com.konakart.actions.CreateGiftRegistrySubmitAction
 
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.
createWishList(WishListIf) - Method in class com.konakart.al.WishListMgr
Creates a new wish list which will appear when fetchCustomersWishLists() is called.
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
 
CustomCookieAction - Class in com.konakart.actions
Used to implement custom cookie code
CustomCookieAction() - Constructor for class com.konakart.actions.CustomCookieAction
 
CUSTOMER_LOCALE - Static variable in class com.konakart.actions.BaseAction
 
CUSTOMER_NAME - Static variable in class com.konakart.actions.BaseAction
 
CUSTOMER_UUID - Static variable in class com.konakart.actions.BaseAction
 
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
CustomerTagMgr - Class in com.konakart.al
Contains methods to manage Customer Tags
CustomerTagMgr(KKEngIf, KKAppEng) - Constructor for class com.konakart.al.CustomerTagMgr
Constructor
customizeConnection(HttpURLConnection, PaymentDetailsIf, List<NameValueIf>) - Method in class com.konakart.actions.gateways.BarclaycardSmartPayApi3DResponseAction
Add things specific to Barclaycard SmartPay to the connection
customizeConnection(HttpURLConnection, PaymentDetailsIf, List<NameValueIf>) - Method in class com.konakart.actions.gateways.BarclaycardSmartPayApiAction
Add things specific to Barclaycard SmartPay to the connection
customizeConnection(HttpURLConnection, PaymentDetailsIf, List<NameValueIf>) - Method in class com.konakart.actions.gateways.BaseGatewayAction
This method is normally specialized in the sub class to customize the connection
customizeConnection(HttpURLConnection) - Method in class com.konakart.actions.gateways.BaseGatewayAction
Deprecated. 
customizeConnection(HttpURLConnection) - Method in class com.konakart.actions.gateways.BluepayAction
Deprecated. 
customizeConnection(HttpURLConnection, PaymentDetailsIf, List<NameValueIf>) - Method in class com.konakart.actions.gateways.CommideaVanguardBaseAction
Add things specific to Commidea Vanguard to the connection
customizeConnection(HttpURLConnection) - Method in class com.konakart.actions.gateways.Eway_auAction
Deprecated. 
customizeConnection(HttpURLConnection, PaymentDetailsIf, List<NameValueIf>) - Method in class com.konakart.actions.gateways.WorldPayXMLRedirectAction
Add things specific to WorldPay to the connection
CyberSourceAction - Class in com.konakart.actions.gateways
This class is an Action class for sending credit card details to CyberSource
CyberSourceAction() - Constructor for class com.konakart.actions.gateways.CyberSourceAction
 
CyberSourceHOPResponseAction - Class in com.konakart.actions.gateways
This class is an Action class for what to do when a payment result is received from CyberSource.
CyberSourceHOPResponseAction() - Constructor for class com.konakart.actions.gateways.CyberSourceHOPResponseAction
 
CyberSourceResponseAction - Class in com.konakart.actions.gateways
This class is an Action class for what to do when a payment result is received from CyberSource.
CyberSourceResponseAction() - Constructor for class com.konakart.actions.gateways.CyberSourceResponseAction
 

D

dateTemplate - Static variable in class com.konakart.al.Constants
dateTemplate
DEFAULT_BUFFER_SIZE - Static variable in class com.konakart.actions.DigitalDownloadAction
 
DEFAULT_BUFFER_SIZE - Static variable in class com.konakart.actions.DownloadInvoiceAction
 
DefaultAction - Class in com.konakart.actions
Action gets called when URL maps to no other actions.
DefaultAction() - Constructor for class com.konakart.actions.DefaultAction
 
defaultStoreIdFromWebXml - Static variable in class com.konakart.actions.BaseAction
Default StoreId as defined in the web.xml for the ActionServlet
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
DeleteGiftRegistryAction - Class in com.konakart.actions
Gets called to delete a gift registry
DeleteGiftRegistryAction() - Constructor for class com.konakart.actions.DeleteGiftRegistryAction
 
deleteProductNotificationsFromCustomer(int) - Method in class com.konakart.al.CustomerMgr
Delete the product notification from the customer's list of notifications.
deleteWishList(int) - Method in class com.konakart.al.WishListMgr
The wish list referenced by the wishListId parameter, and all of its items will be deleted.
destroy() - Method in class com.konakart.plugins.KKAppEngPlugin
Ensure that the cache update thread is killed
destroy() - Method in class com.konakart.plugins.KKEngPlugin
destroy the plugin
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.
DownloadInvoiceAction - Class in com.konakart.actions
Action called just before downloading the invoice
DownloadInvoiceAction() - Constructor for class com.konakart.actions.DownloadInvoiceAction
 
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.
editCustomerLocale(String) - Method in class com.konakart.al.CustomerMgr
Calls the engine to edit the current customer's locale
EditCustomerSubmitAction - Class in com.konakart.actions
Gets called after submitting the edit customer page.
EditCustomerSubmitAction() - Constructor for class com.konakart.actions.EditCustomerSubmitAction
 
EditGiftRegistryAction - Class in com.konakart.actions
Gets called before the edit gift registry page.
EditGiftRegistryAction() - Constructor for class com.konakart.actions.EditGiftRegistryAction
 
EditGiftRegistrySubmitAction - Class in com.konakart.actions
Edit a gift registry.
EditGiftRegistrySubmitAction() - Constructor for class com.konakart.actions.EditGiftRegistrySubmitAction
 
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
 
editWishList(WishListIf) - Method in class com.konakart.al.WishListMgr
The wish list passed in as a parameter will be edited.
The edited wish list will only appear on the UI only after fetchCustomersWishLists() is called.
EditWishListForm - Class in com.konakart.forms
This form contains all of the information required in order to edit a list of wish list items.
EditWishListForm() - Constructor for class com.konakart.forms.EditWishListForm
Constructor
EditWishListSubmitAction - Class in com.konakart.actions
Gets called to edit the wish list.
EditWishListSubmitAction() - Constructor for class com.konakart.actions.EditWishListSubmitAction
 
ElinkAction - Class in com.konakart.actions.gateways
This class is an Action class for sending credit card details to Elink and receiving confirmation
ElinkAction() - Constructor for class com.konakart.actions.gateways.ElinkAction
 
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.
EnableCustomerSubmitAction - Class in com.konakart.actions
Gets called normally from an eMail where a customer clicks on a link to confirm his registration.
EnableCustomerSubmitAction() - Constructor for class com.konakart.actions.EnableCustomerSubmitAction
 
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
 
evaluateExpression(int, String) - Method in class com.konakart.al.CustomerTagMgr
An expression object is retrieved from the database and evaluated for the logged in customer or guest customer.
Eway_auAction - Class in com.konakart.actions.gateways
This class is an Action class for sending credit card details to eWay and receiving confirmation
Eway_auAction() - Constructor for class com.konakart.actions.gateways.Eway_auAction
 
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.AboutUsAction
 
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.ChangeGiftRegistryAddrAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ChangeGiftRegistryAddrSubmitAction
 
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.CreateGiftRegistryAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.CreateGiftRegistrySubmitAction
 
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.DefaultAction
 
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.DeleteGiftRegistryAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.DigitalDownloadAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.DownloadInvoiceAction
 
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.EditGiftRegistryAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.EditGiftRegistrySubmitAction
 
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.EditWishListSubmitAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.EnableCustomerSubmitAction
 
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.FilterSearchByCategoryAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.FilterSearchByManufacturerAction
 
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.BarclaycardSmartPayApi3DResponseAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.gateways.BarclaycardSmartPayApiAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.gateways.BarclaycardSmartPayHostedResponseAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.gateways.BluepayAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.gateways.CaledonAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.gateways.CommideaVanguard1Action
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.gateways.CommideaVanguard2Action
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.gateways.CommideaVanguardAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.gateways.CyberSourceAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.gateways.CyberSourceHOPResponseAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.gateways.CyberSourceResponseAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.gateways.ElinkAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.gateways.Eway_auAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.gateways.NetpayintlAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.gateways.PayflowProAction
 
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.WorldPayXMLRedirectAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.gateways.WorldPayXMLRedirectResponseAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.gateways.YourpayAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.GiftRegistryListSubmitAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.GiftRegistrySearchAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.GiftRegistrySearchSubmitAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.InitFromTokenSubmitAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ipn.BarclaycardSmartPayApiNotificationAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ipn.BarclaycardSmartPayHostedNotificationAction
 
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.MoneyBookersAction
 
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.ManagePreferencesAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ManagePreferencesSubmitAction
 
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.NavigateGiftRegistryItemsAction
 
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.NavigateRewardPointsAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.NavigateWishListAction
 
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.PreShowProductDetailsAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.PrivacyNoticeAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.PunchOutCheckoutAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.PunchOutEntryAction
 
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.SelectCurrencySubmitAction
 
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.ShowGiftRegistryItemsAction
 
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.ShowRewardPointsAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.ShowWishListItemsAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.SortGiftRegistryItemsAction
 
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.
fetchAlsoPurchasedArray(boolean) - 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
fetchCustomersWishLists() - Method in class com.konakart.al.WishListMgr
Get the wish list for a customer and language and set them on the customer object of the customerMgr.
fetchCustomProducts1Array(ProductSearchIf, DataDescriptorIf) - Method in class com.konakart.al.ProductMgr
You can supply your own ProductSearch and DataDescriptor objects to return a custom array of objects that will be stored in the session.
fetchCustomProducts2Array(ProductSearchIf, DataDescriptorIf) - Method in class com.konakart.al.ProductMgr
You can supply your own ProductSearch and DataDescriptor objects to return a custom array of objects that will be stored in the session.
fetchCustomProducts3Array(ProductSearchIf, DataDescriptorIf) - Method in class com.konakart.al.ProductMgr
You can supply your own ProductSearch and DataDescriptor objects to return a custom array of objects that will be stored in the session.
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.
fetchNewProductsArray(int, boolean) - 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.
fetchRelatedProducts(boolean) - 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.
fetchWishList(int) - Method in class com.konakart.al.WishListMgr
Gets a fully populated wish list from the engine and populates the currentWishList attribute with it.
fetchWishListWithoutItems(int) - Method in class com.konakart.al.WishListMgr
Gets an empty wish list from the engine and populates the currentWishList attribute with it.
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
 
filterSearchByCategory(int) - Method in class com.konakart.al.ProductMgr
This method is called in order to filter a list of products in the currentProducts array after a SOLR search
FilterSearchByCategoryAction - Class in com.konakart.actions
Filters the SOLR search result based on the information in the FilterByCategoryForm.
FilterSearchByCategoryAction() - Constructor for class com.konakart.actions.FilterSearchByCategoryAction
 
filterSearchByManufacturer(int) - Method in class com.konakart.al.ProductMgr
This method is called in order to filter a list of products in the currentProducts array after a SOLR search
FilterSearchByManufacturerAction - Class in com.konakart.actions
Filters the SOLR search result based on the information in the FilterByManufacturerForm.
FilterSearchByManufacturerAction() - Constructor for class com.konakart.actions.FilterSearchByManufacturerAction
 
finishUp(KKAppEng, OrderIf, boolean, String) - Method in class com.konakart.actions.gateways.CommideaVanguardBaseAction
Common code to finish up after the transaction request to Commidea
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 visualise a price.

G

get() - Method in class com.konakart.al.CurrentNavigation
 
getAccessories() - Method in class com.konakart.al.ProductMgr
Returns the accessories.
getActiveCustId() - Method in class com.konakart.al.KKAppEng
Get the active customer Id.
getAddrEmail() - Method in class com.konakart.forms.RegisterCustomerForm
 
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
 
getAddressId() - Method in class com.konakart.forms.CreateGiftRegistryForm
 
getAddrId() - Method in class com.konakart.forms.ChangeAddrForm
 
getAddrTelephone() - Method in class com.konakart.forms.RegisterCustomerForm
 
getAddrTelephone1() - Method in class com.konakart.forms.RegisterCustomerForm
 
getAddToBasketOptions() - Method in class com.konakart.al.BasketMgr
Creates an AddToBasketOptionsIf based on the current FetchProductOptions stored in the AppEng.
getAddToWishList() - Method in class com.konakart.forms.AddToCartForm
If set to "true" we add the product to the wish list rather than to the cart
getAddToWishListOptions() - Method in class com.konakart.al.WishListMgr
Creates an AddToWishListOptionsIf based on the current FetchProductOptions stored in the AppEng.
getAdminUser() - Method in class com.konakart.al.KKAppEng
The administrator who has logged for the customer
getAffiliateId() - Method in class com.konakart.al.KKAppEng
The Id of an affiliate partne
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.
getAllCountries() - Method in class com.konakart.al.KKAppEng
Return All Countries with the names set from the message catalog.
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
getAllPromotions() - Method in class com.konakart.al.ProductMgr
Returns an array of active promotions from the cache
getAlsoPurchased() - Method in class com.konakart.al.ProductMgr
Returns the alsoPurchased array of products.
getAnalyticsCode() - Method in class com.konakart.al.KKAppEng
Get the Analytics Code from the message catalog if Analytics are enabled
getAppPropertiesPath() - Method in class com.konakart.plugins.KKAppEngPlugin
 
getAttrCustom1() - Method in class com.konakart.al.ProdOption
Custom field that can take a unique value whenever the option is connected to a product.
getAttrCustom2() - Method in class com.konakart.al.ProdOption
Custom field that can take a unique value whenever the option is connected to a product.
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.
getBestSellers(boolean) - Method in class com.konakart.al.ProductMgr
Gets best sellers for the current category.
getBestSellersPerCategory(int) - Method in class com.konakart.al.ProductMgr
Gets best sellers for the selected category.
getBestSellersPerCategory(int, boolean) - Method in class com.konakart.al.ProductMgr
Gets best sellers for the selected 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
Returns the bundledProducts.
getCategoriesShared() - Method in class com.konakart.plugins.KKAppEngPlugin
 
getCategoriesShared() - Method in class com.konakart.plugins.KKEngPlugin
 
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.
getCatMessage(HttpServletRequest, String) - Method in class com.konakart.actions.BaseAction
Get the message from the message catalog
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
 
getCityOrState() - Method in class com.konakart.forms.SearchGiftRegistryForm
 
getComment() - Method in class com.konakart.forms.CheckoutForm
 
getComments() - Method in class com.konakart.al.WishListUIItem
 
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.
getConfigAsBoolean(String, boolean) - Method in class com.konakart.al.KKAppEng
Returns the configuration value as a boolean for the key passed in as a parameter.
getConfigAsInt(String) - Method in class com.konakart.al.KKAppEng
Returns the configuration value as an integer for the key passed in as a parameter.
getConfigAsIntWithDefault(String, int) - Method in class com.konakart.al.KKAppEng
Returns the configuration value as an integer 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.al.OrderMgr
Latest coupon code entered by the customer
getCouponCode() - Method in class com.konakart.forms.CheckoutForm
 
getCouponCode() - Method in class com.konakart.forms.EditCartForm
 
getCreateOrderOptions() - Method in class com.konakart.al.OrderMgr
Creates an CreateOrderOptionsIf based on the current FetchProductOptions stored in the AppEng.
getCrossSellProducts() - Method in class com.konakart.al.ProductMgr
Returns the crossSellProducts.
getCurencyCode() - Method in class com.konakart.forms.SelectCurrencyForm
 
getCurrencies() - Method in class com.konakart.al.KKAppEng
Returns the available currencies in the system
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.
getCurrentOffset() - Method in class com.konakart.al.RewardPointMgr
 
getCurrentOffset() - Method in class com.konakart.al.WishListMgr
 
getCurrentOrders() - Method in class com.konakart.al.OrderMgr
Gets an array of current orders.
getCurrentPage() - Method in class com.konakart.al.OrderMgr
 
getCurrentPage() - Method in class com.konakart.al.ProductMgr
 
getCurrentPage() - Method in class com.konakart.al.ReviewMgr
 
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.
getCurrentRewardPoints() - Method in class com.konakart.al.RewardPointMgr
 
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
If there are any tag groups associated with the current category, the tags will be displayed on the UI to allow the customer to refine his product search.
getCurrentTopCat() - Method in class com.konakart.al.CategoryMgr
Returns the top level category for the currently selected category tree.
getCurrentWishList() - Method in class com.konakart.al.WishListMgr
 
getCurrentWishListItems() - Method in class com.konakart.al.WishListMgr
 
getCurrentWishLists() - Method in class com.konakart.al.WishListMgr
 
getCustom1() - Method in class com.konakart.al.CartItem
 
getCustom1() - Method in class com.konakart.al.KKAppEng
Can be used for any custom logic
getCustom1() - Method in class com.konakart.al.ProdOptionContainer
 
getCustom1() - Method in class com.konakart.al.WishListUIItem
 
getCustom1() - Method in class com.konakart.forms.CreateGiftRegistryForm
 
getCustom1() - Method in class com.konakart.forms.SearchGiftRegistryForm
 
getCustom1() - Method in class com.konakart.forms.SearchProductForm
 
getCustom1() - Method in class com.konakart.forms.WriteReviewForm
 
getCustom2() - Method in class com.konakart.al.CartItem
 
getCustom2() - Method in class com.konakart.al.KKAppEng
Can be used for any custom logic
getCustom2() - Method in class com.konakart.al.ProdOptionContainer
 
getCustom2() - Method in class com.konakart.al.WishListUIItem
 
getCustom2() - Method in class com.konakart.forms.CreateGiftRegistryForm
 
getCustom2() - Method in class com.konakart.forms.SearchGiftRegistryForm
 
getCustom2() - Method in class com.konakart.forms.SearchProductForm
 
getCustom2() - Method in class com.konakart.forms.WriteReviewForm
 
getCustom3() - Method in class com.konakart.al.CartItem
 
getCustom3() - Method in class com.konakart.al.KKAppEng
Can be used for any custom logic
getCustom3() - Method in class com.konakart.al.WishListUIItem
 
getCustom3() - Method in class com.konakart.forms.CreateGiftRegistryForm
 
getCustom3() - Method in class com.konakart.forms.SearchGiftRegistryForm
 
getCustom3() - Method in class com.konakart.forms.SearchProductForm
 
getCustom3() - Method in class com.konakart.forms.WriteReviewForm
 
getCustom4() - Method in class com.konakart.al.CartItem
 
getCustom4() - Method in class com.konakart.al.KKAppEng
Can be used for any custom logic
getCustom4() - Method in class com.konakart.al.WishListUIItem
 
getCustom4() - Method in class com.konakart.forms.CreateGiftRegistryForm
 
getCustom4() - Method in class com.konakart.forms.SearchGiftRegistryForm
 
getCustom4() - Method in class com.konakart.forms.SearchProductForm
 
getCustom5() - Method in class com.konakart.al.CartItem
 
getCustom5() - Method in class com.konakart.al.KKAppEng
Can be used for any custom logic
getCustom5() - Method in class com.konakart.al.WishListUIItem
 
getCustom5() - Method in class com.konakart.forms.CreateGiftRegistryForm
 
getCustom5() - Method in class com.konakart.forms.SearchGiftRegistryForm
 
getCustom5() - Method in class com.konakart.forms.SearchProductForm
 
getCustomConfig(String) - Method in class com.konakart.al.KKAppEng
Get a Custom config value from the Custom Map on the session
getCustomConfig(String, boolean) - Method in class com.konakart.al.KKAppEng
Get a Custom config value from the Custom Map on the session
getCustomConfigAsBool(String, boolean) - Method in class com.konakart.al.KKAppEng
Get a Custom config value as a boolean from the Custom Map on the session
getCustomer1FirstName() - Method in class com.konakart.forms.CreateGiftRegistryForm
 
getCustomer1FirstName() - Method in class com.konakart.forms.SearchGiftRegistryForm
 
getCustomer1LastName() - Method in class com.konakart.forms.CreateGiftRegistryForm
 
getCustomer1LastName() - Method in class com.konakart.forms.SearchGiftRegistryForm
 
getCustomerBirthDate() - Method in class com.konakart.forms.CreateGiftRegistryForm
 
getCustomerCity() - Method in class com.konakart.forms.CreateGiftRegistryForm
 
getCustomerCity() - Method in class com.konakart.forms.SearchGiftRegistryForm
 
getCustomerCustom1() - Method in class com.konakart.forms.RegisterCustomerForm
 
getCustomerCustom2() - Method in class com.konakart.forms.RegisterCustomerForm
 
getCustomerCustom3() - Method in class com.konakart.forms.RegisterCustomerForm
 
getCustomerCustom4() - Method in class com.konakart.forms.RegisterCustomerForm
 
getCustomerCustom5() - Method in class com.konakart.forms.RegisterCustomerForm
 
getCustomerEvent(KKAppEng, int) - Method in class com.konakart.actions.BaseAction
Returns a customer event object with the action and customer id attributes populated.
getCustomerFirstName() - Method in class com.konakart.forms.CreateGiftRegistryForm
 
getCustomerFirstName() - Method in class com.konakart.forms.SearchGiftRegistryForm
 
getCustomerLastName() - Method in class com.konakart.forms.CreateGiftRegistryForm
 
getCustomerLastName() - Method in class com.konakart.forms.SearchGiftRegistryForm
 
getCustomerMgr() - Method in class com.konakart.al.KKAppEng
Used to get an instance of the CustomerMgr.
getCustomersShared() - Method in class com.konakart.plugins.KKAppEngPlugin
 
getCustomersShared() - Method in class com.konakart.plugins.KKEngPlugin
 
getCustomerState() - Method in class com.konakart.forms.CreateGiftRegistryForm
 
getCustomerState() - Method in class com.konakart.forms.SearchGiftRegistryForm
 
getCustomerTag(String) - Method in class com.konakart.al.CustomerTagMgr
A CustomerTag object is returned containing the value of the customer tag referenced by the parameter tagName for the logged in customer or guest customer.
getCustomerTagMgr() - Method in class com.konakart.al.KKAppEng
 
getCustomerTagValue(String) - Method in class com.konakart.al.CustomerTagMgr
A string is returned containing the value of the customer tag referenced by the parameter tagName for the logged in customer or guest customer.
getCustomMap() - Method in class com.konakart.al.KKAppEng
 
getCustomObj() - Method in class com.konakart.al.KKAppEng
A custom object that can be attached to the KonaKart client engine to store custom data.
getCustomProducts1() - Method in class com.konakart.al.ProductMgr
 
getCustomProducts2() - Method in class com.konakart.al.ProductMgr
 
getCustomProducts3() - Method in class com.konakart.al.ProductMgr
 
getCvv() - Method in class com.konakart.forms.CreditCardForm
 
getData(PaymentDetailsIf, List<NameValueIf>) - Method in class com.konakart.actions.gateways.BaseGatewayAction
Sends data to the payment gateway via a GET.
getData(PaymentDetailsIf, List<NameValueIf>) - Method in class com.konakart.actions.gateways.CaledonAction
Sends data to the payment gateway via a GET.
getDataDesc() - Method in class com.konakart.al.ProductMgr
Returns the current data descriptor object.
getDataDesc() - Method in class com.konakart.al.ReviewMgr
 
getDataDesc(String) - Static method in class com.konakart.al.XMLUtils
Generate a DataDescriptor object for XML data in this format: 1000 0 ORDER_BY_NAME_ASCENDING
getDateAddedFrom() - Method in class com.konakart.forms.SearchProductForm
 
getDateAddedTo() - Method in class com.konakart.forms.SearchProductForm
 
getDateAsString(Calendar) - Method in class com.konakart.al.KKAppEng
The date template defined in com.konakart.al.Constants.dateTemplate is used to format the date.
getDdbasePath() - Method in class com.konakart.al.KKAppEng
 
getDefaultCurrency() - Method in class com.konakart.al.KKAppEng
Returns the default currency
getDefaultOrderBy() - Method in class com.konakart.al.ProductMgr
Used to set the default OrderBy used by many of the API calls to fetch products.
getDefaultStoreIdFromWebXml() - Method in class com.konakart.actions.BaseAction
 
getDependentProducts() - Method in class com.konakart.al.ProductMgr
Returns the dependentProducts.
getDesc() - Method in class com.konakart.al.DropListElement
 
getDescription() - Method in class com.konakart.forms.CreateGiftRegistryForm
 
getDigitalDownloads() - Method in class com.konakart.al.ProductMgr
Returns the digitalDownloads.
getEmailAddr() - Method in class com.konakart.forms.ForgottenPasswordForm
 
getEmailAddr() - Method in class com.konakart.forms.RegisterCustomerForm
 
getEng() - Method in class com.konakart.al.BaseMgr
 
getEng() - Method in class com.konakart.al.KKAppEng
Returns an instance of the KonaKart server engine so that methods may be called directly on it.
getEngConf() - Static method in class com.konakart.al.KKAppEng
 
getEventDateString() - Method in class com.konakart.forms.CreateGiftRegistryForm
 
getEventDateString() - Method in class com.konakart.forms.SearchGiftRegistryForm
 
getExpiryMonth() - Method in class com.konakart.forms.CreditCardForm
 
getExpiryYear() - Method in class com.konakart.forms.CreditCardForm
 
getFaxNumber() - Method in class com.konakart.forms.RegisterCustomerForm
 
getFetchProdOptions() - Method in class com.konakart.al.KKAppEng
An options object that could for example point this customer to a special catalog
getFinalPriceExTax() - Method in class com.konakart.forms.EditWishListForm
 
getFinalPriceIncTax() - Method in class com.konakart.forms.EditWishListForm
 
getFirstName() - Method in class com.konakart.forms.RegisterCustomerForm
 
getFooter() - Method in class com.konakart.actions.gateways.CommideaVanguardBaseAction
Returns the footer which is common for all requests
getFormattedValueExTax() - Method in class com.konakart.al.ProdOption
 
getFormattedValueIncTax() - Method in class com.konakart.al.ProdOption
 
getForward(ActionMapping, HttpServletRequest, Exception, String, String, String) - Method in class com.konakart.actions.BaseAction
If the application sends us a KKException with the cause equal to a more detailed exception such as KKPasswordDoesntMatchException, sometimes the application has to be able to detect this so that it can handle the exception by sending an error message back to the screen.
getForwardAfterLogin() - Method in class com.konakart.al.KKAppEng
The forwardAfterLogin is stored for the cases where the user wants to perform some action such as writing a review, which requires him to be logged in.
getGatewayRequest(PaymentDetailsIf, List<NameValueIf>) - Method in class com.konakart.actions.gateways.BarclaycardSmartPayApi3DResponseAction
Create the request from the parameters
getGatewayRequest(PaymentDetailsIf, List<NameValueIf>) - Method in class com.konakart.actions.gateways.BarclaycardSmartPayApiAction
Create the request from the parameters
getGatewayRequest(PaymentDetailsIf, List<NameValueIf>) - Method in class com.konakart.actions.gateways.BaseGatewayAction
This method can be specialized in the super class to customize the format of the request
getGatewayRequest(PaymentDetailsIf, List<NameValueIf>) - Method in class com.konakart.actions.gateways.CyberSourceAction
Create the request from the parameters
getGatewayRequest(PaymentDetailsIf, List<NameValueIf>) - Method in class com.konakart.actions.gateways.Eway_auAction
Create the request from the parameters
getGatewayRequest(PaymentDetailsIf, List<NameValueIf>) - Method in class com.konakart.actions.gateways.NetpayintlAction
This method is specialized to customize the format of the request
getGatewayRequest(PaymentDetailsIf, List<NameValueIf>) - Method in class com.konakart.actions.gateways.PayflowProAction
This method is specialized to customize the format of the request
getGatewayRequest(PaymentDetailsIf, List<NameValueIf>) - Method in class com.konakart.actions.gateways.WorldPayXMLRedirectAction
Create the request from the parameters
getGender() - Method in class com.konakart.forms.RegisterCustomerForm
 
getGiftCertCode() - Method in class com.konakart.al.OrderMgr
 
getGiftCertCode() - Method in class com.konakart.forms.CheckoutForm
 
getGiftCertCode() - Method in class com.konakart.forms.EditCartForm
 
getGoToCheckout() - Method in class com.konakart.forms.EditCartForm
 
getHeader(String, OrderIf, int) - Method in class com.konakart.actions.gateways.CommideaVanguardBaseAction
Returns the header which is common for all requests
getHeaderToShow() - Method in class com.konakart.al.ProductMgr
The page of the application showing products can have many different titles and can also contain a filter to filter the products by manufacturer or by category.
getHeadingImageHeight() - Method in class com.konakart.al.KKAppEng
The headingImageHeight is set by a configuration parameter.
getHeadingImageWidth() - Method in class com.konakart.al.KKAppEng
The headingImageWidth is set by a configuration parameter.
getHostAndPort() - Method in class com.konakart.al.OrderMgr
In the form servername:serverport
getId() - Method in class com.konakart.al.DropListElement
 
getId() - Method in class com.konakart.al.ProdOption
 
getId() - Method in class com.konakart.al.ProdOptionContainer
 
getId() - Method in class com.konakart.forms.EditWishListForm
 
getIdForUserUpdatingOrder(OrderIf) - Method in class com.konakart.al.OrderMgr
Get the Id of the user who is updating this order
getImage() - Method in class com.konakart.al.ExtendedReview
 
getImageBase() - Method in class com.konakart.al.KKAppEng
The ImageBase is set by a configuration parameter.
getInStock() - Method in class com.konakart.al.CartItem
 
getItemList() - Method in class com.konakart.forms.EditCartForm
 
getItemList() - Method in class com.konakart.forms.EditNotifiedProductForm
 
getItemList() - Method in class com.konakart.forms.EditWishListForm
 
getKKAppEng(HttpServletRequest, HttpServletResponse) - Method in class com.konakart.actions.BaseAction
Sets the variable kkAppEng to the KKAppEng instance saved in the session.
getKkAppEng() - Method in class com.konakart.al.BaseMgr
 
getKKCookie(String, HttpServletRequest, HttpServletResponse, KKAppEng) - Method in class com.konakart.actions.BaseAction
Utility method to read a KKCookie.
getKKCookie(String, String, KKAppEng) - Method in class com.konakart.actions.BaseAction
Utility method to read a KKCookie when we have the CustomerUuid
getKkVersion() - Method in class com.konakart.al.KKAppEng
 
getLangId() - Method in class com.konakart.al.KKAppEng
Get the current language Id.
getLastName() - Method in class com.konakart.forms.RegisterCustomerForm
 
getLinkUrl() - Method in class com.konakart.forms.CreateGiftRegistryForm
 
getListName() - Method in class com.konakart.forms.EditWishListForm
 
getListType() - Method in class com.konakart.forms.CreateGiftRegistryForm
 
getLocale() - Method in class com.konakart.al.KKAppEng
Get the current locale in String format (lowerCaseCode_upperCaseCode).
getLocaleObj() - Method in class com.konakart.al.KKAppEng
Get the current locale as a locale object
getLog() - Static method in class com.konakart.tests.LoadTest
 
getLogFileDirectory(KKAppEng) - Method in class com.konakart.actions.gateways.BaseGatewayAction
 
getLogoutPage() - Static method in class com.konakart.al.Constants
 
getManufacturerId() - Method in class com.konakart.forms.FilterByManufacturerForm
 
getManufacturerId() - Method in class com.konakart.forms.SearchProductForm
 
getMaxDisplaySearchResults() - Method in class com.konakart.al.ProductMgr
Used to get the maximum number of search results to display.
getMaxItemRows() - Method in class com.konakart.al.WishListMgr
Maximum number of wish list items to show in a list.
getMaxRandomReviews() - Method in class com.konakart.al.ReviewMgr
Maximum number of random reviews to show in a list.
getMaxRows() - Method in class com.konakart.al.OrderMgr
Maximum number of orders to show in a list.
getMaxRows() - Method in class com.konakart.al.ProductMgr
Maximum number of products to show in a list.
getMaxRows() - Method in class com.konakart.al.ReviewMgr
Maximum number of reviews to show in a list.
getMaxRows() - Method in class com.konakart.al.RewardPointMgr
Maximum number of wish lists to show in a list.
getMaxRows() - Method in class com.konakart.al.WishListMgr
Maximum number of wish lists to show in a list.
getMessage() - Method in class com.konakart.al.PunchOut
 
getMetaDescription() - Method in class com.konakart.al.KKAppEng
Used by the JSPs to set the content of the meta description tag.
getMetaKeywords() - Method in class com.konakart.al.KKAppEng
Used by the JSPs to set the content of the meta keywords tag.
getMode() - Method in class com.konakart.plugins.KKAppEngPlugin
 
getMode() - Method in class com.konakart.plugins.KKEngPlugin
 
getModeInt() - Method in class com.konakart.plugins.KKAppEngPlugin
 
getModeInt() - Method in class com.konakart.plugins.KKEngPlugin
 
getModeString() - Method in class com.konakart.plugins.KKAppEngPlugin
Return the engine mode - as a descriptive String for diagnostic purposes only
getModeString() - Method in class com.konakart.plugins.KKEngPlugin
Return the engine mode - as a descriptive String for diagnostic purposes only
getMsgResources() - Method in class com.konakart.al.KKAppEng
 
getMyCollator() - Method in class com.konakart.al.KKAppEng
 
getName() - Method in class com.konakart.al.ProdOptionContainer
 
getName() - Method in class com.konakart.forms.CreateGiftRegistryForm
 
getNav() - Method in class com.konakart.al.KKAppEng
Get an array of strings that define the current navigation.
getNavBack() - Method in class com.konakart.al.OrderMgr
navBack is a constant.
getNavBack() - Method in class com.konakart.al.ProductMgr
Static string - navigate backwards.
getNavBack() - Method in class com.konakart.al.ReviewMgr
Static string - navigate backwards.
getNavBack() - Method in class com.konakart.al.RewardPointMgr
Static string - navigate backwards.
getNavBack() - Method in class com.konakart.al.WishListMgr
Static string - navigate backwards.
getNavNext() - Method in class com.konakart.al.OrderMgr
navNext is a constant.
getNavNext() - Method in class com.konakart.al.ProductMgr
Static string - navigate forwards.
getNavNext() - Method in class com.konakart.al.ReviewMgr
Static string - navigate forwards.
getNavNext() - Method in class com.konakart.al.RewardPointMgr
Static string - navigate forwards.
getNavNext() - Method in class com.konakart.al.WishListMgr
Static string - navigate forwards.
getNavStart() - Method in class com.konakart.al.OrderMgr
navStart is a constant.
getNavStart() - Method in class com.konakart.al.ProductMgr
Static string - navigate to the start.
getNavStart() - Method in class com.konakart.al.ReviewMgr
Static string - navigate to the start.
getNavStart() - Method in class com.konakart.al.RewardPointMgr
Static string - navigate to the start.
getNavStart() - Method in class com.konakart.al.WishListMgr
Static string - navigate to the start.
getNewPassword() - Method in class com.konakart.forms.ChangePasswordForm
 
getNewProducts() - Method in class com.konakart.al.ProductMgr
Returns an array of products containing the new products.
getNewsletter() - Method in class com.konakart.forms.RegisterCustomerForm
 
getNowAsString() - Method in class com.konakart.al.KKAppEng
The date template defined in com.konakart.al.Constants.dateTemplate is used to get the current date and time.
getNumber() - Method in class com.konakart.forms.CreditCardForm
 
getNumberOfOrders() - Method in class com.konakart.al.OrderMgr
The number of orders in the currentOrders array.
getNumberOfProducts() - Method in class com.konakart.al.ProductMgr
Returns the number of products in the currentProducts array.
getNumberOfReviews() - Method in class com.konakart.al.ReviewMgr
Returns the number of reviews currently retrieved.
getNumberOfRewardPoints() - Method in class com.konakart.al.RewardPointMgr
Returns the number of reward point records currently retrieved.
getNumberOfWishListItems() - Method in class com.konakart.al.WishListMgr
Returns the number of wish list items currently retrieved.
getNumberOfWishLists() - Method in class com.konakart.al.WishListMgr
Returns the number of wish lists currently retrieved.
getNumOptions() - Method in class com.konakart.forms.AddToCartForm
 
getNumPages() - Method in class com.konakart.al.OrderMgr
 
getNumPages() - Method in class com.konakart.al.ProductMgr
Number of pages within a result set
getNumPages() - Method in class com.konakart.al.ReviewMgr
 
getNumRandomNewProds() - Method in class com.konakart.al.ProductMgr
Returns the number of random new products
getNumRandomReviews() - Method in class com.konakart.al.ReviewMgr
Returns the number of random reviews
getNumRandomSpecials() - Method in class com.konakart.al.ProductMgr
Returns the number of random specials
getObCustom1() - Method in class com.konakart.al.ProductMgr
Static string - order by custom1.
getObCustom2() - Method in class com.konakart.al.ProductMgr
Static string - order by custom2.
getObCustom3() - Method in class com.konakart.al.ProductMgr
Static string - order by custom3.
getObCustom4() - Method in class com.konakart.al.ProductMgr
Static string - order by custom4.
getObCustom5() - Method in class com.konakart.al.ProductMgr
Static string - order by custom5.
getObDate() - Method in class com.konakart.al.ProductMgr
Static string - order by date.
getObManufacturer() - Method in class com.konakart.al.ProductMgr
Static string - order by manufacturer.
getObName() - Method in class com.konakart.al.ProductMgr
Static string - order by name.
getObPrice() - Method in class com.konakart.al.ProductMgr
Static string - order by price.
getObPriceAsc() - Static method in class com.konakart.al.ProductMgr
 
getObPriceDesc() - Static method in class com.konakart.al.ProductMgr
 
getObPriority() - Method in class com.konakart.al.WishListMgr
 
getObRating() - Method in class com.konakart.al.ProductMgr
Static string - order by rating.
getObRatingAsc() - Static method in class com.konakart.al.ProductMgr
 
getObRatingDesc() - Static method in class com.konakart.al.ProductMgr
 
getObRead() - Method in class com.konakart.al.ProductMgr
Static string - order by how many times it has been read.
getObViewed() - Method in class com.konakart.al.ProductMgr
Static string - order by how many times it has been viewed.
getOciVersion() - Method in class com.konakart.al.PunchOut
 
getOptionCustom1() - Method in class com.konakart.al.ProdOption
Custom field, the value of which is defined when the option is created.
getOptionCustom2() - Method in class com.konakart.al.ProdOption
Custom field, the value of which is defined when the option is created.
getOptionId(int) - Method in class com.konakart.forms.AddToCartForm
 
getOptionValCustom1() - Method in class com.konakart.al.ProdOption
Custom field, the value of which is defined when the option value is created.
getOptionValCustom2() - Method in class com.konakart.al.ProdOption
Custom field, the value of which is defined when the option value is created.
getOptNameArray() - Method in class com.konakart.al.CartItem
 
getOptNameArray() - Method in class com.konakart.al.WishListUIItem
 
getOptValues() - Method in class com.konakart.al.ProdOptionContainer
 
getOrder(int) - Method in class com.konakart.al.OrderMgr
It attempts to get an order from the currentOrders array.
getOrderHistory() - Method in class com.konakart.al.ProductMgr
Returns the orderHistory array of products.
getOrderMgr() - Method in class com.konakart.al.KKAppEng
Used to get an instance of the OrderMgr.
getOrderPageSize() - Method in class com.konakart.forms.PreferencesForm
 
getOwner() - Method in class com.konakart.forms.CreditCardForm
 
getPageList() - Method in class com.konakart.al.OrderMgr
 
getPageList() - Method in class com.konakart.al.ProductMgr
 
getPageList() - Method in class com.konakart.al.ReviewMgr
 
getPages(int, int, int, ArrayList<Integer>) - Method in class com.konakart.al.BaseMgr
Get an array list of pages to show
getPageSize() - Method in class com.konakart.al.OrderMgr
Used to get the maximum number of orders to display.
getPageSize() - Method in class com.konakart.al.ReviewMgr
Used to get the maximum number of reviews to display.
getPageTitle() - Method in class com.konakart.al.KKAppEng
Used by the JSPs to set the content of the title tag.
getParameterFromPaymentDetails(String, PaymentDetailsIf) - Method in class com.konakart.actions.gateways.BaseGatewayAction
Get the value of the parameter with the specified name from the PaymentDetails object
getPassword() - Method in class com.konakart.al.PunchOut
 
getPassword() - Method in class com.konakart.forms.LoginForm
 
getPassword() - Method in class com.konakart.forms.RegisterCustomerForm
 
getPasswordConfirmation() - Method in class com.konakart.forms.RegisterCustomerForm
 
getPayment() - Method in class com.konakart.forms.CheckoutForm
 
getPaymentDetailsArray() - Method in class com.konakart.al.OrderMgr
Returns an array of payment details for the current order.
getPaymentType() - Method in class com.konakart.al.OrderMgr
Returns an int that describes the payment type of the checkoutOrder.
getPostcode() - Method in class com.konakart.forms.CreditCardForm
 
getPostcode() - Method in class com.konakart.forms.RegisterCustomerForm
 
getPriceExTax() - Method in class com.konakart.al.ProdOption
 
getPriceFrom() - Method in class com.konakart.forms.SearchProductForm
 
getPriceIncTax() - Method in class com.konakart.al.ProdOption
 
getPriceIncTax(ProductIf) - Method in class com.konakart.al.ProductMgr
Called by the JSPs to get the price of a random product.
getPriceTo() - Method in class com.konakart.forms.SearchProductForm
 
getPriority() - Method in class com.konakart.al.WishListUIItem
 
getProcessingDB(String) - Method in class com.konakart.actions.gateways.CommideaVanguardBaseAction
Get the processingDB from the encoded String
getProdId() - Method in class com.konakart.al.CartItem
 
getProdId() - Method in class com.konakart.al.NotifiedProductItem
 
getProdId() - Method in class com.konakart.al.WishListUIItem
 
getProdImage() - Method in class com.konakart.al.CartItem
 
getProdImage() - Method in class com.konakart.al.WishListUIItem
 
getProdName() - Method in class com.konakart.al.CartItem
 
getProdName() - Method in class com.konakart.al.NotifiedProductItem
 
getProdName() - Method in class com.konakart.al.WishListUIItem
 
getProdSearch() - Method in class com.konakart.al.ProductMgr
Returns the current ProductSearch object.
getProdTimestamp() - Method in class com.konakart.al.ProductMgr
A timestamp for when the last product search was done.
getProductId() - Method in class com.konakart.forms.AddToCartForm
 
getProductMgr() - Method in class com.konakart.al.KKAppEng
Used to get an instance of the ProductMgr.
getProductName() - Method in class com.konakart.al.ExtendedReview
 
getProductNotifications() - Method in class com.konakart.forms.RegisterCustomerForm
 
getProductPageSize() - Method in class com.konakart.forms.PreferencesForm
 
getProductsShared() - Method in class com.konakart.plugins.KKAppEngPlugin
 
getProductsShared() - Method in class com.konakart.plugins.KKEngPlugin
 
getPromotionMap() - Method in class com.konakart.al.ProductMgr
Returns a Hash Map containing the active promotions
getPropertiesPath() - Method in class com.konakart.plugins.KKAppEngPlugin
 
getPropertiesPath() - Method in class com.konakart.plugins.KKEngPlugin
 
getPublicWishList() - Method in class com.konakart.forms.CreateGiftRegistryForm
 
getPunchoutDetails() - Method in class com.konakart.al.KKAppEng
Information required for performing punch out.
getQuantity() - Method in class com.konakart.al.CartItem
 
getQuantity() - Method in class com.konakart.al.ProdOptionContainer
 
getQuantity(int) - Method in class com.konakart.forms.AddToCartForm
 
getQuantityAvailable() - Method in class com.konakart.al.CartItem
 
getQuantityDesired() - Method in class com.konakart.al.WishListUIItem
 
getQuantityReceived() - Method in class com.konakart.al.WishListUIItem
 
getRandomNewProd() - Method in class com.konakart.al.ProductMgr
A random product is returned .
getRandomReview() - Method in class com.konakart.al.ReviewMgr
Pick out a review at random, by indexing the randomReviewArray with a counter that increments by 1 every time the function is called.
getRandomSpecial() - Method in class com.konakart.al.ProductMgr
A random product (with a special price) is returned .
getRating() - Method in class com.konakart.forms.WriteReviewForm
 
getReasonsHash() - Static method in class com.konakart.actions.gateways.CyberSourceHOPResponseAction
 
getReasonsHash() - Static method in class com.konakart.actions.gateways.CyberSourceResponseAction
 
getResultDescription(String) - Method in class com.konakart.actions.gateways.CommideaVanguardBaseAction
Use this to truncate the result description so that it fits in the database column OK
getReturnTarget() - Method in class com.konakart.al.PunchOut
 
getReturnURL() - Method in class com.konakart.al.PunchOut
 
getReviewMgr() - Method in class com.konakart.al.KKAppEng
Used to get an instance of the ReviewMgr.
getReviewPageSize() - Method in class com.konakart.forms.PreferencesForm
 
getReviewText() - Method in class com.konakart.forms.WriteReviewForm
 
getRewardPointMgr() - Method in class com.konakart.al.KKAppEng
 
getRewardPoints() - Method in class com.konakart.al.OrderMgr
Reward points entered by customer
getRewardPoints() - Method in class com.konakart.al.RewardPointMgr
It gets an array of reward point transactions
getRewardPoints() - Method in class com.konakart.forms.CheckoutForm
 
getRewardPoints() - Method in class com.konakart.forms.EditCartForm
 
getScriptBase() - Method in class com.konakart.al.KKAppEng
The ScriptBase is set by a configuration parameter.
getSEARCH_ALL() - Method in class com.konakart.al.KKAppEng
This is a constant used for searching all products.
getSearchText() - Method in class com.konakart.forms.SearchProductForm
 
getSelectedAddr() - Method in class com.konakart.al.CustomerMgr
Returns the currently selected address.
getSelectedCategory() - Method in class com.konakart.al.ProductMgr
Returns the selectedCategory.
getSelectedManufacturer() - Method in class com.konakart.al.ProductMgr
Returns the selectedManufacturer.
getSelectedOrder() - Method in class com.konakart.al.OrderMgr
Returns the selected order.
getSelectedProduct() - Method in class com.konakart.al.ProductMgr
Returns the selectedProduct.
getSelectedProductOptions() - Method in class com.konakart.al.ProductMgr
Returns the selectedProductOptions.
getSelectedReview() - Method in class com.konakart.al.ReviewMgr
Returns the selectedReview.
getSelectedValueId() - Method in class com.konakart.al.ProdOptionContainer
 
getSessionId(String) - Method in class com.konakart.actions.gateways.CommideaVanguardBaseAction
Get the sessionId from the encoded String
getSessionId() - Method in class com.konakart.al.KKAppEng
Returns the session id of the currently logged in customer.
getShipping() - Method in class com.konakart.forms.CheckoutForm
 
getShippingQuotes() - Method in class com.konakart.al.OrderMgr
Gets an array of shipping quotes for the current order.
getSHOW_COUNTS() - Method in class com.konakart.al.CategoryMgr
Determine whether to show the number of products per category.
getShowBack() - Method in class com.konakart.al.OrderMgr
Show the back button if set to 1.
getShowBack() - Method in class com.konakart.al.ProductMgr
Show the back button if set to 1.
getShowBack() - Method in class com.konakart.al.ReviewMgr
Show the back button if set to 1.
getShowBack() - Method in class com.konakart.al.RewardPointMgr
Show the back button if set to 1.
getShowBack() - Method in class com.konakart.al.WishListMgr
Show the back button if set to 1.
getShowNext() - Method in class com.konakart.al.OrderMgr
Show the next button if set to 1.
getShowNext() - Method in class com.konakart.al.ProductMgr
Show the next button if set to 1.
getShowNext() - Method in class com.konakart.al.ReviewMgr
Show the next button if set to 1.
getShowNext() - Method in class com.konakart.al.RewardPointMgr
Show the next button if set to 1.
getShowNext() - Method in class com.konakart.al.WishListMgr
Show the next button if set to 1.
getSign() - Method in class com.konakart.al.ProdOption
 
getSmallImageHeight() - Method in class com.konakart.al.KKAppEng
The smallImageHeight is set by a configuration parameter.
getSmallImageWidth() - Method in class com.konakart.al.KKAppEng
The smallImageWidth is set by a configuration parameter.
getSpecialPriceExTax() - Method in class com.konakart.al.CartItem
 
getSpecialPriceIncTax() - Method in class com.konakart.al.CartItem
 
getSpecialPriceIncTax(ProductIf) - Method in class com.konakart.al.ProductMgr
Called by the JSPs to get the special price of a random product.
getSslBaseUrl() - Method in class com.konakart.al.KKAppEng
The default condition is that the sslBaseUrl isn't used unless the SSL_BASE_URL configuration variable is set.
getSslPort() - Method in class com.konakart.al.KKAppEng
The standard port "443" is used unless it is overridden by the SSL_PORT_NUMBER configuration variable.
getStandardPort() - Method in class com.konakart.al.KKAppEng
The standard port "80" is used unless it is overridden by the STANDARD_PORT_NUMBER configuration.
getState() - Method in class com.konakart.forms.RegisterCustomerForm
 
getSTOCK_ALLOW_CHECKOUT() - Method in class com.konakart.al.ProductMgr
Determine whether to allow a customer to checkout if product isn't in stock.
getSTOCK_CHECK() - Method in class com.konakart.al.ProductMgr
Determine whether to check to see if product is in stock
getStoreBase() - Method in class com.konakart.al.KKAppEng
The StoreBase is set by a configuration parameter.
getStoreId(String) - Method in class com.konakart.al.KKAppEng
Return the storeId.
getStoreId() - Method in class com.konakart.al.KKAppEng
Return the storeId
getStoreId() - Method in class com.konakart.al.StoreInfo
 
getStoreId() - Method in class com.konakart.plugins.KKAppEngPlugin
 
getStoreId() - Method in class com.konakart.plugins.KKEngPlugin
 
getStoreInfo() - Method in class com.konakart.al.ConfigCacheUpdater
 
getStreetAddress() - Method in class com.konakart.forms.CreditCardForm
 
getStreetAddress() - Method in class com.konakart.forms.RegisterCustomerForm
 
getStreetAddress1() - Method in class com.konakart.forms.RegisterCustomerForm
 
getStyleBase() - Method in class com.konakart.al.KKAppEng
The StyleBase is set by a configuration parameter.
getSubcatImageHeight() - Method in class com.konakart.al.KKAppEng
The subcatImageHeight is set by a configuration parameter.
getSubcatImageWidth() - Method in class com.konakart.al.KKAppEng
The subcatImageWidth is set by a configuration parameter.
getSuburb() - Method in class com.konakart.forms.RegisterCustomerForm
 
getTagGroupFilter() - Method in class com.konakart.al.ProductMgr
Get an array of TagGroups with the tags to filter by
getTelephoneNumber() - Method in class com.konakart.forms.RegisterCustomerForm
 
getTelephoneNumber1() - Method in class com.konakart.forms.RegisterCustomerForm
 
getTotalNumberOfOrders() - Method in class com.konakart.al.OrderMgr
Used to determine the total number of orders.
getTotalNumberOfProducts() - Method in class com.konakart.al.ProductMgr
Returns the totalNumberOfProducts which was set as a result of a search.
getTotalNumberOfReviews() - Method in class com.konakart.al.ReviewMgr
Returns the totalNumberOfReviews.
getTotalNumberOfRewardPoints() - Method in class com.konakart.al.RewardPointMgr
 
getTotalNumberOfWishListItems() - Method in class com.konakart.al.WishListMgr
 
getTotalNumberOfWishLists() - Method in class com.konakart.al.WishListMgr
 
getTotalPriceExTax() - Method in class com.konakart.al.CartItem
 
getTotalPriceExTax() - Method in class com.konakart.al.WishListUIItem
 
getTotalPriceIncTax() - Method in class com.konakart.al.CartItem
 
getTotalPriceIncTax() - Method in class com.konakart.al.WishListUIItem
 
getType() - Method in class com.konakart.al.ProdOptionContainer
 
getType(int) - Method in class com.konakart.forms.AddToCartForm
 
getType() - Method in class com.konakart.forms.CreditCardForm
 
getUnitPriceExTax() - Method in class com.konakart.al.CartItem
 
getUnitPriceIncTax() - Method in class com.konakart.al.CartItem
 
getUpdateThreadList() - Static method in class com.konakart.al.KKAppEng
Returns the updateThreadList.
getUpSellProducts() - Method in class com.konakart.al.ProductMgr
Returns the upSellProducts.
getUser() - Method in class com.konakart.forms.LoginForm
 
getUserCurrency() - Method in class com.konakart.al.KKAppEng
Returns the user's currency which may be different to the default currency
getUserCurrencyFormatter() - Method in class com.konakart.al.KKAppEng
Returns the user's currency formatter which may be different to the default currency formatter
getUsername() - Method in class com.konakart.al.PunchOut
 
getValue() - Method in class com.konakart.al.ProdOption
 
getValueId(int) - Method in class com.konakart.forms.AddToCartForm
 
getWishListId() - Method in class com.konakart.forms.AddToCartForm
 
getWishListItemId() - Method in class com.konakart.al.WishListUIItem
 
getWishListMgr() - Method in class com.konakart.al.KKAppEng
Returns the wishListMgr.
getXML(KKAppEng, Object) - Static method in class com.konakart.al.XMLUtils
Serializes the object into an XML string.
getXMLOverHTTPResp() - Method in class com.konakart.al.KKAppEng
XMLOverHTTPResp is used to temporary store an XML response.
getZonesForRegistration() - Method in class com.konakart.al.CustomerMgr
The array of zone objects is normally used during the customer registration process or when adding / editing customer addresses.
GiftRegistryListSubmitAction - Class in com.konakart.actions
Gets called to add items from a gift registry to the cart
GiftRegistryListSubmitAction() - Constructor for class com.konakart.actions.GiftRegistryListSubmitAction
 
GiftRegistrySearchAction - Class in com.konakart.actions
Opens up a Search Window for searching for gift registries
GiftRegistrySearchAction() - Constructor for class com.konakart.actions.GiftRegistrySearchAction
 
GiftRegistrySearchSubmitAction - Class in com.konakart.actions
Performs a search based on data from the SearchGiftRegistryForm.
GiftRegistrySearchSubmitAction() - Constructor for class com.konakart.actions.GiftRegistrySearchSubmitAction
 
GUEST_CUSTOMER_ID - Static variable in class com.konakart.actions.BaseAction
 

H

handleException(HttpServletRequest, Exception) - Method in class com.konakart.actions.BaseAction
A common method that contains the code to deal with exceptions
hashParameters(PaymentDetailsIf, List<NameValueIf>) - Method in class com.konakart.actions.gateways.BaseGatewayAction
This method is optionally called from the sub class to load up the parameters into a HashTable for efficient subsequent processing
HasSubCats() - Method in class com.konakart.al.CategoryMgr
Returns true if there are subcategories for the current category.
history - Static variable in class com.konakart.al.Constants
history

I

init(MessageResources) - Static method in class com.konakart.al.Constants
Initialise the constants from the MessageResources object passed in as a parameter.
init(ActionServlet, ModuleConfig) - Method in class com.konakart.plugins.KKAppEngPlugin
 
init(ActionServlet, ModuleConfig) - Method in class com.konakart.plugins.KKEngPlugin
plugin initialisation
InitFromTokenSubmitAction - Class in com.konakart.actions
Gets called to initiate a user's session based on the data found in the SSO Token object
InitFromTokenSubmitAction() - Constructor for class com.konakart.actions.InitFromTokenSubmitAction
 
insertCustomerEvent(KKAppEng, int, String, String, int, int, BigDecimal, BigDecimal) - Method in class com.konakart.actions.BaseAction
Inserts a customer event where all of the available parameters are passed
insertCustomerEvent(KKAppEng, int) - Method in class com.konakart.actions.BaseAction
Shortcut method for inserting a customer event passing no custom event data
insertCustomerEvent(KKAppEng, int, int) - Method in class com.konakart.actions.BaseAction
Shortcut method for inserting a customer event passing an integer as event data
insertCustomerEvent(KKAppEng, int, String) - Method in class com.konakart.actions.BaseAction
Shortcut method for inserting a customer event passing a string as event data
insertCustomerEvent(KKAppEng, int, BigDecimal) - Method in class com.konakart.actions.BaseAction
Shortcut method for inserting a customer event passing a decimal as event data
insertCustomerTag(String, String) - Method in class com.konakart.al.CustomerTagMgr
Sets the tagValue for the tag called tagName for the logged in customer or guest customer.
insertCustomerTag(CustomerTag) - Method in class com.konakart.al.CustomerTagMgr
Sets the tag for the logged in customer or guest customer.
insertSignature(HashMap<String, String>) - Method in class com.konakart.actions.gateways.CyberSourceAction
 
invalidZone - Static variable in class com.konakart.al.Constants
invalidZone
isAddToBasket() - Method in class com.konakart.al.WishListUIItem
 
isCurrentProductANotification() - Method in class com.konakart.al.ProductMgr
If a customer is logged in, it returns true if he is already being notified about the selected product.
isDdAsAttachment() - Method in class com.konakart.al.KKAppEng
The value is read from the DD_DOWNLOAD_AS_ATTACHMENT configuration variable.
isEnabled() - Method in class com.konakart.al.CustomerTagMgr
Based on a configuration variable decides whether Customer Tags are enabled.
isEnabled() - Method in class com.konakart.al.RewardPointMgr
Based on a configuration variable decides whether reward points are enabled.
isEnabled() - Method in class com.konakart.al.WishListMgr
Based on a configuration variable decides whether wish lists are enabled.
isEnableSSL() - Method in class com.konakart.al.KKAppEng
Whether SSL is enabled or not is determined by the ENABLE_SSL configuration variable.
isFreeShipping() - Method in class com.konakart.forms.CheckoutForm
 
isGlobalNotificationBool() - Method in class com.konakart.forms.EditNotifiedProductForm
 
isGo() - Static method in class com.konakart.tests.LoadTest
 
isKkCookieEnabled() - Method in class com.konakart.al.KKAppEng
Determines whether The KonaKart Cookie functionality is installed.
isMgrReady() - Method in class com.konakart.al.BaseMgr
Is the Manager Ready? This is overwritten wherever required.
isMgrReady() - Method in class com.konakart.al.CategoryMgr
Is the Manager Ready?
isMgrReady() - Method in class com.konakart.al.OrderMgr
Is the Manager Ready?
isMgrReady() - Method in class com.konakart.al.ProductMgr
Is the Manager Ready?
isMgrReady() - Method in class com.konakart.al.ReviewMgr
Is the Manager Ready?
isNewsletterBool() - Method in class com.konakart.forms.NewsletterForm
 
isNewsletterBool() - Method in class com.konakart.forms.RegisterCustomerForm
 
isOnePageCheckout(KKAppEng) - Method in class com.konakart.actions.BaseAction
Returns true if configured for one page checkout
isPortlet() - Method in class com.konakart.al.KKAppEng
Set to true when running as a portlet
isRemove() - Method in class com.konakart.al.CartItem
 
isRemove() - Method in class com.konakart.al.NotifiedProductItem
 
isRemove() - Method in class com.konakart.al.WishListUIItem
 
isSearchInDescription() - Method in class com.konakart.forms.SearchProductForm
 
isSetAsPrimaryBool() - Method in class com.konakart.forms.RegisterCustomerForm
 
isUseCheckoutOrder() - Method in class com.konakart.al.OrderMgr
Boolean passed to GWT one page checkout code to tell it to either create a new order from the basket items or to use the current checkoutOrder as would be the case for repeat order.

K

kkAppEng - Variable in class com.konakart.al.BaseMgr
 
KKAppEng - Class in com.konakart.al
This is the entry point for all method calls to the KonaKart client engine.
KKAppEng(EngineConfigIf) - Constructor for class com.konakart.al.KKAppEng
Constructor called by struts when the servlet container is started.
KKAppEng(String) - Constructor for class com.konakart.al.KKAppEng
Deprecated. From version 2.2.7.0, you should use the constructor that receives an EngineConfigIf object
KKAppEng() - Constructor for class com.konakart.al.KKAppEng
Constructor for engine created when a user creates a new session.
KKAppEng(StoreInfo) - Constructor for class com.konakart.al.KKAppEng
Constructor for engine created when a user creates a new session.
KKAppEngCallouts - Class in com.konakart.al
Callouts to add custom code to the KKAppEng
KKAppEngCallouts() - Constructor for class com.konakart.al.KKAppEngCallouts
 
KKAppEngPlugin - Class in com.konakart.plugins
This object is defined in the struts-config.xml file and is called when struts powers up.It creates an instance of KKAppEng that reads the properties file and sets off update threads for each supported store to refresh the static data at regular intervals.
KKAppEngPlugin() - Constructor for class com.konakart.plugins.KKAppEngPlugin
 
KKAppException - Exception in com.konakart.al
Exception thrown by the KonaKart client engine
KKAppException() - Constructor for exception com.konakart.al.KKAppException
Constructs a new KKAppException without specified detail message.
KKAppException(String) - Constructor for exception com.konakart.al.KKAppException
Constructs a new KKAppException with specified detail message.
KKAppException(Throwable) - Constructor for exception com.konakart.al.KKAppException
Constructs a new KKAppException with specified nested Throwable.
KKAppException(String, Throwable) - Constructor for exception com.konakart.al.KKAppException
Constructs a new KKAppException with specified detail message and nested Throwable.
KKEngPlugin - Class in com.konakart.plugins
This object is defined in the struts-config.xml file and is called when struts powers up.
KKEngPlugin() - Constructor for class com.konakart.plugins.KKEngPlugin
 
KKNotInStockException - Exception in com.konakart.al
Exception thrown when a product is not in stock
KKNotInStockException() - Constructor for exception com.konakart.al.KKNotInStockException
Constructs a new KKNotInStockException without specified detail message.
KKNotInStockException(String) - Constructor for exception com.konakart.al.KKNotInStockException
Constructs a new KKNotInStockException with specified detail message.
KKNotInStockException(Throwable) - Constructor for exception com.konakart.al.KKNotInStockException
Constructs a new KKNotInStockException with specified nested Throwable.
KKNotInStockException(String, Throwable) - Constructor for exception com.konakart.al.KKNotInStockException
Constructs a new KKNotInStockException with specified detail message and nested Throwable.
kkURLEncode(String) - Method in class com.konakart.actions.BaseAction
A URL encoder which converts spaces to "-" and doesn't encode forward or back slashes since many app servers don't accept these because of security issues.
KONAKART_KEY - Static variable in class com.konakart.al.KKAppEng
Key used to store the KonaKart object within the session.

L

LoadTest - Class in com.konakart.tests
 
LoadTest() - Constructor for class com.konakart.tests.LoadTest
 
log - Variable in class com.konakart.actions.BaseAction
The Log instance for this application.
log - Variable in class com.konakart.actions.gateways.AuthorizenetAction
The Log instance for this application.
log - Variable in class com.konakart.actions.gateways.BarclaycardSmartPayApi3DResponseAction
The Log instance for this application.
log - Variable in class com.konakart.actions.gateways.BarclaycardSmartPayApiAction
The Log instance for this application.
log - Variable in class com.konakart.actions.gateways.BarclaycardSmartPayHostedResponseAction
The Log instance for this application.
log - Variable in class com.konakart.actions.gateways.BluepayAction
The Log instance for this application.
log - Variable in class com.konakart.actions.gateways.CaledonAction
The Log instance for this application.
log - Variable in class com.konakart.actions.gateways.CommideaVanguardBaseAction
The Log instance for this application.
log - Variable in class com.konakart.actions.gateways.CyberSourceAction
The Log instance for this application.
log - Variable in class com.konakart.actions.gateways.CyberSourceHOPResponseAction
The Log instance for this application.
log - Variable in class com.konakart.actions.gateways.CyberSourceResponseAction
The Log instance for this application.
log - Variable in class com.konakart.actions.gateways.ElinkAction
The Log instance for this application.
log - Variable in class com.konakart.actions.gateways.Eway_auAction
The Log instance for this application.
log - Variable in class com.konakart.actions.gateways.NetpayintlAction
The Log instance for this application.
log - Variable in class com.konakart.actions.gateways.PayflowProAction
The Log instance for this application.
log - Variable in class com.konakart.actions.gateways.PayjunctionAction
The Log instance for this application.
log - Variable in class com.konakart.actions.gateways.UsaepayAction
The Log instance for this application.
log - Variable in class com.konakart.actions.gateways.WorldPayXMLRedirectAction
The Log instance for this application.
log - Variable in class com.konakart.actions.gateways.WorldPayXMLRedirectResponseAction
The Log instance for this application.
log - Variable in class com.konakart.actions.gateways.YourpayAction
The Log instance for this application.
log - Variable in class com.konakart.actions.ipn.BarclaycardSmartPayApiNotificationAction
The Log instance for this application.
log - Variable in class com.konakart.actions.ipn.BarclaycardSmartPayHostedNotificationAction
The Log instance for this application.
log - Variable in class com.konakart.actions.ipn.ChronoPayAction
The Log instance for this application.
log - Variable in class com.konakart.actions.ipn.MoneyBookersAction
The Log instance for this application.
log - Variable in class com.konakart.actions.ipn.PayPalAction
The Log instance for this application.
log - Variable in class com.konakart.actions.ipn.WorldPayAction
The Log instance for this application.
log - Variable in class com.konakart.al.KKAppEng
 
loggedIn(HttpServletRequest, HttpServletResponse, KKAppEng, String) - Method in class com.konakart.actions.BaseAction
Checks to see whether we are logged in.
login(String, String) - Method in class com.konakart.al.CustomerMgr
Login and if successful, set the current customer object.
LoginAction - Class in com.konakart.actions
Gets called before the login page.
LoginAction() - Constructor for class com.konakart.actions.LoginAction
 
loginByAdmin(String, int) - Method in class com.konakart.al.CustomerMgr
Login for the customer identified by customerId and if successful, set the current customer object.
loginBySession(String) - Method in class com.konakart.al.CustomerMgr
This method is used to enter the store-front application using the session of a logged in user.
LoginForm - Class in com.konakart.forms
Form used to enter login credentials.
LoginForm() - Constructor for class com.konakart.forms.LoginForm
 
loginForward - Static variable in class com.konakart.actions.BaseAction
 
loginPage - Static variable in class com.konakart.al.Constants
loginPage
LoginSubmitAction - Class in com.konakart.actions
Gets called after submitting the login page.
LoginSubmitAction() - Constructor for class com.konakart.actions.LoginSubmitAction
 
logout() - Method in class com.konakart.al.CustomerMgr
Log-off and reset some variables.
logout() - Method in class com.konakart.al.KKAppEng
Log-off and reset some variables.
LogoutAction - Class in com.konakart.actions
Gets called to logout.
LogoutAction() - Constructor for class com.konakart.actions.LogoutAction
 
logoutPage - Static variable in class com.konakart.al.Constants
logoutPage

M

main(String[]) - Static method in class com.konakart.tests.RunLoadTest
Starts a number of LoadTest threads and then goes to sleep for some seconds while they do engine calls.
manageAction(KKAppEng, HttpServletRequest, HttpServletResponse, int, int) - Method in class com.konakart.actions.ManufacturerBaseAction
Common code called by all actions that retrieve products per manufacturer to do a redirect in order to add SEO data to the URL.
manageCookieLogout(HttpServletRequest, HttpServletResponse, KKAppEng) - Method in class com.konakart.actions.BaseAction
When we log out, ensure that the new guest customer that is created has the id saved in the browser cookie.
manageCookiesAfterLogin(HttpServletRequest, HttpServletResponse, KKAppEng) - Method in class com.konakart.actions.CustomCookieAction
Called from LoginSubmitAction.java after a login
manageCookiesAfterLogout(HttpServletRequest, HttpServletResponse, KKAppEng) - Method in class com.konakart.actions.CustomCookieAction
Called from LogoutAction.java after a logout.
manageCookiesOnEntry(HttpServletRequest, HttpServletResponse, KKAppEng) - Method in class com.konakart.actions.CustomCookieAction
Called from within BaseAction.java when a customer first accesses the application.
ManagePreferencesAction - Class in com.konakart.actions
Gets called before viewing the manage preferences page
ManagePreferencesAction() - Constructor for class com.konakart.actions.ManagePreferencesAction
 
ManagePreferencesSubmitAction - Class in com.konakart.actions
Gets called after submitting the manage preferences form.
ManagePreferencesSubmitAction() - Constructor for class com.konakart.actions.ManagePreferencesSubmitAction
 
manageRedir(KKAppEng, HttpServletRequest) - Method in class com.konakart.actions.ManufacturerBaseAction
Common code called by all actions that retrieve products per manufacturer
ManufacturerBaseAction - Class in com.konakart.actions
Base Action for Manufacturer actions.
ManufacturerBaseAction() - Constructor for class com.konakart.actions.ManufacturerBaseAction
 
missingParameter - Static variable in class com.konakart.al.Constants
missingParameter
MoneyBookersAction - Class in com.konakart.actions.ipn
This class is an Action class for what to do when a payment notification callback is received from MoneyBookers.
MoneyBookersAction() - Constructor for class com.konakart.actions.ipn.MoneyBookersAction
 
myAccount - Static variable in class com.konakart.al.Constants
myAccountInfo
MyAccountAction - Class in com.konakart.actions
Gets called before the myAccount page.
MyAccountAction() - Constructor for class com.konakart.actions.MyAccountAction
 

N

nav - Variable in class com.konakart.al.KKAppEng
Used to keep track of where we are.
NavigateAllOrdersAction - Class in com.konakart.actions
It receives the navDir parameter to page through the list of orders.
NavigateAllOrdersAction() - Constructor for class com.konakart.actions.NavigateAllOrdersAction
 
NavigateAllReviewAction - Class in com.konakart.actions
It receives the navDir parameter to page through the list of reviews.
NavigateAllReviewAction() - Constructor for class com.konakart.actions.NavigateAllReviewAction
 
navigateCurrentOrders(String) - Method in class com.konakart.al.OrderMgr
This method is called to navigate through a list of orders when the list is longer than maxRows.
navigateCurrentProducts(String) - Method in class com.konakart.al.ProductMgr
This method is called to navigate through a list of products when the list is longer than maxRows.
navigateCurrentProducts(String, long) - Method in class com.konakart.al.ProductMgr
This method is called to navigate through a list of products when the list is longer than maxRows.
navigateCurrentReviews(String, boolean) - Method in class com.konakart.al.ReviewMgr
This method is called to navigate through a list of reviews when the list is longer than maxRows.
navDir can take the following values which are retrieved using getter methods on the ReviewMgr instance: getNavNext() getNavBack() getNavStart()
navigateCurrentRewardPoints(String) - Method in class com.konakart.al.RewardPointMgr
This method is called to navigate through a list of reward point records when the list is longer than maxRows.
navDir can take the following values which are retrieved using getter methods on the RewardPointMgr instance: getNavNext() getNavBack() getNavStart()
navigateCurrentWishListItems(String) - Method in class com.konakart.al.WishListMgr
This method is called to navigate through a list of wish list items when the list is longer than maxItemRows.
navDir can take the following values which are retrieved using getter methods on the WishListMgr instance: getNavNext() getNavBack() getNavStart()
navigateCurrentWishLists(String) - Method in class com.konakart.al.WishListMgr
This method is called to navigate through a list of wish lists when the list is longer than maxRows.
navDir can take the following values which are retrieved using getter methods on the WishListMgr instance: getNavNext() getNavBack() getNavStart()
NavigateGiftRegistryItemsAction - Class in com.konakart.actions
It receives the navDir parameter to page through the list of wish list items.
NavigateGiftRegistryItemsAction() - Constructor for class com.konakart.actions.NavigateGiftRegistryItemsAction
 
NavigateProductAction - Class in com.konakart.actions
It receives the navDir parameter to page through the list of products.
NavigateProductAction() - Constructor for class com.konakart.actions.NavigateProductAction
 
NavigateReviewAction - Class in com.konakart.actions
It receives the navDir parameter to page through the list of reviews.
NavigateReviewAction() - Constructor for class com.konakart.actions.NavigateReviewAction
 
NavigateRewardPointsAction - Class in com.konakart.actions
It receives the navDir parameter to page through the list of reward point transactions.
NavigateRewardPointsAction() - Constructor for class com.konakart.actions.NavigateRewardPointsAction
 
NavigateWishListAction - Class in com.konakart.actions
It receives the navDir parameter to page through the list of wish lists.
NavigateWishListAction() - Constructor for class com.konakart.actions.NavigateWishListAction
 
navigationResults - Static variable in class com.konakart.al.Constants
navigationResults
NetpayintlAction - Class in com.konakart.actions.gateways
This class is an Action class for sending credit card details to Netpay International and receiving confirmation
NetpayintlAction() - Constructor for class com.konakart.actions.gateways.NetpayintlAction
 
NewAddrAction - Class in com.konakart.actions
Gets called before the new address page.
NewAddrAction() - Constructor for class com.konakart.actions.NewAddrAction
 
NewAddrSubmitAction - Class in com.konakart.actions
Gets called after submitting the new address page.
NewAddrSubmitAction() - Constructor for class com.konakart.actions.NewAddrSubmitAction
 
newEntry - Static variable in class com.konakart.al.Constants
new entry
newProducts - Static variable in class com.konakart.al.Constants
newProducts
NewsletterForm - Class in com.konakart.forms
Form used to select whether to receive a newsletter.
NewsletterForm() - Constructor for class com.konakart.forms.NewsletterForm
 
newsSubscriptions - Static variable in class com.konakart.al.Constants
newsletter subscriptions
NotifiedProductItem - Class in com.konakart.al
Used by EditNotifiedProductForm to present the notified product data in a list on the screen.
NotifiedProductItem() - Constructor for class com.konakart.al.NotifiedProductItem
Constructor
NotifiedProductItem(int, String) - Constructor for class com.konakart.al.NotifiedProductItem
Constructor

O

order - Static variable in class com.konakart.al.Constants
order
orderConfirmationSubject - Static variable in class com.konakart.al.Constants
orderConfirmationSubject
orderCurrentProds(String) - Method in class com.konakart.al.ProductMgr
This method is called to change the order of a list of products in the currentProducts array.
orderCurrentWishListItems(String) - Method in class com.konakart.al.WishListMgr
This method is called to change the order of a list of wishlist items in the currentWishListItems array.
OrderMgr - Class in com.konakart.al
Contains methods to manage all stages of order creation.
OrderMgr(KKEngIf, KKAppEng) - Constructor for class com.konakart.al.OrderMgr
Constructor

P

parmMap - Variable in class com.konakart.actions.gateways.CommideaVanguardBaseAction
 
PayflowProAction - Class in com.konakart.actions.gateways
This class is an Action class for sending credit card details to Payflow Pro and receiving confirmation
PayflowProAction() - Constructor for class com.konakart.actions.gateways.PayflowProAction
 
PayjunctionAction - Class in com.konakart.actions.gateways
This class is an Action class for sending credit card details to PayJunction and receiving confirmation
PayjunctionAction() - Constructor for class com.konakart.actions.gateways.PayjunctionAction
 
payment - Static variable in class com.konakart.al.Constants
payment
paymentMethod - Static variable in class com.konakart.al.Constants
paymentMethod
PayPalAction - Class in com.konakart.actions.ipn
This class is an Action class for what to do when a payment notification callback is received from PayPal.
PayPalAction() - Constructor for class com.konakart.actions.ipn.PayPalAction
 
pointsAvailable() - Method in class com.konakart.al.RewardPointMgr
Returns the number of reward points available to the customer.
populateCheckoutOrderWithOrderTotals() - Method in class com.konakart.al.OrderMgr
Calls the engine to get an array of OrderTotal objects which are added to the checkoutOrder.
populateCurrentCustomerAddresses(boolean) - Method in class com.konakart.al.CustomerMgr
Ensures that the currentCustomer object has his default address and array of addresses populated
populateCustomerOrders() - Method in class com.konakart.al.OrderMgr
Populates the currentCustomer object with the latest orders made.
postData(PaymentDetailsIf, List<NameValueIf>) - Method in class com.konakart.actions.gateways.BaseGatewayAction
Sends data to the payment gateway via a POST.
postData(StringBuffer, PaymentDetailsIf, List<NameValueIf>) - Method in class com.konakart.actions.gateways.BaseGatewayAction
Sends data to the payment gateway via a POST.
PreferencesForm - Class in com.konakart.forms
Form used to enter customer preferences
PreferencesForm() - Constructor for class com.konakart.forms.PreferencesForm
 
PreShowProductDetailsAction - Class in com.konakart.actions
Called to show the details of a product when you don't have the product id.
PreShowProductDetailsAction() - Constructor for class com.konakart.actions.PreShowProductDetailsAction
 
privacynotice - Static variable in class com.konakart.al.Constants
privacynotice
PrivacyNoticeAction - Class in com.konakart.actions
Gets called before the privacy policy page.
PrivacyNoticeAction() - Constructor for class com.konakart.actions.PrivacyNoticeAction
 
ProdOption - Class in com.konakart.al
A ProdOptionContainer class contains an array of these ProdOption classes.
ProdOption(int, String, BigDecimal, BigDecimal, String, String, String, String, String, String, KKAppEng) - Constructor for class com.konakart.al.ProdOption
Constructor
ProdOption(OptionIf, KKAppEng) - Constructor for class com.konakart.al.ProdOption
Constructor
ProdOptionContainer - Class in com.konakart.al
This class is a container class for an array of option values.
ProdOptionContainer(int, String, String, String) - Constructor for class com.konakart.al.ProdOptionContainer
Constructor
ProdOptionContainer(OptionIf) - Constructor for class com.konakart.al.ProdOptionContainer
Constructor
productDetails - Static variable in class com.konakart.al.Constants
productDetails
ProductMgr - Class in com.konakart.al
Contains methods to fetch and manage lists of products and keeps track of the current selected product.
ProductMgr(KKEngIf, KKAppEng) - Constructor for class com.konakart.al.ProductMgr
Constructor.
productNnotifications - Static variable in class com.konakart.al.Constants
product notifications
products - Static variable in class com.konakart.al.Constants
products
PunchOut - Class in com.konakart.al
This class contains attributes for controlling the punch out process
PunchOut() - Constructor for class com.konakart.al.PunchOut
 
PunchOutCheckoutAction - Class in com.konakart.actions
Gets called to send an XML message back to the ERP system
PunchOutCheckoutAction() - Constructor for class com.konakart.actions.PunchOutCheckoutAction
 
PunchOutEntryAction - Class in com.konakart.actions
Gets called by the ERP system to start a KonaKart session for the corporate buyer
PunchOutEntryAction() - Constructor for class com.konakart.actions.PunchOutEntryAction
 

Q

QuickSearchAction - Class in com.konakart.actions
Gets called to perform a quick search based on the searchText parameter.
QuickSearchAction() - Constructor for class com.konakart.actions.QuickSearchAction
 

R

refreshAllClientConfigs() - Method in class com.konakart.al.KKAppEng
Refresh the configuration variables.
refreshCaches() - Method in class com.konakart.al.CategoryMgr
Refreshes the all categories list.
refreshCaches() - Method in class com.konakart.al.ProductMgr
Refreshes the following; Random new product list All manufacturer list Random Specials list
refreshCaches() - Method in class com.konakart.al.ReviewMgr
Refreshes the Random review list.
refreshConfigs() - Method in class com.konakart.al.CategoryMgr
Refresh the configuration variables.
refreshConfigs() - Method in class com.konakart.al.OrderMgr
Refresh the configuration variables.
refreshConfigs() - Method in class com.konakart.al.ProductMgr
Refresh the configuration variables.
refreshConfigs() - Method in class com.konakart.al.ReviewMgr
Refresh the configuration variables.
refreshConfigs() - Method in class com.konakart.al.RewardPointMgr
Refresh the configuration variables.
refreshConfigs() - Method in class com.konakart.al.WishListMgr
Refresh the configuration variables.
refreshCustomerCachedData() - Method in class com.konakart.al.CustomerMgr
Normally called after a login to get and cache customer relevant data such as the customer's basket, the customer's orders and the customer's order history.
registerCustomer(CustomerRegistrationIf) - Method in class com.konakart.al.CustomerMgr
Register a new customer.
RegisterCustomerForm - Class in com.konakart.forms
Form used to register a new customer.
RegisterCustomerForm() - Constructor for class com.konakart.forms.RegisterCustomerForm
 
removeAllTagsFromFilter() - Method in class com.konakart.al.ProductMgr
Removes all selected tags from the current filter.
RemoveAllTagsFromFilterAction - Class in com.konakart.actions
Removes all tags from the product filter
RemoveAllTagsFromFilterAction() - Constructor for class com.konakart.actions.RemoveAllTagsFromFilterAction
 
removeCData(String) - Method in class com.konakart.al.KKAppEng
Returns the string passed in as stringIn without the CData information.
removeFromBasket(BasketIf, boolean) - Method in class com.konakart.al.BasketMgr
The Basket object is removed from the database and so no longer appears in the customer's basket.
removeFromUpdateThreadList(String) - Method in class com.konakart.al.KKAppEng
Removes the update thread from the static list for the storeId passed in as a parameter
removeFromWishList(WishListItemIf) - Method in class com.konakart.al.WishListMgr
The Wish List item is removed from the database and so no longer appears in the customer's wish list when fetchCustomersWishLists() is called.
repeatOrder(int, boolean, boolean) - Method in class com.konakart.al.OrderMgr
A new Order is created with the same products as a previous order which is passed in as a parameter.
repeatOrder(OrderIf, boolean, boolean) - Method in class com.konakart.al.OrderMgr
A new Order is created with the same products as a previous order which is passed in as a parameter.
RepeatOrderAction - Class in com.konakart.actions
Called to repeat an order.
RepeatOrderAction() - Constructor for class com.konakart.actions.RepeatOrderAction
 
reset() - Method in class com.konakart.al.CategoryMgr
Puts the Category Manager back into it's original state with no categories selected
reset() - Method in class com.konakart.al.KKAppEng
Puts the Konakart object back into it's original state with no categories or products selected.
reset() - Method in class com.konakart.al.OrderMgr
Puts the OrderContainer object back into it's original state with no products selected
reset() - Method in class com.konakart.al.ProductMgr
Puts the Product Manager back into it's original state with no products selected
reset() - Method in class com.konakart.al.ReviewMgr
Puts the ReviewContainer object back into it's original state with no reviews selected.
reset() - Method in class com.konakart.al.RewardPointMgr
Puts the RewardPointMgr object back into it's original state
reset() - Method in class com.konakart.al.WishListMgr
Puts the WishListMgr object back into it's original state with no wish lists selected.
reset(ActionMapping, HttpServletRequest) - Method in class com.konakart.forms.BaseForm
Set the encoding of the request parameters to UTF-8
reset(ActionMapping, HttpServletRequest) - Method in class com.konakart.forms.EditCartForm
Method reset Dynamically creates the appropriate itemList based on the request.
reset(ActionMapping, HttpServletRequest) - Method in class com.konakart.forms.EditNotifiedProductForm
 
reset(ActionMapping, HttpServletRequest) - Method in class com.konakart.forms.EditWishListForm
Method reset Dynamically creates the appropriate itemList based on the request.
reset(ActionMapping, HttpServletRequest) - Method in class com.konakart.forms.NewsletterForm
 
ResetNotificationAction - Class in com.konakart.actions
Gets called to delete the product notifications for a customer.
ResetNotificationAction() - Constructor for class com.konakart.actions.ResetNotificationAction
 
RET0 - Static variable in class com.konakart.actions.gateways.CommideaVanguardBaseAction
 
RET0_DESC - Static variable in class com.konakart.actions.gateways.CommideaVanguardBaseAction
 
RET1 - Static variable in class com.konakart.actions.gateways.CommideaVanguardBaseAction
 
RET1_DESC - Static variable in class com.konakart.actions.gateways.CommideaVanguardBaseAction
 
RET3_DESC - Static variable in class com.konakart.actions.gateways.CommideaVanguardBaseAction
 
RET4 - Static variable in class com.konakart.actions.gateways.CommideaVanguardBaseAction
 
RET4_DESC - Static variable in class com.konakart.actions.gateways.CommideaVanguardBaseAction
 
reviewDetails - Static variable in class com.konakart.al.Constants
reviewDetails
ReviewMgr - Class in com.konakart.al
Contains methods to read and write product reviews.
ReviewMgr(KKEngIf, KKAppEng) - Constructor for class com.konakart.al.ReviewMgr
Constructor
reviews - Static variable in class com.konakart.al.Constants
reviews
RewardPointMgr - Class in com.konakart.al
Contains methods to manage Reward Points
RewardPointMgr(KKEngIf, KKAppEng) - Constructor for class com.konakart.al.RewardPointMgr
Constructor
run() - Method in class com.konakart.al.ConfigCacheUpdater
This thread runs forever.
run() - Method in class com.konakart.tests.LoadTest
Logs in and continually calls the engine until the go boolean is set to false.
RunLoadTest - Class in com.konakart.tests
 
RunLoadTest() - Constructor for class com.konakart.tests.RunLoadTest
 
runningInPortal(KKAppEng) - Method in class com.konakart.actions.BaseAction
Returns true if we are running in a portal

S

saveIPNrecord(KKAppEng, int, String, String, String, String, String, int) - Method in class com.konakart.actions.gateways.BaseGatewayAction
Saves an IPN History record.
saveOrder(String) - Method in class com.konakart.al.OrderMgr
Deprecated. Since version 2.2.0.6. hostAndPort is no longer used and the sending of email cannot be controlled from this method. Use saveOrder(boolean sendEmail) instead.
saveOrder(boolean) - Method in class com.konakart.al.OrderMgr
Deprecated. Use saveOrder(boolean sendEmail, EmailOptionsIf options) instead. This method gives you more flexibility and allows you to specify whether you want to attach an invoice to the mail.
saveOrder(boolean, EmailOptionsIf) - Method in class com.konakart.al.OrderMgr
Calls the engine to save the order.
SearchByManufacturerByLinkSubmitAction - Class in com.konakart.actions
Gets called to search by manufacturers based on the manuId parameter.
SearchByManufacturerByLinkSubmitAction() - Constructor for class com.konakart.actions.SearchByManufacturerByLinkSubmitAction
 
SearchByManufacturerSubmitAction - Class in com.konakart.actions
Gets called to search by manufacturers based on the parameters in the FilterByManufacturerForm.
SearchByManufacturerSubmitAction() - Constructor for class com.konakart.actions.SearchByManufacturerSubmitAction
 
searchForProducts(ProductSearchIf) - Method in class com.konakart.al.ProductMgr
Retrieves the products that match the criteria in a ProductSearch object and puts them in the currentProducts array.
searchForWishLists(CustomerSearchIf) - Method in class com.konakart.al.WishListMgr
The wish lists are fetched from the engine and put in the currentWishList array.
SearchGiftRegistryForm - Class in com.konakart.forms
This form allows you to search for gift registries using various constraints.
SearchGiftRegistryForm() - Constructor for class com.konakart.forms.SearchGiftRegistryForm
 
SearchProductForm - Class in com.konakart.forms
This form allows you to search for products using various constraints.
SearchProductForm() - Constructor for class com.konakart.forms.SearchProductForm
 
SelectCategoryAction1 - Class in com.konakart.actions
Selects a category based on the catId parameter.
SelectCategoryAction1() - Constructor for class com.konakart.actions.SelectCategoryAction1
 
SelectCurrencyForm - Class in com.konakart.forms
This simple form only contains the 3 letter currency code.
SelectCurrencyForm() - Constructor for class com.konakart.forms.SelectCurrencyForm
 
SelectCurrencySubmitAction - Class in com.konakart.actions
Gets called to select the currency based on the parameters in the SelectCurrencyForm.
SelectCurrencySubmitAction() - Constructor for class com.konakart.actions.SelectCurrencySubmitAction
 
sendNewPassword(String) - Method in class com.konakart.al.CustomerMgr
Calls the engine to send a new password to the user.
sendOrderConfirmationMail(KKAppEng, int, boolean) - Method in class com.konakart.actions.gateways.BaseGatewayAction
Send an order confirmation eMail.
sendOrderConfirmationMail(KKEngIf, String, String, int, boolean) - Method in class com.konakart.actions.gateways.BaseGatewayAction
Send an order confirmation eMail.
SEO_DELIM - Static variable in class com.konakart.actions.BaseAction
 
SEO_DIRECTORY - Static variable in class com.konakart.actions.BaseAction
 
SEO_OFF - Static variable in class com.konakart.actions.BaseAction
 
SEO_PARAMETERS - Static variable in class com.konakart.actions.BaseAction
 
SEO_PRODS_FOR_MANU - Static variable in class com.konakart.actions.BaseAction
 
SEO_PRODS_FOR_MANU_CODE - Static variable in class com.konakart.actions.BaseAction
 
SEO_SEARCH_BY_MANU - Static variable in class com.konakart.actions.BaseAction
 
SEO_SEARCH_BY_MANU_BY_LINK - Static variable in class com.konakart.actions.BaseAction
 
SEO_SEARCH_BY_MANU_BY_LINK_CODE - Static variable in class com.konakart.actions.BaseAction
 
SEO_SEARCH_BY_MANU_CODE - Static variable in class com.konakart.actions.BaseAction
 
SEO_SEL_CAT - Static variable in class com.konakart.actions.BaseAction
 
SEO_SEL_CAT_CODE - Static variable in class com.konakart.actions.BaseAction
 
SEO_SEL_PROD - Static variable in class com.konakart.actions.BaseAction
 
SEO_SEL_PROD_CODE - Static variable in class com.konakart.actions.BaseAction
 
SEO_TYPE - Static variable in class com.konakart.actions.BaseAction
 
SEO_TYPE_LENGTH - Static variable in class com.konakart.actions.BaseAction
 
seoCategory - Static variable in class com.konakart.al.Constants
name of category for SEO friendly URLs
seoCategoryMetaDescriptionTemplate - Static variable in class com.konakart.al.Constants
Template for Meta Description tag when viewing a list of products within a category
seoCategoryTemplate - Static variable in class com.konakart.al.Constants
Template for the window title when a category is selected
seoDefaultMetaDescription - Static variable in class com.konakart.al.Constants
default meta description
seoDefaultMetaKeywords - Static variable in class com.konakart.al.Constants
default meta keywords
seoDefaultTitle - Static variable in class com.konakart.al.Constants
default window title
seoManufacturer - Static variable in class com.konakart.al.Constants
name of manufacturer for SEO friendly URLs
seoManufacturerMetaDescriptionTemplate - Static variable in class com.konakart.al.Constants
Template for Meta Description tag when viewing a list of products for a manufacturer
seoManufacturerTemplate - Static variable in class com.konakart.al.Constants
Template for the window title when a maufacturer is selected
seoMetaKeywordsTemplate - Static variable in class com.konakart.al.Constants
Template for the meta keywords
seoModel - Static variable in class com.konakart.al.Constants
name of model for SEO friendly URLs
seoName - Static variable in class com.konakart.al.Constants
name of product for SEO friendly URLs
seoProductMetaDescriptionTemplate - Static variable in class com.konakart.al.Constants
Template for Meta Description tag when viewing a product
seoProductTemplate - Static variable in class com.konakart.al.Constants
Template for the window title when a product is selected
set(String) - Method in class com.konakart.al.CurrentNavigation
 
set(String, HttpServletRequest) - Method in class com.konakart.al.CurrentNavigation
 
set(String, String) - Method in class com.konakart.al.CurrentNavigation
 
setAccessories(ProductIf[]) - Method in class com.konakart.al.ProductMgr
Sets the accessories array.
setAddrEmail(String) - Method in class com.konakart.forms.RegisterCustomerForm
 
setAddressCustom1(String) - Method in class com.konakart.forms.RegisterCustomerForm
 
setAddressCustom2(String) - Method in class com.konakart.forms.RegisterCustomerForm
 
setAddressCustom3(String) - Method in class com.konakart.forms.RegisterCustomerForm
 
setAddressCustom4(String) - Method in class com.konakart.forms.RegisterCustomerForm
 
setAddressCustom5(String) - Method in class com.konakart.forms.RegisterCustomerForm
 
setAddressId(int) - Method in class com.konakart.forms.CreateGiftRegistryForm
 
setAddrId(String) - Method in class com.konakart.forms.ChangeAddrForm
 
setAddrTelephone(String) - Method in class com.konakart.forms.RegisterCustomerForm
 
setAddrTelephone1(String) - Method in class com.konakart.forms.RegisterCustomerForm
 
setAddToBasket(boolean) - Method in class com.konakart.al.WishListUIItem
 
setAddToWishList(String) - Method in class com.konakart.forms.AddToCartForm
If set to "true" we add the product to the wish list rather than to the cart
setAdminUser(CustomerIf) - Method in class com.konakart.al.KKAppEng
The administrator who has logged for the customer
setAffiliateId(String) - Method in class com.konakart.al.KKAppEng
The Id of an affiliate partne
setAlsoPurchased(ProductIf[]) - Method in class com.konakart.al.ProductMgr
Sets the alsoPurchased array of products.
setAppPropertiesPath(String) - Method in class com.konakart.plugins.KKAppEngPlugin
 
setAttrCustom1(String) - Method in class com.konakart.al.ProdOption
Custom field that can take a unique value whenever the option is connected to a product.
setAttrCustom2(String) - Method in class com.konakart.al.ProdOption
Custom field that can take a unique value whenever the option is connected to a product.
setBasketItemId(int) - Method in class com.konakart.al.CartItem
 
setBirthDate(GregorianCalendar) - Method in class com.konakart.forms.RegisterCustomerForm
 
setBirthDateString(String) - Method in class com.konakart.forms.RegisterCustomerForm
 
setBundledProducts(ProductIf[]) - Method in class com.konakart.al.ProductMgr
Sets the bundled products array.
setCategoriesShared(String) - Method in class com.konakart.plugins.KKAppEngPlugin
 
setCategoriesShared(String) - Method in class com.konakart.plugins.KKEngPlugin
 
setCategoryId(int) - Method in class com.konakart.forms.FilterByCategoryForm
 
setCategoryId(int) - Method in class com.konakart.forms.SearchProductForm
 
setCheckoutOrder(OrderIf) - Method in class com.konakart.al.OrderMgr
Sets the checkout order with the order passed in as a parameter.
setCheckoutOrderBillingAddress(int) - Method in class com.konakart.al.OrderMgr
The address object should already exist in the list of addresses for the current customer.
setCheckoutOrderShippingAddress(int) - Method in class com.konakart.al.OrderMgr
The address object should already exist in the list of addresses for the current customer.
setCity(String) - Method in class com.konakart.forms.RegisterCustomerForm
 
setCityOrState(String) - Method in class com.konakart.forms.SearchGiftRegistryForm
 
setClientEng(KKAppEng) - Method in class com.konakart.al.ConfigCacheUpdater
 
setComment(String) - Method in class com.konakart.forms.CheckoutForm
 
setComments(String) - Method in class com.konakart.al.WishListUIItem
 
setCompany(String) - Method in class com.konakart.forms.RegisterCustomerForm
 
setConfirmPassword(String) - Method in class com.konakart.forms.ChangePasswordForm
 
setCountryId(int) - Method in class com.konakart.forms.RegisterCustomerForm
 
setCouponCode(String) - Method in class com.konakart.al.OrderMgr
Latest coupon code entered by the customer
setCouponCode(String) - Method in class com.konakart.forms.CheckoutForm
 
setCouponCode(String) - Method in class com.konakart.forms.EditCartForm
 
setCrossSellProducts(ProductIf[]) - Method in class com.konakart.al.ProductMgr
Sets the crossSellProducts.
setCurencyCode(String) - Method in class com.konakart.forms.SelectCurrencyForm
 
setCurrentCat(int) - Method in class com.konakart.al.CategoryMgr
Creates a new catMenuList so that the categories tile can display the correct information.
setCurrentCat(CategoryIf) - Method in class com.konakart.al.CategoryMgr
Sets the current category.
setCurrentCatAndUpdateProducts1(int) - Method in class com.konakart.al.CategoryMgr
Sets currentCat.
setCurrentCategories(CategoryIf[]) - Method in class com.konakart.al.ProductMgr
Sets the currentCategories.
setCurrentManufacturers(ManufacturerIf[]) - Method in class com.konakart.al.ProductMgr
Sets the currentManufacturers.
setCurrentOffset(int) - Method in class com.konakart.al.ProductMgr
The current offset in the list of products.
setCurrentPage(int) - Method in class com.konakart.al.OrderMgr
 
setCurrentPage(int) - Method in class com.konakart.al.ProductMgr
 
setCurrentPage(int) - Method in class com.konakart.al.ReviewMgr
 
setCurrentPassword(String) - Method in class com.konakart.forms.ChangePasswordForm
 
setCurrentProducts(ProductIf[]) - Method in class com.konakart.al.ProductMgr
Allows you to set the currentProducts array.
setCurrentTagGroups(TagGroupIf[]) - Method in class com.konakart.al.ProductMgr
If there are any tag groups associated with the current category, the tags will be displayed on the UI to allow the customer to refine his product search.
setCurrentWishList(WishListIf) - Method in class com.konakart.al.WishListMgr
 
setCustom1(String) - Method in class com.konakart.al.CartItem
 
setCustom1(String) - Method in class com.konakart.al.KKAppEng
Can be used for any custom logic
setCustom1(String) - Method in class com.konakart.al.ProdOptionContainer
 
setCustom1(String) - Method in class com.konakart.al.WishListUIItem
 
setCustom1(String) - Method in class com.konakart.forms.CreateGiftRegistryForm
 
setCustom1(String) - Method in class com.konakart.forms.SearchGiftRegistryForm
 
setCustom1(String) - Method in class com.konakart.forms.SearchProductForm
 
setCustom1(String) - Method in class com.konakart.forms.WriteReviewForm
 
setCustom2(String) - Method in class com.konakart.al.CartItem
 
setCustom2(String) - Method in class com.konakart.al.KKAppEng
Can be used for any custom logic
setCustom2(String) - Method in class com.konakart.al.ProdOptionContainer
 
setCustom2(String) - Method in class com.konakart.al.WishListUIItem
 
setCustom2(String) - Method in class com.konakart.forms.CreateGiftRegistryForm
 
setCustom2(String) - Method in class com.konakart.forms.SearchGiftRegistryForm
 
setCustom2(String) - Method in class com.konakart.forms.SearchProductForm
 
setCustom2(String) - Method in class com.konakart.forms.WriteReviewForm
 
setCustom3(String) - Method in class com.konakart.al.CartItem
 
setCustom3(String) - Method in class com.konakart.al.KKAppEng
Can be used for any custom logic
setCustom3(String) - Method in class com.konakart.al.WishListUIItem
 
setCustom3(String) - Method in class com.konakart.forms.CreateGiftRegistryForm
 
setCustom3(String) - Method in class com.konakart.forms.SearchGiftRegistryForm
 
setCustom3(String) - Method in class com.konakart.forms.SearchProductForm
 
setCustom3(String) - Method in class com.konakart.forms.WriteReviewForm
 
setCustom4(String) - Method in class com.konakart.al.CartItem
 
setCustom4(String) - Method in class com.konakart.al.KKAppEng
Can be used for any custom logic
setCustom4(String) - Method in class com.konakart.al.WishListUIItem
 
setCustom4(String) - Method in class com.konakart.forms.CreateGiftRegistryForm
 
setCustom4(String) - Method in class com.konakart.forms.SearchGiftRegistryForm
 
setCustom4(String) - Method in class com.konakart.forms.SearchProductForm
 
setCustom5(String) - Method in class com.konakart.al.CartItem
 
setCustom5(String) - Method in class com.konakart.al.KKAppEng
Can be used for any custom logic
setCustom5(String) - Method in class com.konakart.al.WishListUIItem
 
setCustom5(String) - Method in class com.konakart.forms.CreateGiftRegistryForm
 
setCustom5(String) - Method in class com.konakart.forms.SearchGiftRegistryForm
 
setCustom5(String) - Method in class com.konakart.forms.SearchProductForm
 
setCustomConfig(String, String) - Method in class com.konakart.al.KKAppEng
Set a Custom config in the Custom Map on the session
setCustomer1FirstName(String) - Method in class com.konakart.forms.CreateGiftRegistryForm
 
setCustomer1FirstName(String) - Method in class com.konakart.forms.SearchGiftRegistryForm
 
setCustomer1LastName(String) - Method in class com.konakart.forms.CreateGiftRegistryForm
 
setCustomer1LastName(String) - Method in class com.konakart.forms.SearchGiftRegistryForm
 
setCustomerBirthDate(String) - Method in class com.konakart.forms.CreateGiftRegistryForm
 
setCustomerCity(String) - Method in class com.konakart.forms.CreateGiftRegistryForm
 
setCustomerCity(String) - Method in class com.konakart.forms.SearchGiftRegistryForm
 
setCustomerCustom1(String) - Method in class com.konakart.forms.RegisterCustomerForm
 
setCustomerCustom2(String) - Method in class com.konakart.forms.RegisterCustomerForm
 
setCustomerCustom3(String) - Method in class com.konakart.forms.RegisterCustomerForm
 
setCustomerCustom4(String) - Method in class com.konakart.forms.RegisterCustomerForm
 
setCustomerCustom5(String) - Method in class com.konakart.forms.RegisterCustomerForm
 
setCustomerFirstName(String) - Method in class com.konakart.forms.CreateGiftRegistryForm
 
setCustomerFirstName(String) - Method in class com.konakart.forms.SearchGiftRegistryForm
 
setCustomerLastName(String) - Method in class com.konakart.forms.CreateGiftRegistryForm
 
setCustomerLastName(String) - Method in class com.konakart.forms.SearchGiftRegistryForm
 
setCustomersShared(String) - Method in class com.konakart.plugins.KKAppEngPlugin
 
setCustomersShared(String) - Method in class com.konakart.plugins.KKEngPlugin
 
setCustomerState(String) - Method in class com.konakart.forms.CreateGiftRegistryForm
 
setCustomerState(String) - Method in class com.konakart.forms.SearchGiftRegistryForm
 
setCustomObj(Object) - Method in class com.konakart.al.KKAppEng
A custom object that can be attached to the KonaKart client engine to store custom data.
setCustomProducts1(ProductIf[]) - Method in class com.konakart.al.ProductMgr
 
setCustomProducts2(ProductIf[]) - Method in class com.konakart.al.ProductMgr
 
setCustomProducts3(ProductIf[]) - Method in class com.konakart.al.ProductMgr
 
setCvv(String) - Method in class com.konakart.forms.CreditCardForm
 
setDataDesc(DataDescriptorIf) - Method in class com.konakart.al.ProductMgr
Sets the current data descriptor object.
setDataDesc(DataDescriptorIf) - Method in class com.konakart.al.ReviewMgr
 
setDateAddedFrom(String) - Method in class com.konakart.forms.SearchProductForm
 
setDateAddedTo(String) - Method in class com.konakart.forms.SearchProductForm
 
setDdAsAttachment(boolean) - Method in class com.konakart.al.KKAppEng
The value is read from the DD_DOWNLOAD_AS_ATTACHMENT configuration variable.
setDdbasePath(String) - Method in class com.konakart.al.KKAppEng
The value of the Digital Download base path is read from the DD_BASE_PATH configuration variable.
setDefaultOrderBy(String) - Method in class com.konakart.al.ProductMgr
Used to set the default OrderBy used by many of the API calls to fetch products.
setDefaultStoreIdFromWebXml(String) - Static method in class com.konakart.actions.BaseAction
 
setDependentProducts(ProductIf[]) - Method in class com.konakart.al.ProductMgr
Sets the dependentProducts array.
setDesc(String) - Method in class com.konakart.al.DropListElement
 
setDescription(String) - Method in class com.konakart.forms.CreateGiftRegistryForm
 
setDigitalDownloads(DigitalDownloadIf[]) - Method in class com.konakart.al.ProductMgr
 
setEmailAddr(String) - Method in class com.konakart.forms.ForgottenPasswordForm
 
setEmailAddr(String) - Method in class com.konakart.forms.RegisterCustomerForm
 
setEnableSSL(boolean) - Method in class com.konakart.al.KKAppEng
Whether SSL is enabled or not is determined by the ENABLE_SSL configuration variable.
setEng(KKEngIf) - Method in class com.konakart.al.BaseMgr
 
setEventDateString(String) - Method in class com.konakart.forms.CreateGiftRegistryForm
 
setEventDateString(String) - Method in class com.konakart.forms.SearchGiftRegistryForm
 
setExpiryMonth(String) - Method in class com.konakart.forms.CreditCardForm
 
setExpiryYear(String) - Method in class com.konakart.forms.CreditCardForm
 
setFaxNumber(String) - Method in class com.konakart.forms.RegisterCustomerForm
 
setFetchProdOptions(FetchProductOptionsIf) - Method in class com.konakart.al.KKAppEng
An options object that could for example point this customer to a special catalog
setFinalPriceExTax(BigDecimal) - Method in class com.konakart.forms.EditWishListForm
 
setFinalPriceIncTax(BigDecimal) - Method in class com.konakart.forms.EditWishListForm
 
setFirstName(String) - Method in class com.konakart.forms.RegisterCustomerForm
 
setFormattedValueExTax(String) - Method in class com.konakart.al.ProdOption
 
setFormattedValueIncTax(String) - Method in class com.konakart.al.ProdOption
 
setForwardAfterLogin(String) - Method in class com.konakart.al.KKAppEng
The forwardAfterLogin is stored for the cases where the user wants to perform some action such as writing a review, which requires him to be logged in.
setFreeShipping(boolean) - Method in class com.konakart.forms.CheckoutForm
 
setGender(String) - Method in class com.konakart.forms.RegisterCustomerForm
 
setGiftCertCode(String) - Method in class com.konakart.al.OrderMgr
 
setGiftCertCode(String) - Method in class com.konakart.forms.CheckoutForm
 
setGiftCertCode(String) - Method in class com.konakart.forms.EditCartForm
 
setGlobalNotificationBool(boolean) - Method in class com.konakart.forms.EditNotifiedProductForm
 
setGo(boolean) - Static method in class com.konakart.tests.LoadTest
 
setGoToCheckout(String) - Method in class com.konakart.forms.EditCartForm
 
setHeaderToShow(String) - Method in class com.konakart.al.ProductMgr
The page of the application showing products can have many different titles and can also contain a filter to filter the products by manufacturer or by category.
setHostAndPort(String) - Method in class com.konakart.al.OrderMgr
In the form servername:serverport
setId(int) - Method in class com.konakart.al.DropListElement
 
setId(int) - Method in class com.konakart.al.ProdOption
 
setId(String) - Method in class com.konakart.al.ProdOptionContainer
 
setId(int) - Method in class com.konakart.forms.EditWishListForm
 
setImage(String) - Method in class com.konakart.al.ExtendedReview
 
setItemList(ArrayList<CartItem>) - Method in class com.konakart.forms.EditCartForm
 
setItemList(ArrayList<NotifiedProductItem>) - Method in class com.konakart.forms.EditNotifiedProductForm
 
setItemList(ArrayList<WishListUIItem>) - Method in class com.konakart.forms.EditWishListForm
 
setKkAppEng(KKAppEng) - Method in class com.konakart.al.BaseMgr
 
setKKCookie(String, String, HttpServletRequest, HttpServletResponse, KKAppEng) - Method in class com.konakart.actions.BaseAction
Utility method that can be used to set a KKCookie.
setKKCookie(String, String, String, KKAppEng) - Method in class com.konakart.actions.BaseAction
Utility method to set a KKCookie when we have the customerUuid
setLangId(int) - Method in class com.konakart.al.KKAppEng
Set the languageId with the id passed in as a parameter.
setLastName(String) - Method in class com.konakart.forms.RegisterCustomerForm
 
setLinkUrl(String) - Method in class com.konakart.forms.CreateGiftRegistryForm
 
setListName(String) - Method in class com.konakart.forms.EditWishListForm
 
setListType(int) - Method in class com.konakart.forms.CreateGiftRegistryForm
 
setLocale(String) - Method in class com.konakart.al.KKAppEng
Splits the locale string at the underscore and calls public void setLocale(String lowerCaseCode, String upperCaseCode)
setLocale(String, String) - Method in class com.konakart.al.KKAppEng
Used to change the locale of the application from the default locale.
SetLocaleAction - Class in com.konakart.actions
Changes the locale.
SetLocaleAction() - Constructor for class com.konakart.actions.SetLocaleAction
 
setLog(BufferedWriter) - Static method in class com.konakart.tests.LoadTest
 
setLogoutPage(String) - Static method in class com.konakart.al.Constants
 
setManufacturerId(int) - Method in class com.konakart.forms.FilterByManufacturerForm
 
setManufacturerId(int) - Method in class com.konakart.forms.SearchProductForm
 
setMaxDisplaySearchResults(int) - Method in class com.konakart.al.ProductMgr
Used to set a user defined maximum number of search results displayed.
setMessage(String) - Method in class com.konakart.al.PunchOut
 
setMetaDescription(String) - Method in class com.konakart.al.KKAppEng
Used by the JSPs to set the content of the meta description tag.
setMetaKeywords(String) - Method in class com.konakart.al.KKAppEng
Used by the JSPs to set the content of the meta keywords tag.
setMode(String) - Method in class com.konakart.plugins.KKAppEngPlugin
 
setMode(String) - Method in class com.konakart.plugins.KKEngPlugin
 
setModeInt(int) - Method in class com.konakart.plugins.KKAppEngPlugin
 
setModeInt(int) - Method in class com.konakart.plugins.KKEngPlugin
 
setMsgResources(MessageResources) - Method in class com.konakart.al.KKAppEng
 
setMyCollator(Collator) - Method in class com.konakart.al.KKAppEng
 
setName(String) - Method in class com.konakart.al.ProdOptionContainer
 
setName(String) - Method in class com.konakart.forms.CreateGiftRegistryForm
 
setNewPassword(String) - Method in class com.konakart.forms.ChangePasswordForm
 
setNewProducts(ProductIf[]) - Method in class com.konakart.al.ProductMgr
Allows you to set the newProducts array
setNewsletter(String) - Method in class com.konakart.forms.RegisterCustomerForm
 
setNewsletterBool(boolean) - Method in class com.konakart.forms.NewsletterForm
 
setNewsletterBool(boolean) - Method in class com.konakart.forms.RegisterCustomerForm
 
SetNotificationAction - Class in com.konakart.actions
Gets called to add product notifications to a customer.
SetNotificationAction() - Constructor for class com.konakart.actions.SetNotificationAction
 
setNumber(String) - Method in class com.konakart.forms.CreditCardForm
 
setNumOptions(int) - Method in class com.konakart.forms.AddToCartForm
 
setNumPages(int) - Method in class com.konakart.al.OrderMgr
 
setNumPages(int) - Method in class com.konakart.al.ProductMgr
Number of pages within a result set
setNumPages(int) - Method in class com.konakart.al.ReviewMgr
 
setOciVersion(String) - Method in class com.konakart.al.PunchOut
 
setOptionCustom1(String) - Method in class com.konakart.al.ProdOption
Custom field, the value of which is defined when the option is created.
setOptionCustom2(String) - Method in class com.konakart.al.ProdOption
Custom field, the value of which is defined when the option is created.
setOptionId(int, int) - Method in class com.konakart.forms.AddToCartForm
 
setOptionValCustom1(String) - Method in class com.konakart.al.ProdOption
Custom field, the value of which is defined when the option value is created.
setOptionValCustom2(String) - Method in class com.konakart.al.ProdOption
Custom field, the value of which is defined when the option value is created.
setOptNameArray(String[]) - Method in class com.konakart.al.CartItem
 
setOptNameArray(String[]) - Method in class com.konakart.al.WishListUIItem
 
setOptValues(List<ProdOption>) - Method in class com.konakart.al.ProdOptionContainer
 
setOrderHistory(ProductIf[]) - Method in class com.konakart.al.ProductMgr
 
setOrderPageSize(int) - Method in class com.konakart.forms.PreferencesForm
 
setOwner(String) - Method in class com.konakart.forms.CreditCardForm
 
setPageList(ArrayList<Integer>) - Method in class com.konakart.al.OrderMgr
 
setPageList(ArrayList<Integer>) - Method in class com.konakart.al.ProductMgr
 
setPageList(ArrayList<Integer>) - Method in class com.konakart.al.ReviewMgr
 
setPageSize(int) - Method in class com.konakart.al.OrderMgr
Used to set a user defined maximum number of orders displayed on a page.
setPageSize(int) - Method in class com.konakart.al.ReviewMgr
Used to set a user defined maximum number of reviews displayed on a page.
setPageTitle(String) - Method in class com.konakart.al.KKAppEng
Used by the JSPs to set the content of the title tag.
setPassword(String) - Method in class com.konakart.al.PunchOut
 
setPassword(String) - Method in class com.konakart.forms.LoginForm
 
setPassword(String) - Method in class com.konakart.forms.RegisterCustomerForm
 
setPasswordConfirmation(String) - Method in class com.konakart.forms.RegisterCustomerForm
 
setPayment(String) - Method in class com.konakart.forms.CheckoutForm
 
setPortlet(boolean) - Method in class com.konakart.al.KKAppEng
Set to true when running as a portlet
setPostcode(String) - Method in class com.konakart.forms.CreditCardForm
 
setPostcode(String) - Method in class com.konakart.forms.RegisterCustomerForm
 
setPriceExTax(BigDecimal) - Method in class com.konakart.al.ProdOption
 
setPriceFrom(String) - Method in class com.konakart.forms.SearchProductForm
 
setPriceIncTax(BigDecimal) - Method in class com.konakart.al.ProdOption
 
setPriceTo(String) - Method in class com.konakart.forms.SearchProductForm
 
setPriority(int) - Method in class com.konakart.al.WishListUIItem
 
setProdId(int) - Method in class com.konakart.al.CartItem
 
setProdId(int) - Method in class com.konakart.al.NotifiedProductItem
 
setProdId(int) - Method in class com.konakart.al.WishListUIItem
 
setProdImage(String) - Method in class com.konakart.al.CartItem
 
setProdImage(String) - Method in class com.konakart.al.WishListUIItem
 
setProdName(String) - Method in class com.konakart.al.CartItem
 
setProdName(String) - Method in class com.konakart.al.NotifiedProductItem
 
setProdName(String) - Method in class com.konakart.al.WishListUIItem
 
setProdSearch(ProductSearchIf) - Method in class com.konakart.al.ProductMgr
Sets the current ProductSearch object.
setProdTimestamp(long) - Method in class com.konakart.al.ProductMgr
A timestamp for when the last product search was done.
setProductId(String) - Method in class com.konakart.forms.AddToCartForm
 
setProductName(String) - Method in class com.konakart.al.ExtendedReview
 
setProductNotifications(int) - Method in class com.konakart.forms.RegisterCustomerForm
 
setProductPageSize(int) - Method in class com.konakart.forms.PreferencesForm
 
setProductsShared(String) - Method in class com.konakart.plugins.KKAppEngPlugin
 
setProductsShared(String) - Method in class com.konakart.plugins.KKEngPlugin
 
setPropertiesPath(String) - Method in class com.konakart.plugins.KKAppEngPlugin
 
setPropertiesPath(String) - Method in class com.konakart.plugins.KKEngPlugin
 
setPublicWishList(String) - Method in class com.konakart.forms.CreateGiftRegistryForm
 
setPunchoutDetails(PunchOut) - Method in class com.konakart.al.KKAppEng
Information required for performing punch out.
setQuantity(int) - Method in class com.konakart.al.CartItem
 
setQuantity(String) - Method in class com.konakart.al.ProdOptionContainer
 
setQuantity(int, int) - Method in class com.konakart.forms.AddToCartForm
 
setQuantityAvailable(int) - Method in class com.konakart.al.CartItem
 
setQuantityDesired(int) - Method in class com.konakart.al.WishListUIItem
 
setQuantityReceived(int) - Method in class com.konakart.al.WishListUIItem
 
setRating(int) - Method in class com.konakart.forms.WriteReviewForm
 
setRemove(boolean) - Method in class com.konakart.al.CartItem
 
setRemove(boolean) - Method in class com.konakart.al.NotifiedProductItem
 
setRemove(boolean) - Method in class com.konakart.al.WishListUIItem
 
setReturnTarget(String) - Method in class com.konakart.al.PunchOut
 
setReturnURL(String) - Method in class com.konakart.al.PunchOut
 
setReviewPageSize(int) - Method in class com.konakart.forms.PreferencesForm
 
setReviewText(String) - Method in class com.konakart.forms.WriteReviewForm
 
setRewardPoints(int) - Method in class com.konakart.al.OrderMgr
Reward points entered by customer
setRewardPoints(String) - Method in class com.konakart.forms.CheckoutForm
 
setRewardPoints(String) - Method in class com.konakart.forms.EditCartForm
 
setSearchInDescription(boolean) - Method in class com.konakart.forms.SearchProductForm
 
setSearchText(String) - Method in class com.konakart.forms.SearchProductForm
 
setSelectedAddr(AddressIf) - Method in class com.konakart.al.CustomerMgr
Sets the selected address to the one passed in as a parameter.
setSelectedAddrFromId(int) - Method in class com.konakart.al.CustomerMgr
Ensures that the selectedAddr attribute is populated.
setSelectedCategory(CategoryIf) - Method in class com.konakart.al.ProductMgr
Sets the selectedCategory.
setSelectedManufacturer(ManufacturerIf) - Method in class com.konakart.al.ProductMgr
Sets the selectedManufacturer.
setSelectedProduct(ProductIf) - Method in class com.konakart.al.ProductMgr
Sets the selectedProduct.
setSelectedProductOptions(List<ProdOptionContainer>) - Method in class com.konakart.al.ProductMgr
Sets the selectedProductOptions.
setSelectedValueId(int) - Method in class com.konakart.al.ProdOptionContainer
 
setSessionId(String) - Method in class com.konakart.al.KKAppEng
Set the sessionId with the string passed in as a parameter.
setSetAsPrimaryBool(boolean) - Method in class com.konakart.forms.RegisterCustomerForm
 
setShipping(String) - Method in class com.konakart.forms.CheckoutForm
 
setShowBack(int) - Method in class com.konakart.al.ProductMgr
Show the back button if set to 1.
setShowNext(int) - Method in class com.konakart.al.ProductMgr
Show the next button if set to 1.
setSign(String) - Method in class com.konakart.al.ProdOption
 
setSpecialPriceExTax(BigDecimal) - Method in class com.konakart.al.CartItem
 
setSpecialPriceIncTax(BigDecimal) - Method in class com.konakart.al.CartItem
 
setSslPort(String) - Method in class com.konakart.al.KKAppEng
The standard port "443" is used unless it is overridden by the SSL_PORT_NUMBER configuration variable.
setStandardPort(String) - Method in class com.konakart.al.KKAppEng
The standard port "80" is used unless it is overridden by the STANDARD_PORT_NUMBER configuration.
setState(String) - Method in class com.konakart.forms.RegisterCustomerForm
 
setStoreId(String) - Method in class com.konakart.al.StoreInfo
 
setStoreId(String) - Method in class com.konakart.plugins.KKAppEngPlugin
 
setStoreId(String) - Method in class com.konakart.plugins.KKEngPlugin
 
setStoreInfo(StoreInfo) - Method in class com.konakart.al.ConfigCacheUpdater
 
setStreetAddress(String) - Method in class com.konakart.forms.CreditCardForm
 
setStreetAddress(String) - Method in class com.konakart.forms.RegisterCustomerForm
 
setStreetAddress1(String) - Method in class com.konakart.forms.RegisterCustomerForm
 
setSuburb(String) - Method in class com.konakart.forms.RegisterCustomerForm
 
setTelephoneNumber(String) - Method in class com.konakart.forms.RegisterCustomerForm
 
setTelephoneNumber1(String) - Method in class com.konakart.forms.RegisterCustomerForm
 
setTotalNumberOfProducts(int) - Method in class com.konakart.al.ProductMgr
The totalNumberOfProducts is normally set automatically as a result of a search.
setTotalPriceExTax(BigDecimal) - Method in class com.konakart.al.CartItem
 
setTotalPriceExTax(BigDecimal) - Method in class com.konakart.al.WishListUIItem
 
setTotalPriceIncTax(BigDecimal) - Method in class com.konakart.al.CartItem
 
setTotalPriceIncTax(BigDecimal) - Method in class com.konakart.al.WishListUIItem
 
setType(String) - Method in class com.konakart.al.ProdOptionContainer
 
setType(int, int) - Method in class com.konakart.forms.AddToCartForm
 
setType(String) - Method in class com.konakart.forms.CreditCardForm
 
setUnitPriceExTax(BigDecimal) - Method in class com.konakart.al.CartItem
 
setUnitPriceIncTax(BigDecimal) - Method in class com.konakart.al.CartItem
 
setupResponseForSEORedirect(HttpServletResponse) - Method in class com.konakart.actions.BaseAction
Common code for setting up the redirect response.
setUpSellProducts(ProductIf[]) - Method in class com.konakart.al.ProductMgr
Sets the upSellProducts.
setUseCheckoutOrder(boolean) - Method in class com.konakart.al.OrderMgr
Boolean passed to GWT one page checkout code to tell it to either create a new order from the basket items or to use the current checkoutOrder as would be the case for repeat order.
setUser(String) - Method in class com.konakart.forms.LoginForm
 
setUserCurrency(String) - Method in class com.konakart.al.KKAppEng
Used to set the user's currency.
setUsername(String) - Method in class com.konakart.al.PunchOut
 
setValue(String) - Method in class com.konakart.al.ProdOption
 
setValueId(int, int) - Method in class com.konakart.forms.AddToCartForm
 
setWishListId(String) - Method in class com.konakart.forms.AddToCartForm
 
setWishListItemId(int) - Method in class com.konakart.al.WishListUIItem
 
setXMLOverHTTPResp(String) - Method in class com.konakart.al.KKAppEng
XMLOverHTTPResp is used to temporary store an XML response.
shippingandreturns - Static variable in class com.konakart.al.Constants
shippingandreturns
ShippingAndReturnsAction - Class in com.konakart.actions
Gets called before the Shipping and Returns page
ShippingAndReturnsAction() - Constructor for class com.konakart.actions.ShippingAndReturnsAction
 
shippingMethod - Static variable in class com.konakart.al.Constants
shippingMethod
ShowAllNewProdsAction - Class in com.konakart.actions
Gets called to fetch a list of new products.
ShowAllNewProdsAction() - Constructor for class com.konakart.actions.ShowAllNewProdsAction
 
ShowAllOrdersAction - Class in com.konakart.actions
Gets called to fetch a list of orders.
ShowAllOrdersAction() - Constructor for class com.konakart.actions.ShowAllOrdersAction
 
ShowAllReviewsAction - Class in com.konakart.actions
Gets called to fetch a list of reviews.
ShowAllReviewsAction() - Constructor for class com.konakart.actions.ShowAllReviewsAction
 
ShowAllSpecialsAction - Class in com.konakart.actions
Gets called to fetch a list of products with special prices.
ShowAllSpecialsAction() - Constructor for class com.konakart.actions.ShowAllSpecialsAction
 
ShowCartItemsAction - Class in com.konakart.actions
Called to display the new cart items after editing the cart.
ShowCartItemsAction() - Constructor for class com.konakart.actions.ShowCartItemsAction
 
ShowGiftRegistryItemsAction - Class in com.konakart.actions
Called to display the wish list items normally after searching for a gift registry
ShowGiftRegistryItemsAction() - Constructor for class com.konakart.actions.ShowGiftRegistryItemsAction
 
ShowHomepageAction - Class in com.konakart.actions
Called to show the product manufacturer home page.
ShowHomepageAction() - Constructor for class com.konakart.actions.ShowHomepageAction
 
ShowImageAction - Class in com.konakart.actions
Called to show the product image.
ShowImageAction() - Constructor for class com.konakart.actions.ShowImageAction
 
ShowOrderDetailsAction - Class in com.konakart.actions
Called to show the details of a order.
ShowOrderDetailsAction() - Constructor for class com.konakart.actions.ShowOrderDetailsAction
 
ShowProductDetailsAction - Class in com.konakart.actions
Called to show the details of a product.
ShowProductDetailsAction() - Constructor for class com.konakart.actions.ShowProductDetailsAction
 
ShowProductsForManufacturerAction - Class in com.konakart.actions
Fetches a list of products for the manufacturer whose id is retrieved from the manuId parameter.
ShowProductsForManufacturerAction() - Constructor for class com.konakart.actions.ShowProductsForManufacturerAction
 
ShowRandomReviewDetailsAction - Class in com.konakart.actions
Fetches details of a review identified by the revId parameter.
ShowRandomReviewDetailsAction() - Constructor for class com.konakart.actions.ShowRandomReviewDetailsAction
 
ShowReviewDetailsAction - Class in com.konakart.actions
Fetches details of a review identified by the revId parameter.
ShowReviewDetailsAction() - Constructor for class com.konakart.actions.ShowReviewDetailsAction
 
ShowReviewsAction - Class in com.konakart.actions
Fetches reviews for a product identified by the prodId parameter or by the currently selected product.
ShowReviewsAction() - Constructor for class com.konakart.actions.ShowReviewsAction
 
ShowRewardPointsAction - Class in com.konakart.actions
Gets called to fetch a list reward point transactions.
ShowRewardPointsAction() - Constructor for class com.konakart.actions.ShowRewardPointsAction
 
ShowWishListItemsAction - Class in com.konakart.actions
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.
ShowWishListItemsAction() - Constructor for class com.konakart.actions.ShowWishListItemsAction
 
SortGiftRegistryItemsAction - Class in com.konakart.actions
Sorts gift registry items based on the orderBy parameter.
SortGiftRegistryItemsAction() - Constructor for class com.konakart.actions.SortGiftRegistryItemsAction
 
SortProductAction - Class in com.konakart.actions
Sorts products based on the orderBy parameter.
SortProductAction() - Constructor for class com.konakart.actions.SortProductAction
 
stopLooping() - Method in class com.konakart.al.ConfigCacheUpdater
Stop the current thread from looping
StoreInfo - Class in com.konakart.al
Used to configure a KKAppEng for a store.
StoreInfo() - Constructor for class com.konakart.al.StoreInfo
Constructor
StoreInfo(String) - Constructor for class com.konakart.al.StoreInfo
Constructor
StrutsValidator - Class in com.konakart.validators
 
StrutsValidator() - Constructor for class com.konakart.validators.StrutsValidator
 
success - Static variable in class com.konakart.al.Constants
success

T

TAG_BIRTH_DATE - Static variable in class com.konakart.actions.BaseAction
 
TAG_CART_TOTAL - Static variable in class com.konakart.actions.BaseAction
Customer tag
TAG_CATEGORIES_VIEWED - Static variable in class com.konakart.actions.BaseAction
 
TAG_COUNTRY_CODE - Static variable in class com.konakart.actions.BaseAction
 
TAG_IS_MALE - Static variable in class com.konakart.actions.BaseAction
 
TAG_LOGIN_DATE - Static variable in class com.konakart.actions.BaseAction
 
TAG_MANUFACTURERS_VIEWED - Static variable in class com.konakart.actions.BaseAction
 
TAG_ORDER_PAGE_SIZE - Static variable in class com.konakart.actions.BaseAction
 
TAG_PROD_PAGE_SIZE - Static variable in class com.konakart.actions.BaseAction
 
TAG_PRODUCTS_IN_CART - Static variable in class com.konakart.actions.BaseAction
Customer tag
TAG_PRODUCTS_IN_WISHLIST - Static variable in class com.konakart.actions.BaseAction
Customer tag
TAG_PRODUCTS_VIEWED - Static variable in class com.konakart.actions.BaseAction
 
TAG_REVIEW_PAGE_SIZE - Static variable in class com.konakart.actions.BaseAction
 
TAG_SEARCH_STRING - Static variable in class com.konakart.actions.BaseAction
 
TAG_WISHLIST_TOTAL - Static variable in class com.konakart.actions.BaseAction
Customer tag
trimEnd(String) - Static method in class com.konakart.al.TrimString
Returns the string trimmed to the default length
trimEnd(String, int) - Static method in class com.konakart.al.TrimString
Returns the string trimmed at the end to the length passed in as a parameter.
trimMiddle(String) - Static method in class com.konakart.al.TrimString
Returns the string trimmed in the middle to the default length.
trimMiddle(String, int) - Static method in class com.konakart.al.TrimString
Returns the string trimmed in the middle to the length passed in as a parameter.
TrimString - Class in com.konakart.al
Utility class to trim strings so that they may be presented on the UI.
TrimString() - Constructor for class com.konakart.al.TrimString
 
truncateDesc(String, int, int) - Method in class com.konakart.al.ReviewMgr
Format the description in order to truncate it and to split up very long words which could ruin the page formatting.

U

updateBasket(BasketIf, boolean) - Method in class com.konakart.al.BasketMgr
Updates the Basket object in the database.
updateEntry - Static variable in class com.konakart.al.Constants
update entry
updateInventory(int) - Method in class com.konakart.al.OrderMgr
Update the product inventory based on the products sold in the order identified by orderId.
updateProductViewedCount(int) - Method in class com.konakart.al.ProductMgr
Update the number of times that the product has been viewed
updateRecentlyViewedProducts(KKAppEng, CustomerTagIf, CustomerTagIf) - Method in class com.konakart.actions.BaseAction
Method called when a customer logs in or logs out.
UsaepayAction - Class in com.konakart.actions.gateways
This class is an Action class for sending credit card details to USA ePay and receiving confirmation
UsaepayAction() - Constructor for class com.konakart.actions.gateways.UsaepayAction
 
userdoesntexisterror - Static variable in class com.konakart.al.Constants
userdoesntexisterror
userExists - Static variable in class com.konakart.al.Constants
userExists

V

validateOrder(OrderIf, String) - Method in class com.konakart.actions.gateways.BaseGatewayAction
Validate the order and ensure that we are using the correct payment gateway
validateTwoFields(Object, ValidatorAction, Field, ActionMessages, HttpServletRequest) - Static method in class com.konakart.validators.StrutsValidator
 
vggeneratesessionrequest(KKAppEng, OrderIf, IpnHistoryIf) - Method in class com.konakart.actions.gateways.CommideaVanguardBaseAction
Method that manages the VGGENERATESESSIONREQUEST and the VGGENERATESESSIONRESPONSE.
vggetcarddetailsrequest(KKAppEng, OrderIf, IpnHistoryIf) - Method in class com.konakart.actions.gateways.CommideaVanguardBaseAction
Method that manages the VGGETCARDDETAILSREQUEST and the VGGETCARDDETAILSRESPONSE.
vgpayerauthauthenticationcheckrequest(KKAppEng, OrderIf, IpnHistoryIf, String, String) - Method in class com.konakart.actions.gateways.CommideaVanguardBaseAction
Method that manages the VGPAYERAUTHAUTHENTICATIONCHECKREQUEST and the VGPAYERAUTHAUTHENTICATIONCHECKRESPONSE.
vgpayerauthenrollmentcheckrequest(KKAppEng, OrderIf, IpnHistoryIf) - Method in class com.konakart.actions.gateways.CommideaVanguardBaseAction
Method that manages the VGPAYERAUTHENROLLMENTCHECKREQUEST and the VGPAYERAUTHENROLLMENTCHECKRESPONSE.
vgtransactionrequest(KKAppEng, OrderIf, IpnHistoryIf) - Method in class com.konakart.actions.gateways.CommideaVanguardBaseAction
Method that manages the VGTRANSACTIONREQUEST and the VGTRANSACTIONRESPONSE.

W

waitForConfigSetup(long) - Method in class com.konakart.al.KKAppEng
Call this to wait for the Configs to be Initialised.
WEDDING_LIST_TYPE - Static variable in class com.konakart.al.WishListMgr
Defines the type of wish list
welcomeSubject - Static variable in class com.konakart.al.Constants
welcomesubject
WISH_LIST_TYPE - Static variable in class com.konakart.al.WishListMgr
Defines the type of wish list
WishListMgr - Class in com.konakart.al
Contains methods to manage Wish Lists
WishListMgr(KKEngIf, KKAppEng) - Constructor for class com.konakart.al.WishListMgr
Constructor
WishListUIItem - Class in com.konakart.al
Used by EditWishListForm to present the wish list data in a list on the screen
WishListUIItem() - Constructor for class com.konakart.al.WishListUIItem
Constructor
WishListUIItem(int, int, String, String, BigDecimal, BigDecimal, int) - Constructor for class com.konakart.al.WishListUIItem
Constructor
WishListUIItem(int, int, String, String, BigDecimal, BigDecimal, int, int, int, String) - Constructor for class com.konakart.al.WishListUIItem
Constructor
WorldPayAction - Class in com.konakart.actions.ipn
This class is an Action class for what to do when a payment notification callback is received from WorldPay.
WorldPayAction() - Constructor for class com.konakart.actions.ipn.WorldPayAction
 
WorldPayXMLRedirectAction - Class in com.konakart.actions.gateways
This class is an Action class for sending an XML request to WorldPay and receiving a response that contains a URL for redirecting the customer to the WorldPay web site in order to enter the credit card details.
WorldPayXMLRedirectAction() - Constructor for class com.konakart.actions.gateways.WorldPayXMLRedirectAction
 
WorldPayXMLRedirectResponseAction - Class in com.konakart.actions.gateways
This class is an Action class for receiving the result from WorldPay.
WorldPayXMLRedirectResponseAction() - Constructor for class com.konakart.actions.gateways.WorldPayXMLRedirectResponseAction
 
writeReview - Static variable in class com.konakart.al.Constants
writeReview
writeReview(String, int, int) - Method in class com.konakart.al.ReviewMgr
Save a review in the database.
WriteReviewAction - Class in com.konakart.actions
Gets called before the write review page.
WriteReviewAction() - Constructor for class com.konakart.actions.WriteReviewAction
 
WriteReviewForm - Class in com.konakart.forms
Used to enter product review information.
WriteReviewForm() - Constructor for class com.konakart.forms.WriteReviewForm
 
WriteReviewSubmitAction - Class in com.konakart.actions
Gets called after submitting the write review page.
WriteReviewSubmitAction() - Constructor for class com.konakart.actions.WriteReviewSubmitAction
 

X

XMLOverHTTPAction - Class in com.konakart.actions
Used for the OpenLaszlo Catalog Inspector demo.
XMLOverHTTPAction() - Constructor for class com.konakart.actions.XMLOverHTTPAction
 
XMLUtils - Class in com.konakart.al
Used to provide an XML interface to the engine
XMLUtils() - Constructor for class com.konakart.al.XMLUtils
 

Y

YourpayAction - Class in com.konakart.actions.gateways
This class is an Action class for sending credit card details to YourPay and receiving confirmation
YourpayAction() - Constructor for class com.konakart.actions.gateways.YourpayAction
 

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

Copyright © 2011 DS Data Systems UK Ltd.